mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb/HTML: Update spec text related to template's content
Corresponds to:
aa52274b5a
This commit is contained in:
parent
39ad7833f0
commit
a25cb679fb
Notes:
github-actions[bot]
2025-11-27 10:27:18 +00:00
Author: https://github.com/AtkinsSJ
Commit: a25cb679fb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6951
3 changed files with 24 additions and 14 deletions
|
|
@ -1263,7 +1263,7 @@ void HTMLParser::handle_in_head(HTMLToken& token)
|
|||
// 4. Set shadow's declarative to true.
|
||||
shadow.set_declarative(true);
|
||||
|
||||
// 5. Set template's template contents property to shadow.
|
||||
// 5. Set template's template contents to shadow.
|
||||
as<HTMLTemplateElement>(*template_).set_template_contents(shadow);
|
||||
|
||||
// 6. Set shadow's available to element internals to true.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue