diff --git a/Libraries/LibWeb/SVG/SVGAElement.idl b/Libraries/LibWeb/SVG/SVGAElement.idl index 6306661f747..f2ddf394821 100644 --- a/Libraries/LibWeb/SVG/SVGAElement.idl +++ b/Libraries/LibWeb/SVG/SVGAElement.idl @@ -14,8 +14,6 @@ interface SVGAElement : SVGGraphicsElement { [Reflect] attribute DOMString hreflang; [Reflect] attribute DOMString type; - [FIXME] attribute DOMString text; - [FIXME] attribute DOMString referrerPolicy; };