Open
Bug 1627581
Opened 4 years ago
Updated 1 year ago
[css-grid-3] Investigate conditions for auto-placed subgrid in Masonry grid container
Categories
(Core :: Layout: Grid, enhancement, P3)
Core
Layout: Grid
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox76 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
(Blocks 1 open bug)
Details
The Masonry proposal at https://github.com/w3c/csswg-drafts/issues/4650 states (under the Subgrid heading):
auto-placed subgrids don't inherit any line names from their parent grid, but are aligned to the parent's tracks as usual
That's more optimistic than what we've currently implemented, which is that if the subgrid's placement in the grid axis can't be deduced then we inhibit subgridding in this axis altogether (see GridItemInfo::MaybeInhibitSubgridInMasonry
).
Reporter | ||
Updated•3 years ago
|
Summary: [css-grid-2] Investigate conditions for auto-placed subgrid in Masonry grid container → [css-grid-3] Investigate conditions for auto-placed subgrid in Masonry grid container
Updated•2 years ago
|
Comment 1•1 year ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: MatsPalmgren_bugz → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•