mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
LibWeb: Implement getSVGDocument() for BrowsingContextContainer
Specifically HTMLIFrameElement and HTMLObjectElement. HTMLEmbedElement will gain it automatically once it's also converted to inherit from BrowsingContextContainer.
This commit is contained in:
committed by
Andreas Kling
parent
fed11e625e
commit
f82d4d001d
@@ -20,4 +20,5 @@ interface HTMLObjectElement : HTMLElement {
|
||||
|
||||
[LegacyNullToEmptyString, Reflect] attribute DOMString border;
|
||||
|
||||
Document? getSVGDocument();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user