Skip to content

Commit 08927d5

Browse files
committed
Updated example picture of text-orientation to show multiple lines <http://lists.w3.org/Archives/Public/www-style/2011Mar/0543.html>
1 parent 64a3352 commit 08927d5

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828

2929
<h1>CSS Writing Modes Module Level 3</h1>
3030

31-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 March 2011</h2>
31+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 March 2011</h2>
3232

3333
<dl>
3434
<dt>This version:
3535

3636
<dd><a
3737
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
3838
<!--
39-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110322">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110322</a>
39+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110325">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110325</a>
4040
-->
4141

4242

@@ -1515,10 +1515,10 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
15151515
</dl>
15161516

15171517
<div class=figure> <img alt="text-orientation: vertical-right, upright,
1518-
rotate-left, and rotate-right" height=100 src=text-orientation.png
1519-
width=192>
1518+
rotate-left, and rotate-right" height=114 src=text-orientation.png
1519+
width=305>
15201520
<p class=caption>text-orientation: vertical-right, upright, rotate-left,
1521-
and rotate-right</p>
1521+
and rotate-right (writing-mode is vertical-rl)</p>
15221522
</div>
15231523

15241524
<div class=example>

css3-writing-modes/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -1096,8 +1096,9 @@ <h3 id="text-orientation">
10961096
<div class="figure">
10971097
<img
10981098
alt="text-orientation: vertical-right, upright, rotate-left, and rotate-right"
1099-
src="text-orientation.png" width="192" height="100" >
1100-
<p class="caption">text-orientation: vertical-right, upright, rotate-left, and rotate-right</p>
1099+
src="text-orientation.png" width="305" height="114" >
1100+
<p class="caption">text-orientation: vertical-right, upright, rotate-left, and rotate-right
1101+
(writing-mode is vertical-rl)</p>
11011102
</div>
11021103

11031104
<div class="example">
732 Bytes
Loading

0 commit comments

Comments
 (0)