Skip to content

script: Implement pointer events#56897

Merged
servo-wpt-sync merged 1 commit intoweb-platform-tests:masterfrom
servo:servo_export_41290
Feb 10, 2026
Merged

script: Implement pointer events#56897
servo-wpt-sync merged 1 commit intoweb-platform-tests:masterfrom
servo:servo_export_41290

Conversation

@servo-wpt-sync
Copy link
Copy Markdown
Collaborator

Remaining failures are due to the missing implementation of the pointer capture and pointer lock APIs, as well as:

Requires User Activation support:
/html/user-activation/activation-trigger-pointerevent.html?mouse

Blocked on servo/servo#41227 : /pointerevents/compat/pointerevent_mouse-pointer-on-scrollbar.html

Requires persistentDeviceId:
/pointerevents/persistentDeviceId/get-persistendeviceid-from-pointer-event.tentative.html /pointerevents/persistentDeviceId/get-persistendeviceid-from-pointer-mouse-event.tentative.html

Requires pointerenter, pointerover, pointerout, pointerleave events: /pointerevents/pointerevent_pointerId_scope.html

Requires pointerrawupdate event:
/pointerevents/pointerevent_pointerrawupdate.html
/pointerevents/pointerevent_pointerrawupdate.https.html

Consider implementing non-standard attributes toElement and fromElement: See https://w3c.github.io/pointerevents/#attributes-and-default-actions

Fails because the pointerId is always 0 for pointermove, maybe caused by commit 7b00b54ee83 : /pointerevents/pointerevent_pointermove_isprimary_same_as_pointerdown.html?touch servo/servo#41250

Testing: Updated wpt expectations
Fixes: servo/servo#38435

Reviewed in servo/servo#41290

Copy link
Copy Markdown
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Servo project.

@servo-wpt-sync servo-wpt-sync force-pushed the servo_export_41290 branch 2 times, most recently from 6634714 to 2ab79ee Compare December 22, 2025 16:30
@servo-wpt-sync servo-wpt-sync force-pushed the servo_export_41290 branch 10 times, most recently from 7f21fea to e9456d2 Compare February 9, 2026 06:21
Remaining failures are due to the missing implementation of
the pointer capture and pointer lock APIs, as well as:

Requires User Activation support:
/html/user-activation/activation-trigger-pointerevent.html?mouse

Blocked on servo/servo#41227 :
/pointerevents/compat/pointerevent_mouse-pointer-on-scrollbar.html

Requires persistentDeviceId:
/pointerevents/persistentDeviceId/get-persistendeviceid-from-pointer-event.tentative.html
/pointerevents/persistentDeviceId/get-persistendeviceid-from-pointer-mouse-event.tentative.html

Requires pointerenter, pointerover, pointerout, pointerleave events:
/pointerevents/pointerevent_pointerId_scope.html

Requires pointerrawupdate event:
/pointerevents/pointerevent_pointerrawupdate.html
/pointerevents/pointerevent_pointerrawupdate.https.html

Consider implementing non-standard attributes toElement and fromElement:
See https://w3c.github.io/pointerevents/#attributes-and-default-actions

Fails because the pointerId is always 0 for pointermove, maybe caused by commit 7b00b54ee83 :
/pointerevents/pointerevent_pointermove_isprimary_same_as_pointerdown.html?touch
servo/servo#41250

Signed-off-by: webbeef <[email protected]>
@servo-wpt-sync servo-wpt-sync merged commit 6c18507 into web-platform-tests:master Feb 10, 2026
23 checks passed
@servo-wpt-sync servo-wpt-sync deleted the servo_export_41290 branch February 10, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pointerdown and pointerup event are never sent

3 participants