mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibWeb: Implement Document.rootElement (SVG2 extension to Document)
This commit is contained in:
parent
e6f75801b1
commit
879cba762b
Notes:
github-actions[bot]
2025-05-16 18:37:14 +00:00
Author: https://github.com/awesomekling
Commit: 879cba762b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4775
4 changed files with 16 additions and 3 deletions
|
@ -156,6 +156,9 @@ interface Document : Node {
|
|||
// special event handler IDL attributes that only apply to Document objects
|
||||
[LegacyLenientThis] attribute EventHandler onreadystatechange;
|
||||
attribute EventHandler onvisibilitychange;
|
||||
|
||||
// https://www.w3.org/TR/SVG2/struct.html#InterfaceDocumentExtensions
|
||||
readonly attribute SVGSVGElement? rootElement;
|
||||
};
|
||||
|
||||
dictionary ElementCreationOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue