@@ -20,6 +20,9 @@ Abstract: This specification describes multi-column layouts in CSS, a style shee
2020Link Defaults : css-color (property) color, css21 (property) max-height, css-backgrounds-3 (value) hidden
2121At 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>
0 commit comments