You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HighlightPointerEvent extends PointerEvent and the explainer says:
"When a user performs a pointer action on part of an element containing a highlighted Range, a HighlightPointerEvent object must be fired"
In addition being odd unusual API behavior, it would make implementation of this all a bit harder than necessary.
The text was updated successfully, but these errors were encountered:
HighlightPointerEvent extends PointerEvent and the explainer says:
"When a user performs a pointer action on part of an element containing a highlighted Range, a HighlightPointerEvent object must be fired"
In addition being odd unusual API behavior, it would make implementation of this all a bit harder than necessary.
The text was updated successfully, but these errors were encountered: