1818 .figure object ,
1919 .example img ,
2020 dd img { max-width : 100% ; display : block; margin : 1em auto; }
21+ div .figure table {
22+ margin : auto;
23+ }
2124 </ style >
2225 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
2326 type ="text/css ">
2932
3033 < h1 > CSS Writing Modes Module Level 3</ h1 >
3134
32- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 16 June 2011</ h2 >
35+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 22 June 2011</ h2 >
3336
3437 < dl >
3538 < dt > This version:
3639
3740 < dd > < a
3841 href ="http://dev.w3.org/csswg/css3-writing-modes/ "> http://dev.w3.org/csswg/css3-writing-modes/</ a >
3942 <!--
40- <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110616 ">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110616 /</a>
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>
4144-->
4245
4346
@@ -56,8 +59,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 June 2011</h2>
5659 < dd > < a href ="http://fantasai.inkedblade.net/contact "> Elika J. Etemad</ a >
5760 (Invited Expert)
5861
59- < dd > < a href ="mailto:kojiishi@gluesoft.co.jp "> Koji Ishii</ a > (< a
60- href =" http://www.antenna.co.jp/ " > Antenna House </ a > )
62+ < dd > < a href ="mailto:kojiishi@gluesoft.co.jp "> Koji Ishii</ a > (Invited
63+ Expert )
6164
6265 < dd > < a href ="mailto:murakami@antenna.co.jp "> Shinyu Murakami</ a > (< a
6366 href ="http://www.antenna.co.jp/ "> Antenna House</ a > )
@@ -1714,11 +1717,38 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
17141717 < p class =note > This value is at-risk and may be dropped during CR.
17151718 </ dl >
17161719
1717- < div class =figure > < img alt ="text-orientation: vertical-right, upright,
1718- sideways-left, and sideways-right " height =114 src =text-orientation.png
1719- width =305 >
1720- < p class =caption > text-orientation: vertical-right, upright, sideways-left,
1721- and sideways-right (writing-mode is vertical-rl)</ p >
1720+ < div class =figure >
1721+ < table >
1722+ < tbody >
1723+ < tr >
1724+ < td > < img alt ="text-orientation: vertical-right " height =144
1725+ src =text-orientation-vr.png width =68 >
1726+
1727+ < td > < img alt ="text-orientation: upright " height =168
1728+ src =text-orientation-up.png width =68 >
1729+
1730+ < td > < img alt ="text-orientation: sideways-left " height =144
1731+ src =text-orientation-sl.png width =68 >
1732+
1733+ < td > < img alt ="text-orientation: sideways-right " height =144
1734+ src =text-orientation-sr.png width =68 >
1735+
1736+ < tr >
1737+ < td > ‘< a href ="#vertical-right "> < code
1738+ class =css > vertical-right</ code > </ a > ’
1739+
1740+ < td > ‘< a href ="#upright "> < code class =css > upright</ code > </ a > ’
1741+
1742+ < td > ‘< a href ="#sideways-left "> < code
1743+ class =css > sideways-left</ code > </ a > ’
1744+
1745+ < td > ‘< a href ="#sideways-right "> < code
1746+ class =css > sideways-right</ code > </ a > ’
1747+ </ table >
1748+
1749+ < p class =caption > ‘< a href ="#text-orientation0 "> < code
1750+ class =property > text-orientation</ code > </ a > ’ values (writing-mode is
1751+ vertical-rl)</ p >
17221752 </ div >
17231753
17241754 < p > The orientation of characters belonging to the Common, Inherited, and
0 commit comments