Closed
Bug 1347412
Opened 8 years ago
Closed 8 years ago
stylo: local fragment-only url value should not be computed to non-local form
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1347435
People
(Reporter: xidorn, Unassigned)
References
Details
For example, in html
> <p style="filter: url(#a)"></p>
the computed value of filter property of this element should be "url(#a)" rather than "url(http://url-of-this-document#a)".
Distinguishing between local ref url and non-local url is added to Gecko in bug 1293164. This needs some special handling for stylo as well.
Updated•8 years ago
|
Priority: -- → P2
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•