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
as far as I see, per current spec at least all the
'document.elementFromPoint and shadow.ElementFromPoint must return the shadow host of the hit-tested text node when the hit-tested text node is a direct child of the root and the host has display...'
and also others.
The text was updated successfully, but these errors were encountered:
Sure it should be tested, but the spec is vague, and the tests don't even follow the spec.
(well, the spec is vague enough, that it is hard to know what the expected test results should be)
See for example
WICG/webcomponents#735
WICG/webcomponents#736
https://wpt.fyi/shadow-dom
as far as I see, per current spec at least all the
'document.elementFromPoint and shadow.ElementFromPoint must return the shadow host of the hit-tested text node when the hit-tested text node is a direct child of the root and the host has display...'
and also others.
The text was updated successfully, but these errors were encountered: