Skip to content

Commit a602943

Browse files
author
John Daggett
committed
[css3-fonts] tweak lang tag example
1 parent 78c513a commit a602943

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css-fonts/Fonts.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@
115115

116116
<h1>CSS Fonts Module Level 3</h1>
117117

118-
<h2 class="no-num no-toc" id=editors-draft-13-september-2013>Editor's
119-
Draft 13 September 2013</h2>
118+
<h2 class="no-num no-toc" id=editors-draft-17-september-2013>Editor's
119+
Draft 17 September 2013</h2>
120120

121121
<dl id=authors>
122122
<dt>This version:
123123

124124
<dd><a
125125
href="http://dev.w3.org/csswg/css-fonts/">http://dev.w3.org/csswg/css-fonts/</a>
126-
<!-- <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> -->
126+
<!-- <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> -->
127127

128128

129129
<dt>Latest version:
@@ -3498,11 +3498,12 @@ <h3 id=font-matching-examples><span class=secno>5.6 </span>Font matching
34983498
abstract glyphs are not the same in the two languages.
34993499

35003500
<pre>*:lang(ja) { font: 900 14pt/16pt &quot;Heisei Mincho W9&quot;, serif; }
3501-
*:lang(zh-tw) { font: 800 14pt/16.5pt &quot;Li Sung&quot;, serif; }
3501+
*:lang(zh-Hant-TW) { font: 800 14pt/16.5pt &quot;Li Sung&quot;, serif; }
35023502
</pre>
35033503

35043504
<p>This selects any element that has the given language — Japanese or
3505-
Traditional Chinese — and uses the appropriate font.
3505+
Traditional Chinese as used in Taiwan — and uses the appropriate font.
3506+
35063507
</div>
35073508

35083509
<h2 id=font-rend-props><span class=secno>6 </span>Font Feature Properties</h2>

0 commit comments

Comments
 (0)