Open Bug 1583898 Opened 5 years ago Updated 2 years ago

[Inactive CSS] Display a warning when 'overflow' is used on non-SVG and non-text elements

Categories

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

enhancement

Tracking

(Not tracked)

People

(Reporter: miker, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [importance-27.8%])

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

invalidProperties: [
"overflow",
"overflow-block",
"overflow-inline",
"overflow-style",
"overflow-x",
"overflow-y",
"place-content",
]

inactive-css-only-block-flex-grid = <strong>{ $property }</strong> has no effect on this element since it only applies to block, flex and grid containers.

inactive-css-only-block-flex-grid-fix = Try adding <strong>display:block</strong>, <strong>display:flex</strong> or <strong>display:grid</strong>. { learn-more }

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