Skip to content

Commit dba8af7

Browse files
author
howcome
committed
adding note on accessibility, rearranging other text in the multi-column model
1 parent 41134ea commit dba8af7

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

css-multicol/Overview.src.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -297,16 +297,6 @@ <h2>The multi-column model</h2>
297297
balanced and shortened to fit their content. Content after the
298298
spanning element then flows into a new row of column boxes.
299299

300-
<p>It is not possible to set properties/values on column boxes. For
301-
example, the background of a certain column box cannot be set and a
302-
column box has no concept of padding, margin or borders.
303-
304-
<p class="note">Future specifications may add additional
305-
functionality. For example, columns of different widths and different
306-
backgrounds may be supported.</p>
307-
308-
<p>This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]].
309-
310300

311301
<div class="example">
312302

@@ -565,6 +555,17 @@ <h2>The multi-column model</h2>
565555
implementation-specific limits.
566556

567557

558+
<p>It is not possible to set properties/values on column boxes. For
559+
example, the background of a certain column box cannot be set and a
560+
column box has no concept of padding, margin or borders.
561+
562+
<p class="note">Future specifications may add additional
563+
functionality. For example, columns of different widths and different
564+
backgrounds may be supported.</p>
565+
566+
<p class="note">Multicol elements with column heights larger than the viewpoer may pose accessibility issues.
567+
568+
568569
<h3>Properties and values</h3>
569570

570571
<p>This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS

0 commit comments

Comments
 (0)