Skip to content

Commit 3af1700

Browse files
committed
Updated text-orientation figure images
1 parent 6f4256f commit 3af1700

6 files changed

Lines changed: 19 additions & 17 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 June 2011</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 June 2011</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
43-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110622">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110622/</a>
43+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110623">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110623/</a>
4444
-->
4545

4646

@@ -1722,17 +1722,17 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
17221722
<table>
17231723
<tbody>
17241724
<tr>
1725-
<td> <img alt="text-orientation: vertical-right" height=144
1726-
src=text-orientation-vr.png width=68>
1725+
<td> <img alt="text-orientation: vertical-right" height=160
1726+
src=text-orientation-vr.png width=64>
17271727

1728-
<td> <img alt="text-orientation: upright" height=168
1729-
src=text-orientation-up.png width=68>
1728+
<td> <img alt="text-orientation: upright" height=160
1729+
src=text-orientation-up.png width=64>
17301730

1731-
<td> <img alt="text-orientation: sideways-left" height=144
1732-
src=text-orientation-sl.png width=68>
1731+
<td> <img alt="text-orientation: sideways-left" height=160
1732+
src=text-orientation-sl.png width=64>
17331733

1734-
<td> <img alt="text-orientation: sideways-right" height=144
1735-
src=text-orientation-sr.png width=68>
1734+
<td> <img alt="text-orientation: sideways-right" height=160
1735+
src=text-orientation-sr.png width=64>
17361736

17371737
<tr>
17381738
<td>&lsquo;<a href="#vertical-right"><code
@@ -1748,8 +1748,10 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
17481748
</table>
17491749

17501750
<p class=caption>&lsquo;<a href="#text-orientation0"><code
1751-
class=property>text-orientation</code></a>&rsquo; values (writing-mode is
1752-
vertical-rl)</p>
1751+
class=property>text-orientation</code></a>&rsquo; values (&lsquo;<a
1752+
href="#writing-mode1"><code class=property>writing-mode</code></a>&rsquo;
1753+
is &lsquo;<a href="#vertical-rl"><code
1754+
class=css>vertical-rl</code></a>&rsquo;)</p>
17531755
</div>
17541756

17551757
<p>The orientation of characters belonging to the Common, Inherited, and

css3-writing-modes/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,22 +1241,22 @@ <h3 id="text-orientation">
12411241
<td>
12421242
<img
12431243
alt="text-orientation: vertical-right"
1244-
src="text-orientation-vr.png" width="68" height="144" >
1244+
src="text-orientation-vr.png" width="64" height="160" >
12451245
</td>
12461246
<td>
12471247
<img
12481248
alt="text-orientation: upright"
1249-
src="text-orientation-up.png" width="68" height="168" >
1249+
src="text-orientation-up.png" width="64" height="160" >
12501250
</td>
12511251
<td>
12521252
<img
12531253
alt="text-orientation: sideways-left"
1254-
src="text-orientation-sl.png" width="68" height="144" >
1254+
src="text-orientation-sl.png" width="64" height="160" >
12551255
</td>
12561256
<td>
12571257
<img
12581258
alt="text-orientation: sideways-right"
1259-
src="text-orientation-sr.png" width="68" height="144" >
1259+
src="text-orientation-sr.png" width="64" height="160" >
12601260
</td>
12611261
</tr>
12621262
<tr>
@@ -1266,7 +1266,7 @@ <h3 id="text-orientation">
12661266
<td>''sideways-right''</td>
12671267
</tr>
12681268
</table>
1269-
<p class="caption">'text-orientation' values (writing-mode is vertical-rl)</p>
1269+
<p class="caption">'text-orientation' values ('writing-mode' is ''vertical-rl'')</p>
12701270
</div>
12711271

12721272
<p>The orientation of characters belonging to the Common, Inherited, and Unknown
-2 KB
Loading
288 Bytes
Loading
-564 Bytes
Loading
809 Bytes
Loading

0 commit comments

Comments
 (0)