Closed
Bug 1583910
Opened 6 years ago
Closed 3 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)
DevTools
Inspector: Rules
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 }
| Assignee | ||
Comment 1•3 years ago
|
||
should this also be applied to the table element or only internal table elements?
| Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → rfemailtesting
Status: NEW → ASSIGNED
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•