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

Having separate bucks for style & layout likely isn't optimal. #67

Open
bfgeek opened this issue Jan 18, 2022 · 0 comments
Open

Having separate bucks for style & layout likely isn't optimal. #67

bfgeek opened this issue Jan 18, 2022 · 0 comments

Comments

@bfgeek
Copy link

bfgeek commented Jan 18, 2022

The lines between style & layout are increasingly blurring within rendering engines. E.g. engines for things like container queries may interleave style & layout as a very simple example. Additonally triggering layout on a frame for example may flush style as another example (re-run media queries).

Likely a potential solution for this is to either:

  1. Have one bucket for both style+layout.
  2. Have a bucket which is only style, and another labeled style+layout.
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