How the elements are structured

All event handlers are on the colored elements. The element structure, the target of the initial event, and the recipient of pointer capture vary in each test case, as described below.

What should happen

Green, yellow, and orange should all move with the pointer if the pointer sequence starts on the colored element.
Red should never move.

What does happen

Green and yellow correctly follow the pointer.

Orange and red follow the pointer if the pointer remains over the colored slider.