You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much like block layout, subgrid layout requires access to non-direct descendants of a node, so some design work will be required to create an API that allows for this.
The text was updated successfully, but these errors were encountered:
Now that block layout has been merged, is there still design work that needs to be done?
Block layout isn't really using this yet, but there is a design for this now. The trick is that each algorithm now takes it's own trait as a parameter. So we can add algorithm-specific methods to that trait, one of which can be to get access to items in a subgridded axis.
nicoburns
changed the title
Support CSS Subgrid layout
Support Subgrid layout
Dec 4, 2024
What problem does this solve or what need does it fill?
Subgrid layout is useful when creating nested grids.
What solution would you like?
Implement support for
grid-template-columns: subgrid
andgrid-template-rows: subgrid
in Taffy:Additional context
Much like block layout, subgrid layout requires access to non-direct descendants of a node, so some design work will be required to create an API that allows for this.
The text was updated successfully, but these errors were encountered: