mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement scoped custom element registries
This commit is contained in:
committed by
Tim Ledbetter
parent
90c39c214d
commit
ed6a5f25a0
Notes:
github-actions[bot]
2026-03-27 19:50:58 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/ed6a5f25a0a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8613 Reviewed-by: https://github.com/tcl3 ✅
@@ -12,4 +12,5 @@ interface HTMLTemplateElement : HTMLElement {
|
||||
[Reflect=shadowrootdelegatesfocus, CEReactions] attribute boolean shadowRootDelegatesFocus;
|
||||
[Reflect=shadowrootclonable, CEReactions] attribute boolean shadowRootClonable;
|
||||
[Reflect=shadowrootserializable, CEReactions] attribute boolean shadowRootSerializable;
|
||||
[Reflect=shadowrootcustomelementregistry, CEReactions] attribute DOMString shadowRootCustomElementRegistry;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user