[css3-fonts] tweak lang tag example

Tue, 17 Sep 2013 11:44:53 +0900

author
John Daggett <jdaggett@mozilla.com>
date
Tue, 17 Sep 2013 11:44:53 +0900
changeset 9207
b94272546db6
parent 9206
6b93d71f0e55
child 9208
7d9c2fad8498

[css3-fonts] tweak lang tag example

css-fonts/Fonts.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-fonts/Fonts.html	Tue Sep 17 11:13:58 2013 +0900
     1.2 +++ b/css-fonts/Fonts.html	Tue Sep 17 11:44:53 2013 +0900
     1.3 @@ -115,15 +115,15 @@
     1.4  
     1.5     <h1>CSS Fonts Module Level 3</h1>
     1.6  
     1.7 -   <h2 class="no-num no-toc" id=editors-draft-13-september-2013>Editor's
     1.8 -    Draft 13 September 2013</h2>
     1.9 +   <h2 class="no-num no-toc" id=editors-draft-17-september-2013>Editor's
    1.10 +    Draft 17 September 2013</h2>
    1.11  
    1.12     <dl id=authors>
    1.13      <dt>This version:
    1.14  
    1.15      <dd><a
    1.16       href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
    1.17 -     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130913/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130913/</a>  -->
    1.18 +     <!-- <dd><a href="http://www.w3.org/TR/2013/ED-css-fonts-3-20130917/">http://www.w3.org/TR/2013/ED-css-fonts-3-20130917/</a>  -->
    1.19       
    1.20  
    1.21      <dt>Latest version:
    1.22 @@ -3498,11 +3498,12 @@
    1.23      abstract glyphs are not the same in the two languages.
    1.24  
    1.25     <pre>*:lang(ja) { font: 900 14pt/16pt &quot;Heisei Mincho W9&quot;, serif; }
    1.26 -*:lang(zh-tw) { font: 800 14pt/16.5pt &quot;Li Sung&quot;, serif; }
    1.27 +*:lang(zh-Hant-TW) { font: 800 14pt/16.5pt &quot;Li Sung&quot;, serif; }
    1.28  </pre>
    1.29  
    1.30     <p>This selects any element that has the given language — Japanese or
    1.31 -    Traditional Chinese — and uses the appropriate font.
    1.32 +    Traditional Chinese as used in Taiwan — and uses the appropriate font.
    1.33 +    
    1.34    </div>
    1.35  
    1.36    <h2 id=font-rend-props><span class=secno>6 </span>Font Feature Properties</h2>

mercurial