Meeting minutes
pointerrawupdate missing in "Attributes and default actions" https://github.com/w3c/pointerevents/issues/451
Rob: it should be identical to pointermove
Patrick: do we have concerns about bubbling?
Mustaq: it shouldn't bubble
Rob: we currently do fire it like pointermove, so would be a gotcha for devs if it was different from pointermove
Rob: I assume that's also how all other browsers behave. if not, we can discuss it
Rob: so i'd say just copy the pointermove
Mustaq: but no default action
<mustaq> Making it bubble like poinbtermove sounds good
Patrick: so bubbles yes, cancelable no, and no default action
ACTION: add pointerrawupdate to table as per above
Should we add ongotpointercapture and onlostpointercapture to the mixin extension https://github.com/w3c/pointerevents/issues/448
Patrick: this is where i'm a bit hazy about what should/shouldn't go there
Mustaq: global event handler predates event listener / is an older concept
Mustaq: we shouldn't add new events to this global handler? that's my impression
<mustaq> I see Chrome has them too: https://
Rob: aren't those two already listed?
Patrick: oh...i think i got the wrong end of the stick/missed them in my haste to file an issue...
<mustaq> Corrected link: https://
Patrick: in @dontcallmedom's change he had https://
<mustaq> I take back my comment about global event handlers.
ACTION: Patrick to sort out https://
Heartbeat: Clarify what the target of the click event should be after capturing pointer events https://github.com/w3c/pointerevents/issues/356
Mustaq: started filing chrome issues, we have quite a few
Mustaq: mouse has one issue of course, which we discussed here
Mustaq: that one is easy. filed 4 for touch, which are harder
Mustaq: once all bugs are fixed, we should check that this issue specifically is addressed
Rob: would it be helpful to add link to this issue on the chrome issues?
Mustaq: will do
<mustaq> correction: I filed 2 or touches
<mustaq> Mouse: https://
<mustaq> Touch: https://
Mustaq: may need one more
<mustaq> ...one more on explicit release.
ACTION: carry on with those filed bugs, retest at the end
Meta-issue: update WPT to cover Pointer Events Level 3 https://github.com/w3c/pointerevents/issues/445
Rob: generally we have tests as we implement things, so we should have everything. will just be a case of checking and confirming
ACTION: everybody have a look at WPT to see if there are any gaps/edge cases we need to test
<mustaq> https://
Rob: so we want that list in the issue to cover everything new added to v3, and then tick it off?
Patrick: initially thought just noting what we're missing
Rob: listing everthing avoids duplicate work
Patrick: ok, let's go with that
[some more discussion on best approach]
<mustaq> Exclude the editorial issues?
<mustaq> https://
Mustaq: we can go over the closed list of pull requests (from https://
ACTION: Patrick to go over list of closed v3 pull requests that are substantive, add "needs-wpt" label
Patrick: as a side note, for those involved in the touch events CG, if you have time/ideas on any of the open issues here (like new one from zcorpan), any thoughts appreciated https://