Skip to content

Commit 52f2e62

Browse files
committed
[css-writing-modes] Don't put class=example on images within an example.
1 parent fe04a35 commit 52f2e62

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ Block Flow Direction: the 'writing-mode' property</h3>
902902
<div class="figure">
903903
<p><img alt="Diagram showing list markers of '1.', '2.', '3.' sitting
904904
upright atop sideways vertical Latin list item text."
905-
class="example" src="vertical-horizontal-list-markers.png">
905+
src="vertical-horizontal-list-markers.png">
906906
<p class="caption">Example of horizontal list markers in a vertical list</p>
907907
</div>
908908
</div>
@@ -1819,7 +1819,7 @@ Principles of Layout in Vertical Writing Modes</h3>
18191819
<img alt="Diagram of a vertical-rl mixed rtl table in a
18201820
vertical block formatting context, showing the ordering of rows,
18211821
cells, and columns as described above."
1822-
class="example" src="diagrams/vertical-table.png"></a>
1822+
src="diagrams/vertical-table.png"></a>
18231823
<p class="caption">Table in ''vertical-rl'' RTL writing mode</p>
18241824
</div>
18251825

@@ -2412,7 +2412,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
24122412
<div class="figure">
24132413
<p><img alt="Diagram of tate-chu-yoko, showing the two digits of a date
24142414
set halfwidth side-by-side in a vertical column of text"
2415-
class="example" src="tate-chu-yoko.png">
2415+
src="tate-chu-yoko.png">
24162416
<p class="caption">Example of horizontal-in-vertical <i lang="ja" lt=''>tate-chu-yoko</i></p>
24172417
</div>
24182418

@@ -2437,7 +2437,7 @@ Horizontal-in-Vertical Composition: the 'text-combine-upright' property</h3>
24372437
<p><img alt="Rendering of the above markup with 'text-combine-upright: digits':
24382438
the first two digits of the number are rendered as tate-chu-yoko
24392439
while the rest of the number is rendered sideways."
2440-
class="example" src="bad-tate-chu-yoko.png">
2440+
src="bad-tate-chu-yoko.png">
24412441
<p class="caption">Example of mis-applied <i lang="ja" lt=''>tate-chu-yoko</i></p>
24422442
</div>
24432443
</div>

0 commit comments

Comments
 (0)