Skip to content

Commit 7a74467

Browse files
committed
Changed introduction pictures back where we got approval to use from the publishers
1 parent 4a04edf commit 7a74467

4 files changed

Lines changed: 29 additions & 42 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
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&lsquo;<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&deg;
810-
clockwise, or with the letters stacked upright."
810+
<p><img alt="A dictionary definition for &#x30F4;&#x30A3;&#x30EB;&#x30B9;
811+
might write the English word &lsquo;<code
812+
class=property>virus</code>&rsquo; rotated 90&deg; clockwise, but stack
813+
the letters of the initialisms </code>&rsquo;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-
&ldquo;for Mac 2011&rdquo;, 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 &ldquo;for Mac 2011&rdquo;, 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

css3-writing-modes/Overview.src.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ <h2 id="vertical-intro">
530530
bottom left of its glyph box to the top right. Running
531531
headers, however, may remain
532532
laid out horizontally across the top of the page."/></p>
533-
<p class="caption">Comparison of vertical and horizontal Japanese</p>
533+
<p class="caption">Comparison of vertical and horizontal Japanese: iBunko application (iOS)</p>
534534
</div>
535535

536536
<p class="note">For Chinese and Japanese lines are ordered either right
@@ -544,26 +544,19 @@ <h2 id="vertical-intro">
544544
<p>Vertical text that includes Latin script text or text from other scripts
545545
normally displayed horizontally can display that text in a number of
546546
ways. For example, Latin words can be rotated sideways, or each letter
547-
can be oriented upright.
547+
can be oriented upright:
548548

549549
<div class="figure">
550550
<p><img src="vert-latin-layouts.png"
551-
alt="Latin initialisms like GNP can appear either rotated
552-
90&deg; clockwise, or with the letters stacked upright."/></p>
553-
<p class="caption">Examples of Latin in vertical Japanese</p>
551+
alt="A dictionary definition for &#x30F4;&#x30A3;&#x30EB;&#x30B9;
552+
might write the English word 'virus' rotated 90&deg; clockwise,
553+
but stack the letters of the initialisms 'RNA' and 'DNA' upright."/></p>
554+
<p class="caption">Examples of Latin in vertical Japanese: Daijirin Viewer 1.4 (iOS)</</p>
554555
</div>
555556

556557
<p>In some special cases such as two-digit numbers in dates, text is fit
557558
compactly into a single vertical character box:
558559

559-
<div class="figure">
560-
<p><img alt="Diagram of showing the two-digit numbers of a date
561-
set halfwidth side-by-side in a vertical column of text"
562-
class="example" src="tate-chu-yoko.png">
563-
<p>Example of horizontal-in-vertical two-digit numbers</p>
564-
</div>
565-
566-
<!--
567560
<div class="figure">
568561
<p><img src="vert-number-layouts.png"
569562
alt="An exerpt from MacFan shows several possible vertical layouts
@@ -572,9 +565,8 @@ <h2 id="vertical-intro">
572565
each character upright; except in the English phrase
573566
&ldquo;for Mac 2011&rdquo;, where the date is rotated to
574567
match the rotated Latin."/></p>
575-
<p class="caption">MacFan, December 2010, p.49</p>
568+
<p class="caption">Mac Fan, December 2010, p.49</p>
576569
</div>
577-
-->
578570

579571
<p>Layouts often involve a mixture of vertical and horizontal elements:
580572

174 KB
Loading
137 KB
Loading

0 commit comments

Comments
 (0)