Add HyperlinkElementUtils interface to SVGAElement
Categories
(Core :: SVG, enhancement)
Tracking
()
People
(Reporter: longsonr, Assigned: longsonr)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/61592 for changes under testing/web-platform/tests
Comment 4•1 month ago
|
||
| bugherder | ||
Upstream PR merged by moz-wptsync-bot
Comment 6•1 month ago
|
||
Did you want to nominate this for the Fx155 relnotes? Possible wording:
SVG <a> elements now expose the same URL properties as HTML links, including protocol, host, pathname, and search.
| Assignee | ||
Comment 7•1 month ago
•
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: SVG <a> elements now provide the same URL properties as HTML links.
[Suggested wording]: SVG <a> elements now expose the same URL properties as HTML links, including protocol, host, pathname, and search. I.e. https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/hostname now works on SVG <a> elements too as do all the other properties in https://html.spec.whatwg.org/multipage/links.html#hyperlinkelementutils (note that hreflang and type were previously supported).
[Affects Firefox for Android]: yes
[Links (documentation, blog post, etc)]:
| Assignee | ||
Updated•1 month ago
|
Description
•