Skip to content

Commit 8310d01

Browse files
committed
[css-writing-modes] Fix error in handling multicol orthoflows.
1 parent 50fc313 commit 8310d01

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

css-writing-modes/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
19641964

19651965
<li><strong>Calculate the used column <i>block-size</i>:</strong>
19661966
If both 'column-count' and 'column-width' are non-''column-count/auto'',
1967-
then the used column <i>block-size</i> is the multi-column element’s <i>max-content size</i>.
1967+
then the used column <i>block-size</i> is as specified in [[!CSS3COL]].
19681968
Otherwise, use
19691969
the box’s <i>block-size</i> (if that is <i>definite</i>),
19701970
else the <i>fill-available block-size</i> of the box (if that is <i>definite</i>),
@@ -1973,6 +1973,7 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
19731973
Should we factor in the box’s min-content block-size here,
19741974
so that e.g. a large image will not overflow the box,
19751975
but cause the box to overflow the containing block?
1976+
<!-- this is wrong for intrinsically-sized boxes -->
19761977

19771978
<li><strong>Calculate the used 'column-count':</strong>
19781979
If the computed 'column-count' is ''column-count/auto'', then

css-writing-modes/Overview.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,15 +2033,16 @@ <h4 class="heading settled heading" data-level=7.3.2 id=auto-multicol><span clas
20332033

20342034
<li><strong>Calculate the used column <a data-link-type=dfn href=#block-size title=block-size>block-size</a>:</strong>
20352035
If both <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-multicol-1/#propdef-column-count title=column-count>column-count</a> and <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-multicol-1/#propdef-column-width title=column-width>column-width</a> are non-<span class=css data-link-for=column-count data-link-type=maybe title=auto>auto</span>,
2036-
then the used column <a data-link-type=dfn href=#block-size title=block-size>block-size</a> is the multi-column element’s <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#max-content-inline-size title="max-content size">max-content size</a>.
2036+
then the used column <a data-link-type=dfn href=#block-size title=block-size>block-size</a> is as specified in <a data-biblio-type=normative data-link-type=biblio href=#biblio-css3col title=biblio-css3col>[CSS3COL]</a>.
20372037
Otherwise, use
20382038
the box’s <a data-link-type=dfn href=#block-size title=block-size>block-size</a> (if that is <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#definite title=definite>definite</a>),
20392039
else the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#fill-available-block-size title="fill-available block-size">fill-available block-size</a> of the box (if that is <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#definite title=definite>definite</a>),
20402040
else the box’s <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#max-content-block-size title="max-content block-size">max-content block-size</a>.
2041-
<p class=issue id=issue-a221b64e><a class=self-link href=#issue-a221b64e></a>
2041+
<p class=issue id=issue-6fd1167c><a class=self-link href=#issue-6fd1167c></a>
20422042
Should we factor in the box’s min-content block-size here,
20432043
so that e.g. a large image will not overflow the box,
20442044
but cause the box to overflow the containing block?
2045+
20452046

20462047
<li><strong>Calculate the used <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-multicol-1/#propdef-column-count title=column-count>column-count</a>:</strong>
20472048
If the computed <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-multicol-1/#propdef-column-count title=column-count>column-count</a> is <span class=css data-link-for=column-count data-link-type=maybe title=auto>auto</span>, then
@@ -2909,5 +2910,6 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
29092910
Should we factor in the box’s min-content block-size here,
29102911
so that e.g. a large image will not overflow the box,
29112912
but cause the box to overflow the containing block?
2913+
29122914

2913-
<a href=#issue-a221b64e></a></div></div>
2915+
<a href=#issue-6fd1167c></a></div></div>

0 commit comments

Comments
 (0)