- From: Mason Freed <notifications@github.com>
- Date: Tue, 15 Sep 2020 15:13:14 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/dom/pull/893@github.com>
Add `"is available to element internals"` flag, for use with the accompanying [HTML PR](https://github.com/whatwg/html/pull/5921) which restricts access to `ElementInternals.shadowRoot` for shadow roots which were pre-existing before a custom element upgrade/construction. See the discussion on [Issue 871](https://github.com/w3c/webcomponents/issues/871#issuecomment-692383222) for more context.
- [X] At least two implementers are interested (and none opposed):
* Chromium - me.
* WebKit: see [this comment](https://github.com/w3c/webcomponents/issues/871#issuecomment-692383222).
- [X] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
* Will add link soon - WPT has been written.
- [X] [Implementation bugs](https://github.com/whatwg/meta/blob/master/MAINTAINERS.md#handling-pull-requests) are filed:
* Chrome: https://crbug.com/1042130
* Firefox: …
* Safari: …
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/dom/pull/893
-- Commit Summary --
* Add is-available-to-element-internals
-- File Changes --
M dom.bs (8)
-- Patch Links --
https://github.com/whatwg/dom/pull/893.patch
https://github.com/whatwg/dom/pull/893.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/893
Received on Tuesday, 15 September 2020 22:13:27 UTC