Open Bug 1583894 Opened 5 years ago Updated 2 years ago

[Inactive CSS] Display a warning when 'box-sizing' is used on elements that ignore width / height

Categories

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

enhancement

Tracking

(Not tracked)

People

(Reporter: miker, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [importance-82.4%])

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

invalidProperties: [
"box-sizing",
]

inactive-css-no-width-height = <strong>{ $property }</strong> has no effect on this element since it's width and height cannot be set.

inactive-css-no-width-height-fix = Try removing <strong>box-sizing</strong>. { learn-more }

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.