Chromium Code Reviews
Description[css-flexbox] logical widths are always definite.
Per guidance from the CSS working group we should always treat widths
as definite, which allows us to simplify & speed up some code in
Flexbox.
See also https://lists.w3.org/Archives/Public/www-style/2016May/0135.html
which I believe covers all the cases where they might not be (=shrinkwrapping).
Because this means that for widths we always use the actual width of the
element for percentage calculations, we can remove some code from LayoutBox too.
BUG=595361
Committed: https://crrev.com/237e6796e049700ccb7adf105d3f95ba9572e66c
Cr-Commit-Position: refs/heads/master@{#396584}
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|
|||||||||||||||||||||||||||||||||||||