LibWeb/SVG: Remove SVGAElement.text attribute

Corresponds to 7210af6604
This commit is contained in:
Sam Atkins 2025-04-02 12:05:48 +01:00
parent 02e8c0e1d1
commit 07adbddbcd
Notes: github-actions[bot] 2025-04-02 16:52:08 +00:00

View file

@ -14,8 +14,6 @@ interface SVGAElement : SVGGraphicsElement {
[Reflect] attribute DOMString hreflang;
[Reflect] attribute DOMString type;
[FIXME] attribute DOMString text;
[FIXME] attribute DOMString referrerPolicy;
};