Skip to content

Commit 101b987

Browse files
author
howcome
committed
machine-generated version
1 parent dba8af7 commit 101b987

1 file changed

Lines changed: 14 additions & 16 deletions

File tree

css-multicol/Overview.html

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Multi-column Layout Module" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-09-20 name=dcterms.date>
14+
<meta content=2013-09-21 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-multicol/"
@@ -42,13 +42,13 @@
4242

4343
<h1>CSS Multi-column Layout Module</h1>
4444

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>
4646

4747
<dl>
4848
<dt>This version:
4949

5050
<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>-->
5252
<a
5353
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
5454

@@ -444,19 +444,6 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
444444
and shortened to fit their content. Content after the spanning element
445445
then flows into a new row of column boxes.
446446

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-
460447
<div class=example>
461448
<p>Column gaps (yellow) and column rules (green) are shown in this sample
462449
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
676663
<p>Nested multi-column elements are allowed, but there may be
677664
implementation-specific limits.
678665

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+
679677
<h3 id=properties-and-values><span class=secno>2.1. </span>Properties and
680678
values</h3>
681679

0 commit comments

Comments
 (0)