File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ Auto Box Sizes</h3>
131
131
and computed by the rules in <a href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth">CSS2.1§10.3.3</a> .
132
132
133
133
: <dfn>max-content size</dfn>
134
- :: Roughly, the small <a>size</a> a box could take in a given axis while fitting around its contents
134
+ :: Roughly, the smallest <a>size</a> a box could take in a given axis
135
135
while still fitting around its contents,
136
136
i.e. minimizing unfilled space while avoiding overflow.
137
137
@@ -438,6 +438,9 @@ Intrinsic Sizes of Non-Replaced Blocks</h3>
438
438
is the block-size of the block after layout,
439
439
plus any <a>block-axis</a> margin, border, and padding.
440
440
441
+ Issue: Need to handle floats.
442
+ See <a href="https://lists.w3.org/Archives/Public/www-style/2014Oct/0061.html">Greg's issue</a>
443
+ and <a href="https://lists.w3.org/Archives/Public/www-style/2014Nov/0085.html">dbaron's response</a> .
441
444
442
445
<h3 id='table-intrinsic'>
443
446
Intrinsic Sizes in Table Layout</h3>
You can’t perform that action at this time.
0 commit comments