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

[WIP/RFC] Get auto-layout tables to handle non-whitepsace wrapping correctly #909

Closed
wants to merge 2 commits into from

Conversation

rtpg
Copy link
Contributor

@rtpg rtpg commented Jul 23, 2019

This was my attempt to fix #906, though I think I'm a bit out of my depth at this point.

This includes #907 , which I used to write the test. The values being asserted are wrong, but I think that conceptually the test is a good way to cover a lot of ground.

rtpg added 2 commits July 23, 2019 14:12
 this will provide a simpler API for testing context-using functions inside tests
From https://dbaron.org/css/intrinsic/#automatic-table-layout

 > The outer min-content width of a table cell is max('min-width', min('max-width', min-content width)) adjusted by the cell intrinsic offsets
@liZe
Copy link
Member

liZe commented Jul 24, 2019

Fixed by 8d10c01.

@liZe liZe closed this Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table auto-layout differences compared to browsers
2 participants