Closed Bug 1583911 Opened 5 years ago Closed 3 years ago

[Inactive CSS] Display a warning when 'stroke-miterlimit' is used on invalid elements

Categories

(DevTools :: Inspector: Rules, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: miker, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [importance-1.4%])

Main file:
devtools/server/actors/utils/inactive-property-helper.js

invalidProperties: [
"stroke-miterlimit",
]

inactive-css-only-certain-svg-4 = <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>polygon</li><li>polyline</li><li>rect</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 }

This is an inherit property and as such is commonly set on ancestors too.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.