Skip to content

Commit fa9120b

Browse files
committed
[css-writing-modes] Update captions on figures
1 parent f33448f commit fa9120b

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

css-writing-modes-3/Overview.bs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,12 +1576,16 @@ Flow-relative Directions</h3>
15761576
not only on the 'writing-mode' property but also the 'direction' property.</p>
15771577

15781578
<div class="example">
1579-
<p>An English (LTR-TB) block:</p>
1580-
<img src="diagrams/sizing-ltr-tb.svg">
1579+
<figure>
1580+
<img src="diagrams/sizing-ltr-tb.svg">
1581+
<figcaption>Physical/logical terms as applicable to typical English text layout</a>
1582+
</figure>
15811583
</div>
15821584
<div class="example">
1583-
<p>A vertical Japanese block (TTB-RL):</p>
1584-
<img src="diagrams/sizing-ttb-rl.svg">
1585+
<figure>
1586+
<img src="diagrams/sizing-ltr-tb.svg">
1587+
<figcaption>Physical/logical terms as applicable to typical Chinese text layout</a>
1588+
</figure>
15851589
</div>
15861590

15871591
<h3 id="line-directions">

css-writing-modes-4/Overview.bs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,12 +1651,16 @@ Flow-relative Directions</h3>
16511651
not only on the 'writing-mode' property but also the 'direction' property.</p>
16521652

16531653
<div class="example">
1654-
<p>An English (LTR-TB) block:</p>
1655-
<img src="diagrams/sizing-ltr-tb.svg">
1654+
<figure>
1655+
<img src="diagrams/sizing-ltr-tb.svg">
1656+
<figcaption>Physical/logical terms as applicable to typical English text layout</a>
1657+
</figure>
16561658
</div>
16571659
<div class="example">
1658-
<p>A vertical Japanese block (TTB-RL):</p>
1659-
<img src="diagrams/sizing-ttb-rl.svg">
1660+
<figure>
1661+
<img src="diagrams/sizing-ltr-tb.svg">
1662+
<figcaption>Physical/logical terms as applicable to typical Chinese text layout</a>
1663+
</figure>
16601664
</div>
16611665

16621666
<h3 id="line-directions">

0 commit comments

Comments
 (0)