2828
2929 < h1 > CSS Writing Modes Module Level 3</ h1 >
3030
31- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 18 January
31+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 28 January
3232 2011</ h2 >
3333
3434 < dl >
3535 < dt > This version:
3636
3737 < dd > < a
38- href ="http://www.w3.org/TR/2011/ED-css3-writing-modes-20110118 "> http://www.w3.org/TR/2011/ED-css3-writing-modes-20110118 </ a >
38+ href ="http://www.w3.org/TR/2011/ED-css3-writing-modes-20110128 "> http://www.w3.org/TR/2011/ED-css3-writing-modes-20110128 </ a >
3939
4040
4141 < dt > Latest version:
@@ -769,9 +769,9 @@ <h3 id=bidi-box-model><span class=secno>2.4. </span>Box model for inline
769769 < h2 id =vertical-intro > < span class =secno > 3. </ span > Introduction to Vertical
770770 Text</ h2 >
771771
772- < p > In addition to extensions to CSS2.1' s support for bidirectional text,
773- this module introduces the rules and properties needed to support vertical
774- text layout in CSS.
772+ < p > In addition to extensions to CSS2.1‘ < code class = css > s support for
773+ bidirectional text, this module introduces the rules and properties needed
774+ to support vertical text layout in CSS. </ code >
775775
776776 < p > Unlike languages that use the Latin script which are primarily laid out
777777 horizontally, Asian languages such as Chinese and Japanese can be laid
@@ -789,7 +789,8 @@ <h2 id=vertical-intro><span class=secno>3. </span> Introduction to Vertical
789789 box to the top right. Running headers, however, may remain laid out
790790 horizontally across the top of the page. " src =vert-horiz-comparison.png > </ p >
791791
792- < p class =caption > Comparison of vertical and horizontal Japanese</ p >
792+ < p class =caption > Comparison of vertical and horizontal Japanese: iBunko
793+ application (iOS)</ p >
793794 </ div >
794795
795796 < p class =note > For Chinese and Japanese lines are ordered either right to
@@ -803,38 +804,32 @@ <h2 id=vertical-intro><span class=secno>3. </span> Introduction to Vertical
803804 < p > Vertical text that includes Latin script text or text from other scripts
804805 normally displayed horizontally can display that text in a number of ways.
805806 For example, Latin words can be rotated sideways, or each letter can be
806- oriented upright.
807+ oriented upright:
807808
808809 < div class =figure >
809- < p > < img alt ="Latin initialisms like GNP can appear either rotated 90°
810- clockwise, or with the letters stacked upright. "
810+ < p > < img alt ="A dictionary definition for ヴィルス
811+ might write the English word ‘<code
812+ class=property>virus</code>’ rotated 90° clockwise, but stack
813+ the letters of the initialisms </code>’RNA' and 'DNA' upright. "
811814 src =vert-latin-layouts.png > </ p >
812815
813- < p class =caption > Examples of Latin in vertical Japanese</ p >
816+ < p class =caption > Examples of Latin in vertical Japanese: Daijirin Viewer
817+ 1.4 (iOS)</ p >
814818 </ div >
815819
816820 < p > In some special cases such as two-digit numbers in dates, text is fit
817821 compactly into a single vertical character box:
818822
819823 < div class =figure >
820- < p > < img alt ="Diagram of showing the two-digit numbers of a date set
821- halfwidth side-by-side in a vertical column of text " class =example
822- src =tate-chu-yoko.png >
823-
824- < p > Example of horizontal-in-vertical two-digit numbers</ p >
825- </ div >
826- <!--
827- <div class="figure">
828- <p><img src="vert-number-layouts.png"
829- alt="An exerpt from MacFan shows several possible vertical layouts
830- for numbers: the two-digit month and day are written as
831- horizontal-in-vertical blocks; the years are written with
832- each character upright; except in the English phrase
833- “for Mac 2011”, where the date is rotated to
834- match the rotated Latin."/></p>
835- <p class="caption">MacFan, December 2010, p.49</p>
824+ < p > < img alt ="An exerpt from MacFan shows several possible vertical layouts
825+ for numbers: the two-digit month and day are written as
826+ horizontal-in-vertical blocks; the years are written with each character
827+ upright; except in the English phrase “for Mac 2011”, where
828+ the date is rotated to match the rotated Latin. "
829+ src =vert-number-layouts.png > </ p >
830+
831+ < p class =caption > Mac Fan, December 2010, p.49</ p >
836832 </ div >
837- -->
838833
839834 < p > Layouts often involve a mixture of vertical and horizontal elements:
840835
0 commit comments