Skip to content

[css-break][css-box][css-text][css-position] percentages and fragmentation #6512

Open
@frivoal

Description

@frivoal

There are a few properties where percentages are resolved against the size of the container. What if the container is fragmented? Each fragment is likely to have a different block size, and could even have different inline-sizes. How are these percentages then resolved? Per fragment? Based on the first fragment? Something else? For instance:

  • margin-*, padding-* (both have potentially multiple instances, due to box-decoration-break)
  • text-indent
  • left, right, top, bottom
  • (I'm sure there are more)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions