Skip to content

Commit 2a9e711

Browse files
committed
Fix default UA stylesheet emphasis-mark-position for Chinese
1 parent f481412 commit 2a9e711

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

css3-text/Overview.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,22 @@
2929

3030
<h1>CSS Text Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 August 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 September
33+
2011</h2>
3334

3435
<dl>
3536
<dt>This version:
3637

37-
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/30
38-
18:20:55 $ (CVS $Revision$)</a> <!--
39-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110830/">http://www.w3.org/TR/2011/WD-css3-text-20110830/</a></dd>
38+
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date: 2011/08/31
39+
11:11:30 $ (CVS $Revision$)</a> <!--
40+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110914/">http://www.w3.org/TR/2011/WD-css3-text-20110914/</a></dd>
4041
-->
4142

4243

4344
<dt>Latest version:
4445

4546
<dd><a
46-
href="http://www.w3.org/TR/css3-text/">http://www.w3.org/TR/css3-text/</a>
47+
href="http://www.w3.org/TR/css3-text">http://www.w3.org/TR/css3-text</a>
4748

4849
<dt>Latest editor's draft:
4950

@@ -5548,10 +5549,9 @@ <h3 class=no-num id=normative-ref>Normative references</h3>
55485549
<dt id=UAX11>[UAX11]
55495550

55505551
<dd>Asmus Freytag. <a
5551-
href="http://www.unicode.org/unicode/reports/tr11/tr11-8.html"><cite>East
5552-
Asian Width.</cite></a> 23 March 2001. Unicode Standard Annex #11. URL:
5553-
<a
5554-
href="http://www.unicode.org/unicode/reports/tr11/tr11-8.html">http://www.unicode.org/unicode/reports/tr11/tr11-8.html</a>
5552+
href="http://www.unicode.org/reports/tr11/tr11-8.html"><cite>East Asian
5553+
Width.</cite></a> 23 March 2001. Unicode Standard Annex #11. URL: <a
5554+
href="http://www.unicode.org/reports/tr11/tr11-8.html">http://www.unicode.org/reports/tr11/tr11-8.html</a>
55555555
</dd>
55565556
<!---->
55575557

@@ -5598,11 +5598,11 @@ <h3 class=no-num id=normative-ref>Normative references</h3>
55985598
<dt id=UNICODE>[UNICODE]
55995599

56005600
<dd>The Unicode Consortium. <a
5601-
href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html"><cite>The
5601+
href="http://www.unicode.org/standard/versions/enumeratedversions.html"><cite>The
56025602
Unicode Standard.</cite></a> 2003. Defined by: The Unicode Standard,
56035603
Version 4.0 (Boston, MA, Addison-Wesley, ISBN 0-321-18578-1), as updated
56045604
from time to time by the publication of new versions URL: <a
5605-
href="http://www.unicode.org/unicode/standard/versions/enumeratedversions.html">http://www.unicode.org/unicode/standard/versions/enumeratedversions.html</a>
5605+
href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a>
56065606
</dd>
56075607
<!---->
56085608
</dl>
@@ -5759,8 +5759,8 @@ <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2>
57595759
<!-- -->rt { text-emphasis: none; }
57605760
<!-- -->
57615761
<!-- -->:root:lang(zh), [lang|=zh] {
5762-
<!-- -->/* default emphasis mark position is 'under' for Chinese */
5763-
<!-- --> text-emphasis-position: under;
5762+
<!-- -->/* default emphasis mark position is 'below right' for Chinese */
5763+
<!-- --> text-emphasis-position: below right;
57645764
<!-- -->}
57655765
</code></pre>
57665766
</div>

css3-text/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
1+
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN'
22
'http://www.w3.org/TR/html4/strict.dtd'>
33
<html lang="en">
44
<head>
@@ -4211,8 +4211,8 @@ <h2 class="no-num" id="default-stylesheet">Appendix D: Default UA Stylesheet</h2
42114211
<!-- -->rt { text-emphasis: none; }
42124212
<!-- -->
42134213
<!-- -->:root:lang(zh), [lang|=zh] {
4214-
<!-- -->/* default emphasis mark position is 'under' for Chinese */
4215-
<!-- --> text-emphasis-position: under;
4214+
<!-- -->/* default emphasis mark position is 'below right' for Chinese */
4215+
<!-- --> text-emphasis-position: below right;
42164216
<!-- -->}
42174217
</code></pre>
42184218
</div>

0 commit comments

Comments
 (0)