Skip to content

Commit 07adbdd

Browse files
committed
LibWeb/SVG: Remove SVGAElement.text attribute
Corresponds to w3c/svgwg@7210af6
1 parent 02e8c0e commit 07adbdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Libraries/LibWeb/SVG/SVGAElement.idl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ interface SVGAElement : SVGGraphicsElement {
1414
[Reflect] attribute DOMString hreflang;
1515
[Reflect] attribute DOMString type;
1616

17-
[FIXME] attribute DOMString text;
18-
1917
[FIXME] attribute DOMString referrerPolicy;
2018

2119
};

0 commit comments

Comments
 (0)