Contact emails
mt...@igalia.comSpecification
https://github.com/w3c/svgwg/pull/1052Summary
Recently some attributes of HTMLHyperlinkElementUtils have been moved into a new HyperlinkElementUtils interface which will be shared by HTML/SVG/MathML.[1]
In the spec, the SVG a element should implement HTMLHyperlinkElementUtils, but in practice no one was doing that because there are attributes that conflict between HTMLHyperlinkElementUtils and SVGURIReference. [2]
In this feature we will add attributes like origin, protocol, username, password, host, hostname, port, pathname, search and hash to the SVG a element by implementing the new HyperlinkElementUtils mixin.[3]
[1]
https://chromium-review.googlesource.com/c/chromium/src/+/7899676[2]
https://github.com/w3c/svgwg/issues/312[3]
https://chromium-review.googlesource.com/c/chromium/src/+/8015702Blink component
Blink>SVG
Web Feature ID
Missing feature
Motivation
Recent developments in standards bodies have led to a renewed effort to align the various hyperlink elements, this change brings the 'origin', 'protocol', 'pathname' etc properties that already exist on HTML and MathML <a> to the SVG <a> element.
Initial public proposal
https://github.com/w3c/svgwg/issues/312Goals for experimentation
None
Requires code in //chrome?
False
Tracking bug
https://issues.chromium.org/issues/512726601Estimated milestones
No milestones specified
Link to entry on the Chrome Platform Status
https://chromestatus.com/feature/5990570242736128?gate=6408874992205824This intent message was generated by Chrome Platform Status.