Skip to content

Commit 3f852b8

Browse files
committed
[css3-sizing] improve issue wording
--HG-- extra : rebase_source : b9600ce1720dfaa4bc58da4e84e1acefbf57acab
1 parent cc905ef commit 3f852b8

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

css3-sizing/Overview.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -774,12 +774,17 @@ <h3 id=table-intrinsic><span class=secno>4.4. </span> Intrinsic Sizes in
774774
<h3 id=multicol-intrinsic><span class=secno>4.5. </span> Intrinsic Sizes in
775775
Multi-column Layout</h3>
776776

777-
<p class=issue> See
778-
http://lists.w3.org/Archives/Public/www-style/2011Apr/0316.html
779-
http://lists.w3.org/Archives/Public/www-style/2011May/0468.html
780-
781-
<p class=issue>This section is under discussion and may be removed.</p>
782-
<!--
777+
<p class=issue> Multi-column elements are different from most in that they
778+
grow sideways when their height is restricted. The ‘<a
779+
href="#max-content"><code class=css>max-content</code></a>’ value should
780+
be able to accommodate this somehow, in particular as this is how
781+
multi-column elements work in <a
782+
href="http://www.w3.org/TR/css3-writing-modes/#orthogonal-multicol">orthogonal
783+
flows</a>. See also <a
784+
href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0316.html">this
785+
explanation</a>
786+
<!-- http://lists.w3.org/Archives/Public/www-style/2011May/0468.html -->
787+
<!--
783788
<p>For multi-column elements laid out with infinite available measure (see
784789
<a href="#orthogonal-multicol">Multi-column Layout in Orthogonal Flows</a>),
785790
the <i>min-content</i> extent is the extent that would result

css3-sizing/Overview.src.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,13 @@ <h3 id="multicol-intrinsic">
511511
Intrinsic Sizes in Multi-column Layout</h3>
512512

513513
<p class='issue'>
514-
See
515-
http://lists.w3.org/Archives/Public/www-style/2011Apr/0316.html
516-
http://lists.w3.org/Archives/Public/www-style/2011May/0468.html
517-
518-
<p class="issue">This section is under discussion and may be removed.</p>
514+
Multi-column elements are different from most in that they grow sideways
515+
when their height is restricted. The ''max-content'' value should be able
516+
to accommodate this somehow, in particular as this is how multi-column
517+
elements work in <a href="http://www.w3.org/TR/css3-writing-modes/#orthogonal-multicol">orthogonal flows</a>.
518+
See also
519+
<a href="http://lists.w3.org/Archives/Public/www-style/2011Apr/0316.html">this explanation</a>
520+
<!-- http://lists.w3.org/Archives/Public/www-style/2011May/0468.html -->
519521
<!--
520522
<p>For multi-column elements laid out with infinite available measure (see
521523
<a href="#orthogonal-multicol">Multi-column Layout in Orthogonal Flows</a>),

0 commit comments

Comments
 (0)