@@ -1513,10 +1513,20 @@ Abstract Box Terminology</h2>
15131513 are identical in both flow-relative and line-relative terms, so there
15141514 is only one set of these terms.
15151515
1516+ <figure id="abstract-ltr-tb">
1517+ <img src="diagrams/sizing-ltr-tb.svg">
1518+ <figcaption> Physical & flow-relative terms as applicable to typical English text layout</figcaption>
1519+ </figure>
1520+ <figure id="abstract-ttb-rl">
1521+ <img src="diagrams/sizing-ttb-rl.svg">
1522+ <figcaption> Physical & flow-relative terms as applicable to vertical Chinese text layout</figcaption>
1523+ </figure>
1524+
15161525 <p class="note">
1517- Note: [[CSS3 -FLEXBOX]] also defines <a href="https://www.w3.org/TR/css3 -flexbox/#box-model">flex-relative terms</a> ,
1526+ Note: [[CSS -FLEXBOX-1 ]] also defines <a href="https://www.w3.org/TR/css -flexbox/#box-model">flex-relative terms</a> ,
15181527 which are used in describing flex layout.
15191528
1529+
15201530<h3 id="abstract-axes">
15211531Abstract Dimensions</h3>
15221532
@@ -1583,15 +1593,6 @@ Flow-relative Directions</h3>
15831593 are used in place of <a>block-start</a> /<a>inline-start</a>
15841594 and <a>block-end</a> /<a>inline-end</a> , respectively.
15851595
1586- <figure>
1587- <img src="diagrams/sizing-ltr-tb.svg">
1588- <figcaption> Physical/logical terms as applicable to typical English text layout</figcaption>
1589- </figure>
1590- <figure>
1591- <img src="diagrams/sizing-ttb-rl.svg">
1592- <figcaption> Physical/logical terms as applicable to vertical Chinese text layout</figcaption>
1593- </figure>
1594-
15951596 <p class="note"> Note that while determining the <a>block-start</a> and
15961597 <a>block-end</a> sides of a box depends only on the 'writing-mode' property,
15971598 determining the <a>inline-start</a> and <a>inline-end</a> sides of a box depends
0 commit comments