mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +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
@@ -21,6 +21,8 @@ public:
|
||||
GC::Ref<DOM::DocumentFragment> content() { return *m_content; }
|
||||
GC::Ref<DOM::DocumentFragment> const content() const { return *m_content; }
|
||||
|
||||
GC::Ref<DOM::DocumentFragment> content_for_bindings() const;
|
||||
|
||||
void set_template_contents(GC::Ref<DOM::DocumentFragment>);
|
||||
|
||||
virtual void adopted_from(DOM::Document&) override;
|
||||
|
||||
Reference in New Issue
Block a user