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
If there actually are scenarios that would benefit from Highlights being able to take pointer capture, what are those and do they require implicit or explicit capture?
The text was updated successfully, but these errors were encountered:
dandclark
changed the title
Should HighlightRangeGroups be able to receive pointer capture?
Should Highlights be able to receive pointer capture?
Jul 1, 2022
Uh oh!
There was an error while loading. Please reload this page.
Highlight
, as currently defined (https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/highlight/events-explainer.md#interaction-with-pointer-capture), cannot receive implicit or explicit pointer capture. This is largely because there is no currently known scenario that requires pointer capture on highlights, and also because implicit pointer capture for highlights could be complex, particularly in terms of how it would interact with element pointer capture.If there actually are scenarios that would benefit from
Highlight
s being able to take pointer capture, what are those and do they require implicit or explicit capture?The text was updated successfully, but these errors were encountered: