|
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 2 May 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 May 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-20120502/">http://www.w3.org/TR/2012/WD-css3-text-20120502/</a></dd> |
| 42 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120505/">http://www.w3.org/TR/2012/WD-css3-text-20120505/</a></dd> |
43 | 43 | --> |
44 | 44 |
|
45 | 45 |
|
@@ -3969,8 +3969,8 @@ <h4 id=text-underline-position><span class=secno>10.1.6. </span> Text |
3969 | 3969 | with the appropriate underline positions in both horizontal and vertical |
3970 | 3970 | text: |
3971 | 3971 |
|
3972 | | - <pre>:lang(ja), :lang(ko) { text-underline-position: below right; } |
3973 | | -<!-- -->:lang(zh) { text-underline-position: below left; }</pre> |
| 3972 | + <pre>:root:lang(ja), [lang|=ja], :root:lang(ko), [lang|=ko] { text-underline-position: below right; } |
| 3973 | +<!-- -->:root:lang(zh), [lang|=zh] { text-underline-position: below left; }</pre> |
3974 | 3974 | </div> |
3975 | 3975 |
|
3976 | 3976 | <div class=note> |
@@ -5003,10 +5003,15 @@ <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2> |
5003 | 5003 | <!-- --> text-emphasis-position: below right; |
5004 | 5004 | <!-- -->} |
5005 | 5005 | <!-- --> |
5006 | | -<!-- -->:root:lang(zh), [lang|=zh] { |
5007 | | -<!-- -->/* default underline position is 'below left' for Japanese and Korean */ |
| 5006 | +<!-- -->:root:lang(ja), [lang|=ja], :root:lang(ko), [lang|=ko] { |
| 5007 | +<!-- -->/* default underline position is 'below right' for Japanese and Korean */ |
5008 | 5008 | <!-- --> text-underline-position: below right; |
5009 | 5009 | <!-- -->} |
| 5010 | +<!-- --> |
| 5011 | +<!-- -->:root:lang(zh), [lang|=zh] { |
| 5012 | +<!-- -->/* default underline position is 'below left' for Chinese */ |
| 5013 | +<!-- --> text-underline-position: below left; |
| 5014 | +<!-- -->} |
5010 | 5015 | </code></pre> |
5011 | 5016 | </div> |
5012 | 5017 |
|
|
0 commit comments