瀏覽代碼

LibWeb: Add FIXMEs for missing SVGElement attributes

Jamie Mansfield 1 年之前
父節點
當前提交
c9f3a7ddbf
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Userland/Libraries/LibWeb/SVG/SVGElement.idl

+ 3 - 0
Userland/Libraries/LibWeb/SVG/SVGElement.idl

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