|
11 | 11 | rel=dcterms.rights> |
12 | 12 | <meta content="CSS Multi-column Layout Module" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-09-20 name=dcterms.date> |
| 14 | + <meta content=2013-09-21 name=dcterms.date> |
15 | 15 | <meta content="Håkon Wium Lie" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | 17 | <meta content="http://dev.w3.org/csswg/css3-multicol/" |
|
42 | 42 |
|
43 | 43 | <h1>CSS Multi-column Layout Module</h1> |
44 | 44 |
|
45 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 20 September 2013</h2> |
| 45 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 21 September 2013</h2> |
46 | 46 |
|
47 | 47 | <dl> |
48 | 48 | <dt>This version: |
49 | 49 |
|
50 | 50 | <dd> |
51 | | - <!--<a href="http://www.w3.org/TR/2013/CR-css3-multicol-20130920">http://dev.w3.org/csswg/css3-multicol/</a>--> |
| 51 | + <!--<a href="http://www.w3.org/TR/2013/CR-css3-multicol-20130921">http://dev.w3.org/csswg/css3-multicol/</a>--> |
52 | 52 | <a |
53 | 53 | href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a> |
54 | 54 |
|
@@ -444,19 +444,6 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column |
444 | 444 | and shortened to fit their content. Content after the spanning element |
445 | 445 | then flows into a new row of column boxes. |
446 | 446 |
|
447 | | - <p>It is not possible to set properties/values on column boxes. For |
448 | | - example, the background of a certain column box cannot be set and a column |
449 | | - box has no concept of padding, margin or borders. |
450 | | - |
451 | | - <p class=note>Future specifications may add additional functionality. For |
452 | | - example, columns of different widths and different backgrounds may be |
453 | | - supported. |
454 | | - |
455 | | - <p>This specification follows the <a |
456 | | - href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property |
457 | | - definition conventions</a> from <a href="#CSS21" |
458 | | - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. |
459 | | - |
460 | 447 | <div class=example> |
461 | 448 | <p>Column gaps (yellow) and column rules (green) are shown in this sample |
462 | 449 | rendition of a multi-column element with padding (blue). The blue and |
@@ -676,6 +663,17 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column |
676 | 663 | <p>Nested multi-column elements are allowed, but there may be |
677 | 664 | implementation-specific limits. |
678 | 665 |
|
| 666 | + <p>It is not possible to set properties/values on column boxes. For |
| 667 | + example, the background of a certain column box cannot be set and a column |
| 668 | + box has no concept of padding, margin or borders. |
| 669 | + |
| 670 | + <p class=note>Future specifications may add additional functionality. For |
| 671 | + example, columns of different widths and different backgrounds may be |
| 672 | + supported. |
| 673 | + |
| 674 | + <p class=note>Multicol elements with column heights larger than the |
| 675 | + viewpoer may pose accessibility issues. |
| 676 | + |
679 | 677 | <h3 id=properties-and-values><span class=secno>2.1. </span>Properties and |
680 | 678 | values</h3> |
681 | 679 |
|
|
0 commit comments