We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aa791 commit 50ea52cCopy full SHA for 50ea52c
1 file changed
css-multicol-2/Overview.bs
@@ -936,6 +936,11 @@ The number and size of columns</h2>
936
New rows repeat until all content is displayed.
937
</div>
938
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
+
944
Issue(11754): The issue relating to the addition of this property is still open due to debate as to whether it's required.
945
946
Issue(11754): What happens if you set a height on the multicol container, 'column-wrap: wrap' but no 'column-height'?
0 commit comments