Closed
Bug 1700756
Opened 4 years ago
Closed 1 months ago
Items with invalid filters are not drawn
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: jrmuizel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
580 bytes,
text/html
|
Details |
The archive section of https://www.miragefestival.com uses an invalid filter:
xmlns='https://www.w3.org/2000/svg'
vs
xmlns='http://www.w3.org/2000/svg'
Chrome still draws the content where as Firefox draws white.
Reporter | ||
Comment 1•4 years ago
|
||
Reporter | ||
Comment 2•4 years ago
|
||
dholbert, what does the spec say should be done in this case?
Flags: needinfo?(dholbert)
Comment 3•4 years ago
|
||
SVG 1.1 said not to draw anything, SVG 2 says ignore the filter/clip-path/mask.
See bug 1105145 which this is basically a duplicate of. As long as we change filter/mask and clip-path all at the same time we could make this change. See also the browser compatibility chart and resolution in https://github.com/w3c/fxtf-drafts/issues/130
Reporter | ||
Updated•4 years ago
|
Flags: needinfo?(dholbert)
Updated•4 years ago
|
Severity: -- → S3
Comment 4•2 months ago
|
||
Both Chrome and Nightly draw the word "2020" in red.
Should this bug be closed now?
Comment 5•1 months ago
|
||
Fixed by bug 1787623
You need to log in
before you can comment on or make changes to this bug.
Description
•