Closed Bug 1347412 Opened 7 years ago Closed 7 years ago

stylo: local fragment-only url value should not be computed to non-local form

Categories

(Core :: CSS Parsing and Computation, defect, P2)

defect

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.
Priority: -- → P2
Depends on: 1347435
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.