Skip to content

Commit 52ebb10

Browse files
committed
[css-multicol] Fix the applies to line of column-count and column-width
Closes #1364
1 parent 2ac9b5a commit 52ebb10

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

css-multicol/Overview.bs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Abstract: This specification describes multi-column layouts in CSS, a style shee
2020
Link Defaults: css-color (property) color, css21 (property) max-height, css-backgrounds-3 (value) hidden
2121
At Risk: column-gap accepting <<length-percentage>> instead of <<length>>
2222
</pre>
23+
<pre class="link-defaults">
24+
spec:css22; type:dfn; text: table wrapper box
25+
</pre>
2326

2427
<style type="text/css">
2528
.cols { width: 500px; height: 200px; background: #fff; position: relative; border: solid 5px blue; margin: 0.5em 2em 1em 0; font: bold 14px/19px Arial, sans-serif }
@@ -508,7 +511,7 @@ these two properties determine the outcome:-->
508511
Name: column-width
509512
Value: auto | <<length>>
510513
Initial: auto
511-
Applies to: non-replaced block-level elements (except table elements), table cells, and inline-block elements
514+
Applies to: <a>block containers</a> except <a>table wrapper boxes</a>
512515
Inherited: no
513516
Percentages: N/A
514517
Media: visual
@@ -581,7 +584,7 @@ these two properties determine the outcome:-->
581584
Name: column-count
582585
Value: auto | <<integer>>
583586
Initial: auto
584-
Applies to: non-replaced block-level elements (except table elements), table cells, and inline-block elements
587+
Applies to: <a>block containers</a> except <a>table wrapper boxes</a>
585588
Inherited: no
586589
Percentages: N/A
587590
Media: visual
@@ -1730,6 +1733,7 @@ This appendix describes changes from the
17301733
<li>Clarify that column-span causes the element to become a formatting context even if it is not in a multicol
17311734
<li>Column spanners do not always establish a <em>block</em> formatting context, but instead <a>become a formatting context</a>.
17321735
<li>Allow 'column-gap' to accept <<length-percentage>> instead of just <<length>>
1736+
<li>'column-width' and 'column-count' applies to <a>block containers</a> except <a>table wrapper boxes</a>
17331737
</ul>
17341738

17351739
<h2 class=no-num id=acknowledgments>

css-multicol/issues-2011.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ <h1>CSS Multi-column Layout Module Level 1 Disposition of Comments for 2011-04-1
7979
Closed: Invalid
8080
Verified: <a href='https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253434545'>https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253434545</a>
8181
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2016Oct/0091.html'>https://lists.w3.org/Archives/Public/www-style/2016Oct/0091.html</a></pre>
82+
<pre class='a' id='issue-6'>
83+
Issue 6. <a href='#issue-6'>#</a>
84+
Summary: Clarify that column-* properties only apply to block containers
85+
From: Sebastian Zartner
86+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1364'>https://github.com/w3c/csswg-drafts/issues/1364</a>
87+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1364#issuecomment-310139377'>https://github.com/w3c/csswg-drafts/issues/1364#issuecomment-310139377</a>
88+
Closed: Accepted
89+
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Jun/0028.html'>https://lists.w3.org/Archives/Public/www-style/2017Jun/0028.html</a></pre>
8290
<script>
8391
(function () {
8492
var sheet = document.styleSheets[0];

css-multicol/issues-2011.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ Response: https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253261529
4949
Closed: Invalid
5050
Verified: https://github.com/w3c/csswg-drafts/issues/420#issuecomment-253434545
5151
Resolved: https://lists.w3.org/Archives/Public/www-style/2016Oct/0091.html
52+
----
53+
Issue 6.
54+
Summary: Clarify that column-* properties only apply to block containers
55+
From: Sebastian Zartner
56+
Comment: https://github.com/w3c/csswg-drafts/issues/1364
57+
Response: https://github.com/w3c/csswg-drafts/issues/1364#issuecomment-310139377
58+
Closed: Accepted
59+
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Jun/0028.html

0 commit comments

Comments
 (0)