NEW 252357
[rhythmic-sizing] Implement layout logic for block-step-size
https://bugs.webkit.org/show_bug.cgi?id=252357
Summary [rhythmic-sizing] Implement layout logic for block-step-size
Sammy Gill
Reported 2023-02-15 15:37:36 PST
https://drafts.csswg.org/css-rhythm/#block-step-size This property defines the step unit for a block-level box’s block size. When the step unit is set to a positive <length>, the box’s outer height is rounded (see block-step-round) to the closest multiple of the unit. Negative <length> values are invalid. Values other than none cause the box to establish an independent formatting context. In situations where margins collapse, only the box’s own margin is considered in calculating its outer size. When a box fragments, step sizing is applied per fragment.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-15 15:37:57 PST
Note You need to log in before you can comment on or make changes to this bug.