Skip to content

Commit 50ea52c

Browse files
committed
Adding a note in response to the TAG review.
1 parent 03aa791 commit 50ea52c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css-multicol-2/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,11 @@ The number and size of columns</h2>
936936
New rows repeat until all content is displayed.
937937
</div>
938938

939+
Note: The reading flow of a 2-dimensional multiple-column layout follows along the row,
940+
reading each column in row 1 in turn, then moving onto row 2, and so on.
941+
Authors should ensure that it's clear to a reader how the content flows,
942+
particularly in situations where multiple rows are displayed on screen.
943+
939944
Issue(11754): The issue relating to the addition of this property is still open due to debate as to whether it's required.
940945

941946
Issue(11754): What happens if you set a height on the multicol container, 'column-wrap: wrap' but no 'column-height'?

0 commit comments

Comments
 (0)