Open
Bug 1134412
Opened 11 years ago
Updated 11 months ago
Add SVG styling attributes into the rule view
Categories
(DevTools :: Inspector: Rules, defect, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug, )
Details
In SVG, there are CSS properties that have their SVG attribute equivalent (for example fill or stroke). It'd be nice to visually indicate if the SVG attribute overrides the CSS property.
Chrome already does this by listing the SVG attributes in the rules view.
| Reporter | ||
Comment 1•10 years ago
|
||
Ah, styles have higher priority than attributes.
But it's still nice to be able to show styling attributes (fill, stroke, ...) from the rules view.
Summary: Add indicator in the rules view when an SVG attribute overrides a SVG style → Add SVG styling attributes into the rule view
Comment 2•9 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES.
Adding example URL : data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='150' height='150'><rect x="10" y="10" width="100" height="100" stroke="blue" fill="purple" fill-opacity="0.5" stroke-opacity="0.8"/></svg>
Component: Developer Tools: Inspector → Developer Tools: CSS Rules Inspector
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
I'm too new to have "mark as duplicate" perms, but Bug 1791256 is a duplicate of this issue. I briefly looked into how one might implement the functionality, and commented it over there before I found this one.
You need to log in
before you can comment on or make changes to this bug.
Description
•