Open
Bug 2041929
Opened 5 days ago
Updated 5 hours ago
Allow SVGViewSpec to be followed by a timesegment
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
ASSIGNED
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
SVG2 §16.3.2 defines the fragment grammar:
SVGFragmentIdentifier ::= BareName *( "&" timesegment ) |
SVGViewSpec *( "&" timesegment ) |
spacesegment *( "&" timesegment ) |
timesegment *( "&" spacesegment )
We don't currently allow a timesegment after a BareName or an SVGViewSpec.
Updated•5 days ago
|
Severity: -- → S3
| Assignee | ||
Updated•3 days ago
|
Type: defect → enhancement
| Assignee | ||
Comment 1•1 day ago
|
||
Updated•1 day ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Pushed by longsonr@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/ce87f2afcad9
https://hg.mozilla.org/integration/autoland/rev/44ce1ff4a199
Allow SVGViewSpec to be followed by a timesegment r=emilio,layout-reviewers
Pushed by abutkovits@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/44649f3dd016
https://hg.mozilla.org/integration/autoland/rev/cee6644da93e
Revert "Bug 2041929 - Allow SVGViewSpec to be followed by a timesegment r=emilio,layout-reviewers" for causing failures at media-fragment-spatial-last-wins.html.
Comment 4•16 hours ago
|
||
Backed out for causing failures at media-fragment-spatial-last-wins.html.
Backout link: https://hg.mozilla.org/integration/autoland/rev/cee6644da93e
Failure log: https://treeherder.mozilla.org/logviewer?job_id=569160294&repo=autoland&task=a3-i9VEUS52rFg1PXiulqA.0&lineNumber=3109
Flags: needinfo?(longsonr)
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/60236 for changes under testing/web-platform/tests
| Assignee | ||
Comment 6•5 hours ago
|
||
Flags: needinfo?(longsonr)
Pushed by longsonr@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/a4cd944d94f2
https://hg.mozilla.org/integration/autoland/rev/7031b8305aef
Allow SVGViewSpec to be followed by a timesegment r=emilio,layout-reviewers
You need to log in
before you can comment on or make changes to this bug.
Description
•