Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider basing the grid-flow idea on top of CSS Regions #27

Open
Schepp opened this issue Jul 12, 2024 · 0 comments
Open

Consider basing the grid-flow idea on top of CSS Regions #27

Schepp opened this issue Jul 12, 2024 · 0 comments

Comments

@Schepp
Copy link

Schepp commented Jul 12, 2024

The grid-flow explainer reminds me a lot of what CSS Regions (nice blogpost) were supposed to solve. My guess is that grid-flow will face the same reasons blocking it from implementation as regions did, which is that proper CSS fragmentation needs to be solid across browser engines first.

My suggestion would be to unify the grid-flow and regions concept such that we get a generic solution for all kinds of "element distribution" use cases in the future. For example we could declare two CSS Regions which each use their own CSS Grid setup, or share same setup via CSS Subgrid, or that use another kind of layout like CSS Flexbox or CSS Multicolumn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant