-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVGAElement.prototype.text should be removed #931
Comments
It will lead to update of following WPT tests:
NOTE: Firefox / Gecko already support this. |
If neither Safari, nor Chrome implement this then I'm happy to try to remove it from Firefox. |
As of right now, Safari does not but as can be seen from PR / linked bug, it is relatively easy to implement as well. Although if it is just repetition of HTMLAnchorElement and don't bring anything extra to table, I am OK to remove from spec and simplify. Just two cents. 👍 |
@longsonr that would be great, thanks! |
I've removed
I think that fixing imported\w3c\web-platform-tests\svg\idlharness.window.html will require changes to the SVG specification to get rid of the text method, though we'd probably want to make it deprecated first. |
This was only implemented by Firefox, where it has now been removed (https://bugzilla.mozilla.org/show_bug.cgi?id=1880689). Discussion in w3cGH-931 indicated that this attribute is desired to be removed from the spec.
The equivalent on
HTMLAnchorElement
is only there because it predates the introduction oftextContent
.The text was updated successfully, but these errors were encountered: