Skip to content

Commit b66ee47

Browse files
committed
Point at text-orientation section from intro.
1 parent 1915668 commit b66ee47

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030

3131
<h1>CSS Writing Modes Module Level 3</h1>
3232

33-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 May 2011</h2>
33+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 May 2011</h2>
3434

3535
<dl>
3636
<dt>This version:
3737

3838
<dd><a
3939
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4040
<!--
41-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110518">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110518/</a>
41+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110519">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110519/</a>
4242
-->
4343

4444

@@ -381,15 +381,18 @@ <h2 id=text-flow><span class=secno>1. </span> Introduction to Writing Modes</h2>
381381
mix these two writing modes on the same page.
382382
</ul>
383383

384+
<p>The &lsquo;<a href="#text-orientation0"><code
385+
class=property>text-orientation</code></a>&rsquo; component of the writing
386+
mode determines the <a href="#line-orientation"><i>line
387+
orientation</i></a> and the <i>typesetting mode</i>, and controls details
388+
of text layout such as the <i>glyph orientation</i>.
389+
384390
<p class=note>See Unicode Technical Note #22 <a href="#UTN22"
385391
rel=biblioentry>[UTN22]<!--{{UTN22}}--></a> (<a
386392
href="http://fantasai.inkedblade.net/style/discuss/vertical-text/paper">HTML
387393
version</a>) for a more in-depth introduction to writing modes and
388394
vertical text.
389395

390-
<p class=issue>Point at Intro to Text Orientation section once it's
391-
written.
392-
393396
<h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
394397

395398
<p>This module replaces and extends the &lsquo;<a

css3-writing-modes/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,14 @@ <h2 id="text-flow">
149149
modes on the same page.
150150
</ul>
151151

152+
<p>The 'text-orientation' component of the writing mode determines the
153+
<i>line orientation</i> and the <i>typesetting mode</i>, and controls
154+
details of text layout such as the <i>glyph orientation</i>.
155+
152156
<p class="note">See Unicode Technical Note #22 [[UTN22]]
153157
(<a href="http://fantasai.inkedblade.net/style/discuss/vertical-text/paper">HTML version</a>)
154158
for a more in-depth introduction to writing modes and vertical text.
155159

156-
<p class="issue">Point at Intro to Text Orientation section once it's written.</p>
157-
158160
<h3 id="placement">
159161
Module Interactions</h3>
160162

0 commit comments

Comments
 (0)