-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Take into account the intrinsic block size when computing the main si…
…ze of a column flex container In particular, `main_content_sizes()` now works with columns. `layout_for_block_content_size()` is now used for both intrinsic sizes and intrinsic contributions, a IntrinsicSizingMode parameter is added to choose the behavior. Also, we consider the main size of a flex item as indefinite if its flex basis is indefinite and the flex container has an indefinite main size. Co-authored-by: Martin Robinson <[email protected]> Signed-off-by: Oriol Brufau <[email protected]>
- Loading branch information
1 parent
f9d5548
commit 6185316
Showing
1 changed file
with
91 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6185316
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Loirooriol @mrobinson What do y'all want to do about this test? Do you want to change the expectations to what webkit/blink/gecko do? Or want to leave it following the current spec that we know to be unshippable but don't have a replacement for? Up to you, but if you want to leave it as-is, we should remove it from interop2024 "scoring".
6185316
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we should change it back, pointing to w3c/csswg-drafts#8884 (comment) to explain the divergence from the spec.