Skip to content

Commit f0aed26

Browse files
committed
[css-sizing] Fix typo, add issue.
1 parent 13fe8fe commit f0aed26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-sizing/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Auto Box Sizes</h3>
131131
and computed by the rules in <a href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth">CSS2.1§10.3.3</a>.
132132

133133
: <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
135135
while still fitting around its contents,
136136
i.e. minimizing unfilled space while avoiding overflow.
137137

@@ -438,6 +438,9 @@ Intrinsic Sizes of Non-Replaced Blocks</h3>
438438
is the block-size of the block after layout,
439439
plus any <a>block-axis</a> margin, border, and padding.
440440

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>.
441444

442445
<h3 id='table-intrinsic'>
443446
Intrinsic Sizes in Table Layout</h3>

0 commit comments

Comments
 (0)