Closed Bug 1583910 Opened 5 years ago Closed 2 years ago

[Inactive CSS] Display a warning when 'border-image*' is used on internal table elements where border-collapse is set to collapse

Categories

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

enhancement

Tracking

(firefox104 fixed)

RESOLVED FIXED
104 Branch
Tracking Status
firefox104 --- fixed

People

(Reporter: miker, Assigned: rfemailtesting)

References

(Blocks 1 open bug)

Details

(Whiteboard: [importance-1.8%])

Attachments

(1 file)

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

invalidProperties: [
"border-image",
"border-image-outset",
"border-image-repeat",
"border-image-slice",
"border-image-source",
"border-image-width",
]

inactive-css-border-image = <strong>{ $property }</strong> has no effect on this element since it cannot be applied to internal table elements where border-collapse is set to collapse.

inactive-css-border-image-fix = Remove the property or change the value of border-collapse to a value other than collapse. { learn-more }

should this also be applied to the table element or only internal table elements?

Assignee: nobody → rfemailtesting
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: