Skip to content

Commit 57740ce

Browse files
committed
[css-writing-modes] 7.3.2 editorial suggestion: it might be nice to have an image here of a not so well formatted t-shaped document, and also one of.. <http://www.w3.org/mid/BLU174-W46692FC15E22132A88E9CEB3C00@phx.gbl>
--HG-- extra : rebase_source : 611c3e2555b2161fba5ce354a0995fc071cc43ad
1 parent bfd84cf commit 57740ce

5 files changed

Lines changed: 6718 additions & 3 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,10 +1900,16 @@ <h4 class="heading settled heading" data-level=7.3.2 id=auto-multicol><span clas
19001900
(if multiple columns were used)
19011901
or the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-sizing-3/#max-content-extent title="max-content extent">max-content extent</a> of the content.
19021902

1903-
<p class=note>This automatically triggers multi-column flow
1903+
<div class=note>
1904+
<div class=sidefigure>
1905+
<img alt="Diagram of automatically triggered multi-column preventing T-shaped documents" src=auto-multicol.svg width=200>
1906+
</div>
1907+
This automatically triggers multi-column flow
19041908
so that overflowing content, instead of continuing off the side of the containing block,
19051909
is wrapped into columns in the flow direction of the containing block,
19061910
thus avoiding T-shaped documents.
1911+
<br style=clear:both;>
1912+
</div>
19071913

19081914
<p>
19091915
If the UA does not support CSS Multi-column Layout <a data-biblio-type=normative data-link-type=biblio href=#css3col title=css3col>[CSS3COL]</a>,

css-writing-modes/Overview.src.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1921,10 +1921,17 @@ <h4 id=auto-multicol>
19211921
(if multiple columns were used)
19221922
or the <i>max-content extent</i> of the content.
19231923

1924-
<p class="note">This automatically triggers multi-column flow
1924+
<div class="note">
1925+
<div class=sidefigure>
1926+
<img src="auto-multicol.svg" width=200
1927+
alt="Diagram of automatically triggered multi-column preventing T-shaped documents">
1928+
</div>
1929+
This automatically triggers multi-column flow
19251930
so that overflowing content, instead of continuing off the side of the containing block,
19261931
is wrapped into columns in the flow direction of the containing block,
19271932
thus avoiding T-shaped documents.
1933+
<br style="clear:both;">
1934+
</div>
19281935

19291936
<p>
19301937
If the UA does not support CSS Multi-column Layout [[!CSS3COL]],

0 commit comments

Comments
 (0)