mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Implement <template> parsing
Note that there is currently no way to display them as we can't currently clone nodes. Adds special case for templates for dumping to console. Doesn't add it to the DOM inspector as I'm not sure how to do it.
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 03:23:09 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/7902d215b39 Pull-request: https://github.com/SerenityOS/serenity/pull/3224 Reviewed-by: https://github.com/awesomekling
@@ -1,5 +1,5 @@
|
||||
interface HTMLTemplateElement : HTMLElement {
|
||||
|
||||
|
||||
readonly attribute DocumentFragment content;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user