smaug----

Results 251 comments of smaug----

Which request mode and which mimetype is being used with HLS.

So what do browsers do then? Note, an upcoming change to Gecko will probably change case 2 to behave like webkit.

FWIW, please refer to the latest versions of specs, so in this case https://w3c.github.io/pointerevents/#dom-pointerevent-pointerid

could you link to which code you changed and how? I hope it isn't using any explicitly pointerId values.

ahaa, I think the issues is not really in pointerevents, but about click handling. After you set the capture, mouseup, which is used for triggering click, doesn't go to the...

Given current Gecko, where its click handling follows the old UIEvent spec model, (still vaguely in the spec "The click event MAY be preceded by the mousedown and mouseup events...

Obviously it can't rely on blink's behavior, since that is really odd. Anchor under an element which has pointer captured really shouldn't get click, and shouldn't be ever activated. So,...

pointerId values can be anything, per specification. -1, -1000, 0, 100000. Scripts shouldn't assume anything about the id value. Id is just an identifier for the pointer. FF59 doesn't prevent...

Why the latter example is surprising? Assuming you get slotchange event with manual slot assignment at all, don't you want to get it for all the cases. And I'd assume...