From 380b9cd1698061101ce07c427f58372be179147a Mon Sep 17 00:00:00 2001
From: Alice Boxhall The following features are defined in the Pointer Events specification: if one of the above events would otherwise be fired on the element
+ as a result of a user interaction, where the process for determining the
+ event target entails "hit testing", the event must instead be targeted at
+ the non-inert ancestor of the element which would be the topmost "hit
+ testing" result for the point at which the interaction occurred, if the inert
+ element, its inert ancestors, and any unrelated elements were not
+ present; the user agent may ignore the node for the purposes of text search user interfaces
- (commonly known as "find in page"), and
Touch
interfacetouchstart
eventtouchend
eventtouchmove
eventtouchcancel
eventmouseout
mouseover
mouseup
touchstart
touchend
touchmove
touchcancel
wheel
beforeinput
input
the user agent may prevent the user from selecting text in that node, and may prevent
code calling setSelectionRange()