|
32 | 32 |
|
33 | 33 | <h1>CSS Text Level 3</h1> |
34 | 34 |
|
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> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS |
41 | 41 | $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> |
43 | 43 | --> |
44 | 44 |
|
45 | 45 |
|
@@ -551,12 +551,12 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a> |
551 | 551 | <dt><dfn id=uppercase title="text-transform:uppercase">‘<code |
552 | 552 | class=css>uppercase</code>’</dfn> |
553 | 553 |
|
554 | | - <dd>Puts all symbols in uppercase. |
| 554 | + <dd>Puts all <a href="#letter0"><i>letters</i></a> in uppercase. |
555 | 555 |
|
556 | 556 | <dt><dfn id=lowercase title="text-transform:lowercase">‘<code |
557 | 557 | class=css>lowercase</code>’</dfn> |
558 | 558 |
|
559 | | - <dd>Puts all symbols in lowercase. |
| 559 | + <dd>Puts all <a href="#letter0"><i>letters</i></a> in lowercase. |
560 | 560 |
|
561 | 561 | <dt><dfn id=full-width title="text-transform:full-width">‘<code |
562 | 562 | 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> |
608 | 608 | <!-- |
609 | 609 | <div class="example"> |
610 | 610 | <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 |
614 | 615 | </div> |
615 | 616 | --> |
616 | 617 |
|
|
0 commit comments