mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb/HTML: Implement HTMLTemplateElement.content to spec
No real behaviour change - it just means we VERIFY before returning the value we returned before.
This commit is contained in:
Notes:
github-actions[bot]
2025-11-27 10:27:12 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/37d07410995 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6951
@@ -7,7 +7,7 @@ interface HTMLTemplateElement : HTMLElement {
|
||||
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
readonly attribute DocumentFragment content;
|
||||
[ImplementedAs=content_for_bindings] readonly attribute DocumentFragment content;
|
||||
[Reflect=shadowrootmode, Enumerated=ShadowRootMode, CEReactions] attribute DOMString shadowRootMode;
|
||||
[Reflect=shadowrootdelegatesfocus, CEReactions] attribute boolean shadowRootDelegatesFocus;
|
||||
[Reflect=shadowrootclonable, CEReactions] attribute boolean shadowRootClonable;
|
||||
|
||||
Reference in New Issue
Block a user