Closed
Bug 1583904
Opened 5 years ago
Closed 4 years ago
[Inactive CSS] Display a warning when 'stroke-linecap' is used on invalid elements
Categories
(DevTools :: Inspector: Rules, enhancement, P2)
DevTools
Inspector: Rules
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: miker, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [importance-3.1%])
Main file:
devtools/server/actors/utils/inactive-property-helper.js
invalidProperties: [
"stroke-linecap",
]
inactive-css-only-certain-svg-2 = <strong>{ $property }</strong> has no effect on this element since it can only be applied to the following SVG elements: <ul><li>altGlyph</li><li>path</li><li>polyline</li><li>line</li><li>text</li><li>textPath</li><li>tref</li><li>tspan</li></ul>
inactive-css-only-certain-svg-fix = Ensure you are setting this property on one of the SVG elements listed above. { learn-more }
Comment 1•4 years ago
|
||
This is an inherit property and as such is commonly set on ancestors too.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•