Closed
Bug 1671860
Opened 4 years ago
Closed 4 years ago
test that SVG <cursor> element is not implemented
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
Details
Attachments
(2 files)
The <cursor> element was removed from the SVG 2 spec and from Blink ~four years ago, and was never implemented in Gecko, but it's still supported in WebKit. Let's add it to the historical.html WPT to check that support is removed for it.
Assignee | ||
Comment 1•4 years ago
|
||
The <cursor> element was removed from the SVG 2 spec and from Blink
~four years ago, and was never implemented in Gecko.
Updated•4 years ago
|
Assignee: nobody → cam
Status: NEW → ASSIGNED
Comment 2•4 years ago
|
||
Nothing wrong with this but we could also test SVG font support i.e. https://www.w3.org/TR/SVG11/text.html#AlternateGlyphs
Assignee | ||
Comment 3•4 years ago
|
||
Yeah, looks like there are a few other outdated elements / interfaces tested in there. I'll attach a second patch for those.
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/33f7e005d433
Check that SVGCursorElement is not implemented. r=boris
https://hg.mozilla.org/integration/autoland/rev/f09026e1799b
Add tests for other historical SVG interfaces. r=longsonr
Comment 7•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/33f7e005d433
https://hg.mozilla.org/mozilla-central/rev/f09026e1799b
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/26221 for changes under testing/web-platform/tests
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•