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

[css-sizing-4] aspect-ratio orthogonal flow loop #6419

Open
fantasai opened this issue Jul 1, 2021 · 3 comments
Open

[css-sizing-4] aspect-ratio orthogonal flow loop #6419

fantasai opened this issue Jul 1, 2021 · 3 comments

Comments

@fantasai
Copy link
Collaborator

fantasai commented Jul 1, 2021

main {
  width: max-content;
  aspect-ratio: 1/1;
  border: thin solid red;
  min-height: 0;
}

section {
  writing-mode: vertical-rl;
  border: thick solid blue;
}
@fantasai
Copy link
Collaborator Author

fantasai commented Jul 1, 2021

Note: we got here from exploring

main {
  width: max-content;
  aspect-ratio: 1/1;
  border: thin solid red;
  min-height: 0;
}

section {
  height: 100%;
  contain: inline-size;
  writing-mode: vertical-rl;
  border: thick solid blue;
}

@Loirooriol
Copy link
Contributor

What's the HTML?

@frivoal
Copy link
Collaborator

frivoal commented Jul 6, 2021

What's the HTML?

<main>
  <section>
    Some content
  </section>
</main>

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

No branches or pull requests

3 participants