Closed
Bug 1557063
Opened 7 years ago
Closed 7 years ago
column-gap is incorrectly marked as invalid if not applied to a grid container
Categories
(DevTools :: Inspector: Rules, defect, P1)
DevTools
Inspector: Rules
Tracking
(firefox69 verified)
VERIFIED
FIXED
Firefox 69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | verified |
People
(Reporter: cers, Assigned: rcaliman)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Importance: 1.1%])
Attachments
(2 files)
The property 'column-gap' is currently marked as invalid if not applied to a grid container, but this is false. It also applies to flex and multi-column containers.
STR:
- load attached test case
- inspect containers with class "gap"
- look for column-gap rule in Rules view
Comment 1•7 years ago
|
||
Thanks for filing!
Blocks: devtools-inactive-css
No longer regressed by: 1306054
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → rcaliman
Status: NEW → ASSIGNED
Priority: -- → P1
| Assignee | ||
Comment 2•7 years ago
|
||
Splits the checks by appropriate container:
- column-gap and gap for flex-container, grid-container and multi-column container
- row-gap only for flex container and grid container
See CSS Box Alignment: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Alignment
Pushed by rcaliman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ed1862121e9a
Better checks for invalid CSS when using gap, column-gap and row-gap. r=miker,fluent-reviewers,flod
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
Comment 5•7 years ago
|
||
Confirmed issue with 69.0a1(2019-06-05).
Verified fix with 69.0a1 (2019-07-07).
Status: RESOLVED → VERIFIED
Whiteboard: [Importance: 1.1%]
You need to log in
before you can comment on or make changes to this bug.
Description
•