Closed
Bug 1502185
Opened 7 years ago
Closed 7 years ago
grid line name cannot be auto
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: ericwilligers, Assigned: emilio)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36
Steps to reproduce:
https://wpt.fyi/results/css/css-grid/parsing/grid-area-invalid.html
Attempt to set grid-row-end to '1 auto'
Actual results:
grid-row-end is '1 auto'
Expected results:
The value should be rejected.
CSS working group decision:
https://github.com/w3c/csswg-drafts/issues/2856
Updated•7 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
| Assignee | ||
Comment 1•7 years ago
|
||
Sure thing. Thanks for the tests :)
Assignee: nobody → emilio
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/7a6d0f1c6972
Don't allow auto in grid line names. r=mats
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•