LibWeb: Add FIXMEs for missing SVGElement attributes

This commit is contained in:
Jamie Mansfield 2024-07-09 21:01:03 +01:00 committed by Andreas Kling
parent 9d1ea4c7e0
commit c9f3a7ddbf
Notes: sideshowbarker 2024-07-16 20:51:53 +09:00

View file

@ -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;