Skip to content

Conversation

@servo-wpt-sync
Copy link
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
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.

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 <me@webbeef.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment