Skip to content

Commit 488c832

Browse files
committed
[css-text] Add text orientation to order of operations, make it happen after text transformation per <http://lists.w3.org/Archives/Public/www-style/2013Aug/0233.html>
1 parent 6b8d895 commit 488c832

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

css-text/Overview.html

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
rel=dcterms.rights>
1111
<meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-08-16 name=dcterms.date>
13+
<meta content=2013-08-20 name=dcterms.date>
1414
<meta content="Elika J. Etemad" name=dcterms.creator>
1515
<meta content="Koji Ishii" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
@@ -68,12 +68,12 @@
6868

6969
<h1>CSS Text Module Level 3</h1>
7070

71-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2013</h2>
71+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 August 2013</h2>
7272

7373
<dl>
7474
<dt>This version:</dt>
7575
<!--
76-
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130816/">http://www.w3.org/TR/2013/WD-css3-text-20130816/</a></dd>
76+
<dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130820/">http://www.w3.org/TR/2013/WD-css3-text-20130820/</a></dd>
7777
-->
7878

7979
<dd><a
@@ -2549,14 +2549,14 @@ <h3 id=word-spacing><span class=secno>8.1. </span> Word Spacing: the ‘<a
25492549
user agent; see <a href="#normal-spacing">below</a>. A ‘<code
25502550
class=css>normal</code>’ optimum spacing value computes to zero.
25512551

2552-
<dt><dfn id=ltlengthgt title="word-spacing:&lt;length&gt;"><code
2552+
<dt><dfn id=length title="word-spacing:&lt;length&gt;"><code
25532553
class=css>&lt;length&gt;</code></dfn>
25542554

25552555
<dd>Specifies extra spacing <em>in addition to</em> the intrinsic
25562556
inter-word spacing defined by the font. Values may be negative, but there
25572557
may be implementation-dependent limits.
25582558

2559-
<dt><dfn id=ltpercentagegt
2559+
<dt><dfn id=percentage
25602560
title="word-spacing:&lt;percentage&gt;"><code
25612561
class=css>&lt;percentage&gt;</code></dfn>
25622562

@@ -2690,7 +2690,7 @@ <h3 id=letter-spacing><span class=secno>8.2. </span> Tracking: the ‘<a
26902690

26912691
<dd>No additional spacing is applied.
26922692

2693-
<dt><dfn id=ltlengthgt0 title="word-spacing:&lt;length&gt;"><code
2693+
<dt><dfn id=length0 title="word-spacing:&lt;length&gt;"><code
26942694
class=css>&lt;length&gt;</code></dfn>
26952695

26962696
<dd>Specifies <em>additional</em> spacing between <a
@@ -3347,13 +3347,15 @@ <h2 class=no-num id=appendix-a-text-processing-order-of-oper>Appendix A:
33473347
<li><a href="#white-space-phase-1">white space processing</a> part I
33483348
(pre-wrapping)
33493349

3350+
<li><a href="#text-transform">text transformation</a>
3351+
33503352
<li><a
33513353
href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text
3352-
combination</a> <a href="#CSS3-WRITING-MODES"
3354+
combination</a> and <a
3355+
href="http://www.w3.org/TR/css3-writing-modes/#text-orientation/">text
3356+
orientation</a> <a href="#CSS3-WRITING-MODES"
33533357
rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a>
33543358

3355-
<li><a href="#text-transform">text transformation</a>
3356-
33573359
<li><a href="#wrapping">text wrapping</a> while applying per line:
33583360
<ol>
33593361
<li><a href="#text-indent">indentation</a>
@@ -4172,15 +4174,15 @@ <h2 class=no-num id=index> Index</h2>
41724174
<li>word-spacing, <a href="#word-spacing0"
41734175
title="section 8.1."><strong>8.1.</strong></a>
41744176

4175-
<li>word-spacing:&lt;length&gt;, <a href="#ltlengthgt"
4176-
title="section 8.1."><strong>8.1.</strong></a>, <a href="#ltlengthgt0"
4177+
<li>word-spacing:&lt;length&gt;, <a href="#length"
4178+
title="section 8.1."><strong>8.1.</strong></a>, <a href="#length0"
41774179
title="section 8.2."><strong>8.2.</strong></a>
41784180

41794181
<li>word-spacing:normal, <a href="#normal3"
41804182
title="section 8.1."><strong>8.1.</strong></a>, <a href="#normal4"
41814183
title="section 8.2."><strong>8.2.</strong></a>
41824184

4183-
<li>word-spacing:&lt;percentage&gt;, <a href="#ltpercentagegt"
4185+
<li>word-spacing:&lt;percentage&gt;, <a href="#percentage"
41844186
title="section 8.1."><strong>8.1.</strong></a>
41854187

41864188
<li>word-wrap, <a href="#word-wrap"

css-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2454,8 +2454,8 @@ <h2 class="no-num">Appendix A:
24542454

24552455
<ol>
24562456
<li><a href="#white-space-phase-1">white space processing</a> part I (pre-wrapping)
2457-
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text combination</a> [[!CSS3-WRITING-MODES]]
24582457
<li><a href="#text-transform">text transformation</a>
2458+
<li><a href="http://www.w3.org/TR/css3-writing-modes/#text-combine-horizontal">text combination</a> and <a href="http://www.w3.org/TR/css3-writing-modes/#text-orientation/">text orientation</a> [[!CSS3-WRITING-MODES]]
24592459
<li><a href="#wrapping">text wrapping</a> while applying per line:
24602460
<ol>
24612461
<li><a href="#text-indent">indentation</a>

0 commit comments

Comments
 (0)