Dave Tapuska
Dave Tapuska
the default passive value of AddEventListenerOptions. Fixes issue #365 *** ### :boom: Error: 500 Internal Server Error :boom: ### [PR Preview](https://github.com/tobie/pr-preview#pr-preview) failed to build. _(Last tried on Jan 15, 2021,...
If the documentElement is fullscreened Chrome places the document element in the topLayer. However FireFox does not. When the style adjustment for fullscreened top layer elements runs this causes the...
With changes in #128 when you have two fullscreen elements in the top layer, and you remove one of them, you would end up making the browser window still in...
- Instant Navigation adds additional fields documentId, parentDocumentId, documentLifecycle, frameType to help improve the experience for back/forward cache and prerendering.
Chrome has shipped smooth scrolling for a number of releases now. And in release 61 the scrolling element is no longer the body but the documentElement as specified in the...
We should decided where the event loop should be specified (either in houdini or the HTML spec). The timing of when events are handled respective to when rAF runs is...
The failures for Chrome: http://wpt.fyi/touch-events/create-touch-touchlist.html and http://wpt.fyi/touch-events/touch-globaleventhandler-interface.html indicate the bot is being launched without touch-enabled. @RByers @MustaqAhmed
Would it make sense to indicate in the InputDeviceCapabilities for mouse that the primary and secondary buttons are swapped? You can do this via querying GetSystemMetrics(SM_SWAPBUTTON) on Windows. The only...