web-platform-tests / interop

web-platform-tests Interop project
https://wpt.fyi/interop
280 stars 28 forks source link

The `pointerevents/idlharness.https.window.html` test should not require the presence of `onpointerrawupdate` #684

Closed rr-codes closed 2 weeks ago

rr-codes commented 1 month ago

Test List

https://wpt.fyi/pointerevents/idlharness.https.window.html

Rationale

WebKit does not plan on supporting onpointerrawupdate at this time. Additionally, it is still currently an experimental feature. Because of these reasons, we believe idlharness.https.window.html should be updated to pass even if onpointerrawupdate is not supported.

nt1m commented 1 month ago

cc @mustaqahmed @flackr @EdgarChen @smaug---- @masayuki-nakano

smaug---- commented 1 month ago

pointerrawupdate is in the spec https://w3c.github.io/pointerevents/ https://w3c.github.io/pointerevents/#extensions-to-the-globaleventhandlers-mixin

nt1m commented 2 weeks ago

We might be able to try to implement pointerrawupdate.

masayuki-nakano commented 1 week ago

FYI: I tried to implement pointerrawupdate on Firefox, but I got some unclear points.