Skip to content

Commit b97c09b

Browse files
committed
note that text-transform doesn't affect underlying content. Also, regenerate Overview.html
1 parent d4b205e commit b97c09b

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

css3-text/Overview.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 June 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 June 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$Revision$)</a> <!--
42-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120620/">http://www.w3.org/TR/2012/WD-css3-text-20120620/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120627/">http://www.w3.org/TR/2012/WD-css3-text-20120627/</a></dd>
4343
-->
4444

4545

@@ -426,6 +426,17 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
426426
keyword as their property value. For readability it has not been repeated
427427
explicitly.
428428

429+
<p>The <dfn id=currentcolor><code class=css>currentcolor</code></dfn>
430+
keyword here computes to itself and is resolved to the value of ‘<code
431+
class=property>color</code>’ after inheritance is performed. This is so
432+
that the ‘<a href="#text-emphasis-color0"><code
433+
class=property>text-emphasis-color</code></a>’ by default matches the
434+
text ‘<code class=property>color</code>’. <span class=issue>CSS3 Color
435+
has not yet been errata'd to define it this way; currentcolor there is
436+
defined to compute to the value of ‘<code
437+
class=property>color</code>’, which gives it the wrong inheritance
438+
behavior.</span>
439+
429440
<h3 id=terms><span class=secno>1.3. </span> Terminology</h3>
430441

431442
<p id=grapheme-cluster>A <dfn id=grapheme-cluster0>grapheme cluster</dfn>
@@ -522,8 +533,8 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
522533
<td>as specified
523534
</table>
524535

525-
<p>This property transforms text for styling purposes. Values have the
526-
following meanings:
536+
<p>This property transforms text for styling purposes. (It has no effect on
537+
the underlying content.) Values have the following meanings:
527538

528539
<dl>
529540
<dt><dfn id=none title="text-transform:none"><code
@@ -5110,8 +5121,6 @@ <h2 class=no-num id=appendix-g-text-processing-order-of-oper>Appendix G:
51105121

51115122
<li><a href="#wrapping">text wrapping</a> while applying per line:
51125123
<ol>
5113-
<li><a href="#white-space-rules">white space processing</a> part II
5114-
51155124
<li><a href="#text-indent">indentation</a>
51165125

51175126
<li><a
@@ -5121,6 +5130,8 @@ <h2 class=no-num id=appendix-g-text-processing-order-of-oper>Appendix G:
51215130
href="#CSS3-WRITING-MODES"
51225131
rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a>
51235132

5133+
<li><a href="#white-space-rules">white space processing</a> part II
5134+
51245135
<li><a
51255136
href="http://www.w3.org/TR/css3-writing-modes/#text-orientation">text
51265137
orientation</a> <a href="#CSS3-WRITING-MODES"

css3-text/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ <h3 id="text-transform">
259259
</table>
260260

261261
<p>This property transforms text for styling purposes.
262+
(It has no effect on the underlying content.)
262263
Values have the following meanings:</p>
263264

264265
<dl>

0 commit comments

Comments
 (0)