Re: [csswg-drafts] [cssom-view] ShadowRoot should also have elementFromPoint and elementsFromPoint (#5886)

The [Shadow DOM](https://www.w3.org/TR/shadow-dom/) spec used to declare that `DocumentOrShadowRoot` is extended with `elementFromPoint` and `elementsFromPoint`. Here's the latest web archive snapshot that still says so: https://web.archive.org/web/20180228173001/http://www.w3.org/TR/shadow-dom/

It seems that was since changed to a short page that basically just says:
> Shadow DOM specification is being incorporated into to the DOM specification, HTML specification, CSS Scoping Module Level 1, UI Events specification, and other relevant specifications.

I guess that was related to https://github.com/WICG/webcomponents/issues/661 but I'm also very confused by where did that definition go.

The only current spec mentioning `elementFromPoint` and `elementsFromPoint` that I could find now is the [CSSOM View Module](https://drafts.csswg.org/cssom-view/) draft that specifies them on the `Document` only.

-- 
GitHub Notification of comment by Haprog
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5886#issuecomment-992237044 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 13 December 2021 08:48:12 UTC