jgraham
jgraham
- [x] At least two implementers are interested (and none opposed): * Changes landed in WebDriver-BiDi with agreement in Browser Testing and Tools WG. - [x] [Tests](https://github.com/web-platform-tests/wpt) are written and...
*** Preview | Diff
These refer to the same thing: https://w3c.github.io/pointerevents/#converting-between-tiltx-tilty-and-altitudeangle-azimuthangle so it doesn't make sense to have both, but instead we should insist that the implementation converts them according to the requirements of...
> Let completion be Function.[[Call]](window, parameters) with function as the this value. During this step a navigation can happen which will prevent the function completing and so prevent the command...
I believe the expected behaviour is: * If the target already has focus, do nothing * Otherwise, if the target is focusable, set the selection to the last editable point...
Currently to see how up to date the interop dashboard is you have to clock through to a focus area, and look at when the corresponding run occurred. Instead we...
I have some CDDL like ``` Root = Choice1 / Choice2 Choice1 = { id1: text, ?id2: text, Extensible } Choice2 = { ?id1: text, id2: text, Extensible } Extensible...
This requires a patch to pywebsocket3, since it doesn't correctly use the `SSLContext` and the old approach has now been dropped. We can upstream this patch after landing here, but...
Recent changes to motion-path and URL tests caused a noticeable overall change in the Firefox score. This is fine; those tests changes were agreed and the score change was predictable....