Skip to content

Commit 9430fc2

Browse files
committed
Only letters are affected by text-transform.
1 parent 48da7e2 commit 9430fc2

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

css3-text/Overview.html

Lines changed: 8 additions & 7 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 27 June 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 July 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-20120627/">http://www.w3.org/TR/2012/WD-css3-text-20120627/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120718/">http://www.w3.org/TR/2012/WD-css3-text-20120718/</a></dd>
4343
-->
4444

4545

@@ -551,12 +551,12 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
551551
<dt><dfn id=uppercase title="text-transform:uppercase"><code
552552
class=css>uppercase</code></dfn>
553553

554-
<dd>Puts all symbols in uppercase.
554+
<dd>Puts all <a href="#letter0"><i>letters</i></a> in uppercase.
555555

556556
<dt><dfn id=lowercase title="text-transform:lowercase"><code
557557
class=css>lowercase</code></dfn>
558558

559-
<dd>Puts all symbols in lowercase.
559+
<dd>Puts all <a href="#letter0"><i>letters</i></a> in lowercase.
560560

561561
<dt><dfn id=full-width title="text-transform:full-width"><code
562562
class=css>full-width</code></dfn>
@@ -608,9 +608,10 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
608608
<!--
609609
<div class="example">
610610
<p>An example where the UA may choose to include rules beyond those
611-
in Unicode is Greek. In Greek, if the entire word is in upper case,
612-
accents are dropped or transformed
613-
http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx
611+
in Unicode is Greek. In Greek, if the entire word is in upper case
612+
(''text-transform: capitalize'' vs. ''text-transform: uppercase''),
613+
accents are dropped or transformed according to language-specific rules.
614+
http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx
614615
</div>
615616
-->
616617

css3-text/Overview.src.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ <h3 id="text-transform">
269269
<dd>Puts the first <i>letter</i> of each word in titlecase; other characters
270270
are unaffected.</dd>
271271
<dt><dfn title="text-transform:uppercase">''uppercase''</dfn></dt>
272-
<dd>Puts all symbols in uppercase.
272+
<dd>Puts all <i>letters</i> in uppercase.
273273
<dt><dfn title="text-transform:lowercase">''lowercase''</dfn></dt>
274-
<dd>Puts all symbols in lowercase.</dd>
274+
<dd>Puts all <i>letters</i> in lowercase.</dd>
275275
<dt><dfn title="text-transform:full-width">''full-width''</dfn></dt>
276276
<dd>Puts all characters in fullwidth form.
277277
If the character does not have a corresponding fullwidth form,
@@ -323,9 +323,10 @@ <h3 id="text-transform">
323323
<!--
324324
<div class="example">
325325
<p>An example where the UA may choose to include rules beyond those
326-
in Unicode is Greek. In Greek, if the entire word is in upper case,
327-
accents are dropped or transformed
328-
http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx
326+
in Unicode is Greek. In Greek, if the entire word is in upper case
327+
(''text-transform: capitalize'' vs. ''text-transform: uppercase''),
328+
accents are dropped or transformed according to language-specific rules.
329+
http://blogs.msdn.com/b/michkap/archive/2006/08/18/706383.aspx
329330
</div>
330331
-->
331332

0 commit comments

Comments
 (0)