Kaynağa Gözat

LibWeb: Add FIXMEs for missing SVGElement attributes

Jamie Mansfield 1 yıl önce
ebeveyn
işleme
c9f3a7ddbf
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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;