Closed
Bug 1583429
Opened 5 years ago
Closed 1 year ago
[css-grid-2] The computed value of grid-template-{columns|rows} should not expand repeat()
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: boris)
References
()
Details
Attachments
(1 file)
Bug 1519958 fixed this for a non-subgrid values but we still expand repeat(N,...)
for subgrid
values.
https://searchfox.org/mozilla-central/rev/153feabebc2d13bb4c29ef8adf104ec1ebd246ae/servo/components/style/values/generics/grid.rs#l649
I filed this spec issue to get clarification:
https://github.com/w3c/csswg-drafts/issues/4362
Reporter | ||
Updated•5 years ago
|
Summary: The computed value of grid-template-{columns|rows} should not expand repeat() → [css-grid-2] The computed value of grid-template-{columns|rows} should not expand repeat()
Updated•2 years ago
|
Severity: normal → S3
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → boris.chiou
Assignee | ||
Comment 1•1 year ago
|
||
And we resolve the line name list when resolving it.
Updated•1 year ago
|
Attachment #9362206 -
Attachment description: Bug 1583429 - Keep repeat() information at parsing and computed time for subgrid. (WIP) → Bug 1583429 - Keep repeat() information at parsing and computed time for subgrid.
Updated•1 year ago
|
Attachment #9362206 -
Attachment description: Bug 1583429 - Keep repeat() information at parsing and computed time for subgrid. → Bug 1583429 - Keep repeat() information for specified/computed value for subgrid.
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d759319b0952
Keep repeat() information for specified/computed value for subgrid. r=layout-reviewers,firefox-style-system-reviewers,emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/43034 for changes under testing/web-platform/tests
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
Upstream PR merged by moz-wptsync-bot
Updated•11 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•