Re: [WICG/webcomponents] Upstreaming Shadow DOM and outstanding v1 work (#661)

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 this issue? 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.

Related: https://github.com/w3c/csswg-drafts/issues/5886

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/661#issuecomment-992242293

Received on Monday, 13 December 2021 08:56:39 UTC