Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add Scoped Custom Element Registries #1341

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

annevk
Copy link
Member

@annevk annevk commented Dec 17, 2024

Please do not comment directly on this PR unless asked. It's a big change and we want to keep it manageable. Use #1339 instead.

HTML PR: whatwg/html#10869.

Tests: web-platform-tests/wpt#50790.

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

annevk added a commit to whatwg/html that referenced this pull request Dec 17, 2024
Do not comment directly on this PR while it is in draft state. Use #10854 instead.

DOM PR: whatwg/dom#1341.

Tests: ...
@annevk annevk marked this pull request as ready for review December 19, 2024 09:51
@annevk annevk added topic: custom elements Relates to custom elements (as defined in DOM and HTML) addition/proposal New features or enhancements topic: shadow Relates to shadow trees (as defined in DOM) topic: nodes labels Dec 19, 2024
@annevk annevk force-pushed the annevk/scoped-custom-element-registries branch from 66f3a02 to dacf095 Compare December 19, 2024 10:05
annevk added a commit to whatwg/html that referenced this pull request Dec 19, 2024
@annevk annevk force-pushed the annevk/scoped-custom-element-registries branch from dacf095 to 7e04bae Compare February 21, 2025 09:40
annevk added a commit to whatwg/html that referenced this pull request Feb 21, 2025
@annevk annevk linked an issue Feb 26, 2025 that may be closed by this pull request
@annevk annevk linked an issue Feb 26, 2025 that may be closed by this pull request
4 tasks
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Feb 28, 2025
…nly (and invert its value), a=testonly

Automatic update from web-platform-tests
DOM: rename importNode()'s deep to selfOnly (and invert its value)

Part of whatwg/dom#1341.

--

wpt-commits: 5bcf44cb07a74e284893af96926d932ec09705e7
wpt-pr: 50860
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Feb 28, 2025
…ith scoped registries, a=testonly

Automatic update from web-platform-tests
DOM: createElement and createElementNS with scoped registries

For whatwg/dom#1341.
--

wpt-commits: a52f97983743aae5fdd5172c9938b47743dc7146
wpt-pr: 50925
i3roly pushed a commit to i3roly/firefox-dynasty that referenced this pull request Feb 28, 2025
…nly (and invert its value), a=testonly

Automatic update from web-platform-tests
DOM: rename importNode()'s deep to selfOnly (and invert its value)

Part of whatwg/dom#1341.

--

wpt-commits: 5bcf44cb07a74e284893af96926d932ec09705e7
wpt-pr: 50860
i3roly pushed a commit to i3roly/firefox-dynasty that referenced this pull request Feb 28, 2025
…ith scoped registries, a=testonly

Automatic update from web-platform-tests
DOM: createElement and createElementNS with scoped registries

For whatwg/dom#1341.
--

wpt-commits: a52f97983743aae5fdd5172c9938b47743dc7146
wpt-pr: 50925
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Mar 1, 2025
…nly (and invert its value), a=testonly

Automatic update from web-platform-tests
DOM: rename importNode()'s deep to selfOnly (and invert its value)

Part of whatwg/dom#1341.

--

wpt-commits: 5bcf44cb07a74e284893af96926d932ec09705e7
wpt-pr: 50860

UltraBlame original commit: 4a4c1689ebd912108057f71fa24393009d4ab18a
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Mar 1, 2025
…ith scoped registries, a=testonly

Automatic update from web-platform-tests
DOM: createElement and createElementNS with scoped registries

For whatwg/dom#1341.
--

wpt-commits: a52f97983743aae5fdd5172c9938b47743dc7146
wpt-pr: 50925

UltraBlame original commit: 78ef3074b0082c9e95d840a8010b34661973a847
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Mar 1, 2025
…nly (and invert its value), a=testonly

Automatic update from web-platform-tests
DOM: rename importNode()'s deep to selfOnly (and invert its value)

Part of whatwg/dom#1341.

--

wpt-commits: 5bcf44cb07a74e284893af96926d932ec09705e7
wpt-pr: 50860

UltraBlame original commit: 4a4c1689ebd912108057f71fa24393009d4ab18a
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Mar 1, 2025
…ith scoped registries, a=testonly

Automatic update from web-platform-tests
DOM: createElement and createElementNS with scoped registries

For whatwg/dom#1341.
--

wpt-commits: a52f97983743aae5fdd5172c9938b47743dc7146
wpt-pr: 50925

UltraBlame original commit: 78ef3074b0082c9e95d840a8010b34661973a847
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Mar 1, 2025
…nly (and invert its value), a=testonly

Automatic update from web-platform-tests
DOM: rename importNode()'s deep to selfOnly (and invert its value)

Part of whatwg/dom#1341.

--

wpt-commits: 5bcf44cb07a74e284893af96926d932ec09705e7
wpt-pr: 50860

UltraBlame original commit: 4a4c1689ebd912108057f71fa24393009d4ab18a
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Mar 1, 2025
…ith scoped registries, a=testonly

Automatic update from web-platform-tests
DOM: createElement and createElementNS with scoped registries

For whatwg/dom#1341.
--

wpt-commits: a52f97983743aae5fdd5172c9938b47743dc7146
wpt-pr: 50925

UltraBlame original commit: 78ef3074b0082c9e95d840a8010b34661973a847
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
addition/proposal New features or enhancements topic: custom elements Relates to custom elements (as defined in DOM and HTML) topic: nodes topic: shadow Relates to shadow trees (as defined in DOM)
Development

Successfully merging this pull request may close these issues.

Revamped Scoped Custom Element Registries (DOM side) Revamped Scoped Custom Element Registries
1 participant