mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +00:00
LibWeb/SVG: Remove SVGAElement.text attribute
Corresponds to 7210af6604
This commit is contained in:
parent
02e8c0e1d1
commit
07adbddbcd
Notes:
github-actions[bot]
2025-04-02 16:52:08 +00:00
Author: https://github.com/AtkinsSJ
Commit: 07adbddbcd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4185
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ interface SVGAElement : SVGGraphicsElement {
|
||||||
[Reflect] attribute DOMString hreflang;
|
[Reflect] attribute DOMString hreflang;
|
||||||
[Reflect] attribute DOMString type;
|
[Reflect] attribute DOMString type;
|
||||||
|
|
||||||
[FIXME] attribute DOMString text;
|
|
||||||
|
|
||||||
[FIXME] attribute DOMString referrerPolicy;
|
[FIXME] attribute DOMString referrerPolicy;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue