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

inset() shape function missing information #33591

Open
estelle opened this issue May 13, 2024 · 0 comments
Open

inset() shape function missing information #33591

estelle opened this issue May 13, 2024 · 0 comments
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@estelle
Copy link
Member

estelle commented May 13, 2024

  • The information about what happens if a shape has no width or height needs to be addressed.
  • how the values that exceed 100% are proportionally reduced needs to be addressed
If a pair of insets for a dimension adds up to more than 100% of that dimension, both values are proportionally reduced, so their sum is 100%. For example, the value `inset(90% 10% 60% 10%)` has a top inset of `90%` and a bottom inset of 60%. These values are reduced proportionally to `inset(60% 10% 40% 10%)`. Shapes such as this, that enclose no area and no {{cssxref("shape-margin")}}, have no effect on wrapping

Originally posted by @estelle in #33446 (comment)

@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant