Skip to content

[PointerEvent algorithms] Remove 1:1 correspondence between Mouse and Pointer boundary events #520

Description

@mustaqahmed

The UIEvents spec assumes there is "almost" a 1:1 correspondence between mouseenter and pointerenter (and same for other boundary events: mouseleave, mouseover, mouseout). For example, Step 4.1.4 in UIEvents Section 3.4.3.15. handle native mouse move says “maybe send pointerenter event with mouseenter” where the “maybe” is vague and yet it is unable to cover the underlying complexity with multiple pointers.

Possible solution

Solve #519 (Order of boundary events) first, then link the corresponding algorithms in UIEvents and PointerEvents through PE Section 11.1 Tracking the effective position of the legacy mouse pointer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions