mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibWeb: Add FIXMEs for missing SVGElement attributes
This commit is contained in:
parent
9d1ea4c7e0
commit
c9f3a7ddbf
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/c9f3a7ddbf Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/539
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
interface SVGElement : Element {
|
||||
|
||||
[SameObject] readonly attribute SVGAnimatedString className;
|
||||
|
||||
[FIXME] readonly attribute SVGSVGElement? ownerSVGElement;
|
||||
[FIXME] readonly attribute SVGElement? viewportElement;
|
||||
};
|
||||
|
||||
SVGElement includes GlobalEventHandlers;
|
||||
|
|
Loading…
Reference in a new issue