mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/HTML: Update spec text related to template's content
Corresponds to:
aa52274b5a
This commit is contained in:
Notes:
github-actions[bot]
2025-11-27 10:27:18 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/a25cb679fb1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6951
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user