Skip to content

Commit b681350

Browse files
committed
[css-writing-modes] Move figures. Update flexbox cross-reference. Editorial.
1 parent d7bdbde commit b681350

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

css-writing-modes-3/Overview.bs

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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">
15211531
Abstract 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

css-writing-modes-4/Overview.bs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,8 +1585,17 @@ Abstract Box Terminology</h2>
15851585
are identical in both flow-relative and line-relative terms, so there
15861586
is only one set of these terms.
15871587

1588+
<figure id="abstract-ltr-tb">
1589+
<img src="diagrams/sizing-ltr-tb.svg">
1590+
<figcaption>Physical & flow-relative terms as applicable to typical English text layout</figcaption>
1591+
</figure>
1592+
<figure id="abstract-ttb-rl">
1593+
<img src="diagrams/sizing-ttb-rl.svg">
1594+
<figcaption>Physical & flow-relative terms as applicable to vertical Chinese text layout</figcaption>
1595+
</figure>
1596+
15881597
<p class="note">
1589-
Note: [[CSS3-FLEXBOX]] also defines <a href="https://www.w3.org/TR/css3-flexbox/#box-model">flex-relative terms</a>,
1598+
Note: [[CSS-FLEXBOX-1]] also defines <a href="https://www.w3.org/TR/css-flexbox/#box-model">flex-relative terms</a>,
15901599
which are used in describing flex layout.
15911600

15921601
<h3 id="abstract-axes">
@@ -1655,15 +1664,6 @@ Flow-relative Directions</h3>
16551664
are used in place of <a>block-start</a>/<a>inline-start</a>
16561665
and <a>block-end</a>/<a>inline-end</a>, respectively.
16571666

1658-
<figure>
1659-
<img src="diagrams/sizing-ltr-tb.svg">
1660-
<figcaption>Physical/logical terms as applicable to typical English text layout</figcaption>
1661-
</figure>
1662-
<figure>
1663-
<img src="diagrams/sizing-ttb-rl.svg">
1664-
<figcaption>Physical/logical terms as applicable to vertical Chinese text layout</figcaption>
1665-
</figure>
1666-
16671667
<p class="note">Note that while determining the <a>block-start</a> and
16681668
<a>block-end</a> sides of a box depends only on the 'writing-mode' property,
16691669
determining the <a>inline-start</a> and <a>inline-end</a> sides of a box depends

0 commit comments

Comments
 (0)