mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:58:11 +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:
parent
fed11e625e
commit
f82d4d001d
4 changed files with 18 additions and 0 deletions
|
@ -20,4 +20,5 @@ interface HTMLObjectElement : HTMLElement {
|
|||
|
||||
[LegacyNullToEmptyString, Reflect] attribute DOMString border;
|
||||
|
||||
Document? getSVGDocument();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue