111111
112112 < h1 > CSS Fonts Module Level 3</ h1 >
113113
114- < h2 class ="no-num no-toc " id =editors > Editor's Draft 28 April 2011</ h2 >
114+ < h2 class ="no-num no-toc " id =editors > Editor's Draft 21 June 2011</ h2 >
115115
116116 < dl id =authors >
117117 < dt > This version:
118118
119119 < dd > < a
120120 href ="http://dev.w3.org/csswg/css3-fonts/ "> http://dev.w3.org/csswg/css3-fonts/</ a >
121- <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20110428 ">http://www.w3.org/TR/2011/ED-css3-fonts-20110428 </a> -->
121+ <!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-fonts-20110621 ">http://www.w3.org/TR/2011/ED-css3-fonts-20110621 </a> -->
122122
123123
124124 < dt > Latest version:
@@ -719,10 +719,10 @@ <h5 class="no-num no-toc"> <span class=index-def id=serif0 title="serif,
719719 href ="#sans-serif "> sans-serif</ a > </ code > ’ generic font family. CSS uses
720720 the term ‘< code class =property > < a href ="#serif "> serif</ a > </ code > ’ to
721721 apply to a font for any script, although other names may be more familiar
722- for particular scripts, such as Mincho (Japanese), Sung or Song (Chinese),
723- Batang (Korean). Any font that is so described may be used to represent
724- the generic ‘< code class =property > < a href =" #serif " > serif </ a > </ code > ’
725- family.
722+ for particular scripts, such as Mincho (Japanese), Sung, Song or Kai
723+ (Chinese), Batang (Korean). Any font that is so described may be used to
724+ represent the generic ‘< code class =property > < a
725+ href =" #serif " > serif </ a > </ code > ’ family.
726726
727727 < div class =figure > < img alt ="sample serif fonts " src =serifexamples.png >
728728 < p class =caption > Sample serif fonts
@@ -740,11 +740,10 @@ <h5 class="no-num no-toc"> <span class=index-def id=sans-serif0
740740 href ="#serif "> serif</ a > </ code > ’ family. CSS uses the term ‘< code
741741 class =property > < a href ="#sans-serif "> sans-serif</ a > </ code > ’ to apply to
742742 a font for any script, although other names may be more familiar for
743- particular scripts, such as Gothic (Japanese), Kai (Chinese), or Gulim
743+ particular scripts, such as Gothic (Japanese), Hei (Chinese), or Gulim
744744 (Korean). Any font that is so described may be used to represent the
745745 generic ‘< code class =property > < a
746746 href ="#sans-serif "> sans-serif</ a > </ code > ’ family.
747- <!-- Kai for Chinese looks wrong, looks to be a serif-like face. -->
748747
749748 < div class =figure > < img alt ="sample sans-serif fonts "
750749 src =sansserifexamples.png >
@@ -3738,7 +3737,7 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.8 </span>Alternates
37383737 styleset(<feature-value-name> [, <feature-value-name>]*) ||
37393738 character-variant(<feature-value-name>
37403739 [,<feature-value-name>]*) || swash(<feature-value-name>) ||
3741- ornament (<feature-value-name>) ||
3740+ ornaments (<feature-value-name>) ||
37423741 annotation(<feature-value-name>) || ruby ]
37433742
37443743 < tr >
@@ -3898,19 +3897,6 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.8 </span>Alternates
38983897 font scaling.
38993898 </ dl >
39003899
3901- < div class =example >
3902- < p > The example below uses stylistic sets and swashes for section titles
3903- but not for the main title.</ p >
3904-
3905- < pre > h2 { font-variant-alternates: styleset(3,5); }
3906- h2:first-letter { font-variant-alternates: swash(2); }
3907-
3908- <h1> Main title</h1>
3909-
3910- <h2> Section title</h2>
3911- </ pre >
3912- </ div >
3913-
39143900 < h3 id =font-feature-values > < span class =secno > 6.9 </ span > Defining font
39153901 specific alternates: the @font-feature-values rule</ h3 >
39163902
@@ -4258,11 +4244,13 @@ <h3 id=font-variant-prop><span class=secno>6.11 </span>Overall shorthand
42584244
42594245 < td > normal | inherit | [ <common-lig-values> ||
42604246 <additional-lig-values> || <historical-lig-values> ||
4261- <contextual-alt-values> || stylistic[(<integer>)]? ||
4262- historical-forms || styleset(<integer> [,<integer>]*) ||
4263- character-variant(<integer> [,<integer>]*) ||
4264- swash[(<integer>)]? || ornament[(<integer>)]? ||
4265- annotation[(<integer>)]? || ruby || <caps-value> ||
4247+ <contextual-alt-values> || stylistic(<feature-value-name>)
4248+ || historical-forms || styleset(<feature-value-name> [,
4249+ <feature-value-name>]*) ||
4250+ character-variant(<feature-value-name>
4251+ [,<feature-value-name>]*) || swash(<feature-value-name>) ||
4252+ ornaments(<feature-value-name>) ||
4253+ annotation(<feature-value-name>) || ruby || <caps-value> ||
42664254 <numeric-figure-values> || <numeric-spacing-values> ||
42674255 <numeric-fraction-values> || slashed-zero ||
42684256 <east-asian-variant-values> || <east-asian-width-values> ]
@@ -4874,12 +4862,22 @@ <h3 class=no-num id=normative-references>Normative References</h3>
48744862 </ dd >
48754863 <!---->
48764864
4865+ < dt id =CSS21 > [CSS21]
4866+
4867+ < dd > Bert Bos; et al. < a
4868+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> < cite > Cascading Style
4869+ Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 7 June
4870+ 2011. W3C Recommendation. URL: < a
4871+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> http://www.w3.org/TR/2011/REC-CSS2-20110607</ a >
4872+ </ dd >
4873+ <!---->
4874+
48774875 < dt id =HTML5 > [HTML5]
48784876
48794877 < dd > Ian Hickson. < a
4880- href ="http://www.w3.org/TR/2011/WD-html5-20110113 "> < cite > HTML5.</ cite > </ a >
4881- 13 January 2011. W3C Working Draft. (Work in progress.) URL: < a
4882- href ="http://www.w3.org/TR/2011/WD-html5-20110113 "> http://www.w3.org/TR/2011/WD-html5-20110113 </ a >
4878+ href ="http://www.w3.org/TR/2011/WD-html5-20110525/ "> < cite > HTML5.</ cite > </ a >
4879+ 25 May 2011. W3C Working Draft. (Work in progress.) URL: < a
4880+ href ="http://www.w3.org/TR/2011/WD-html5-20110525/ "> http://www.w3.org/TR/2011/WD-html5-20110525/ </ a >
48834881 </ dd >
48844882 <!---->
48854883
@@ -4932,28 +4930,29 @@ <h3 class=no-num id=normative-references>Normative References</h3>
49324930 </ dd >
49334931 <!---->
49344932
4935- < dt id =UNICODE5 > [UNICODE5 ]
4933+ < dt id =UNICODE6 > [UNICODE6 ]
49364934
49374935 < dd > The Unicode Consortium. < a
4938- href ="http://www.unicode.org/versions/Unicode5.1.0/ "> < cite > The Unicode
4939- Standard, Version 5.1.0.</ cite > </ a > Addison-Wesley. 2007. ISBN
4940- 0-321-48091-0. URL: < a
4941- href ="http://www.unicode.org/versions/Unicode5.1.0/ "> http://www.unicode.org/versions/Unicode5.1.0/</ a >
4936+ href ="http://www.unicode.org/versions/Unicode6.0.0/ "> < cite > The Unicode
4937+ Standard, Version 6.0.0.</ cite > </ a > Defined by: The Unicode Standard,
4938+ Version 6.0.0 (Mountain View, CA: The Unicode Consortium, 2011. ISBN
4939+ 978-1-936213-01-6) URL: < a
4940+ href ="http://www.unicode.org/versions/Unicode6.0.0/ "> http://www.unicode.org/versions/Unicode6.0.0/</ a >
49424941 </ dd >
49434942 <!---->
49444943 </ dl >
49454944 <!--end-normative-->
4945+ <!--{{!CSS21}}-->
49464946 <!--{{!OPENTYPE}}-->
49474947 <!--{{!OPENTYPE-FEATURES}}-->
49484948 <!--{{!AAT-FEATURES}}-->
49494949 <!--{{!OPEN-FONT-FORMAT}}-->
4950- <!--{{!UNICODE5 }}-->
4950+ <!--{{!UNICODE6 }}-->
49514951 <!--{{!UAX15}}-->
49524952 <!--{{!UAX29}}-->
49534953 <!--{{!CORS}}-->
49544954 <!--{{!HTML5}}-->
49554955 <!--{{!CHARMOD}}-->
4956- <!--{{!CHARMOD-NORM}}-->
49574956
49584957 < h3 class =no-num id =other-references > Other References</ h3 >
49594958 <!--begin-informative-->
@@ -5028,6 +5027,7 @@ <h3 class=no-num id=other-references>Other References</h3>
50285027 <!--{{OPENTYPE-FONT-GUIDE}}-->
50295028 <!--{{RASTER-TRAGEDY}}-->
50305029 <!--{{WINDOWS-GLYPH-PROC}}-->
5030+ <!--{{!CHARMOD-NORM}}-->
50315031
50325032 < h2 class =no-num id =index > Index</ h2 >
50335033 <!--begin-index-->
@@ -5535,11 +5535,13 @@ <h2 class=no-num id=property-index>Property index</h2>
55355535
55365536 < td > normal | inherit | [ <common-lig-values> ||
55375537 <additional-lig-values> || <historical-lig-values> ||
5538- <contextual-alt-values> || stylistic[(<integer>)]? ||
5539- historical-forms || styleset(<integer> [,<integer>]*) ||
5540- character-variant(<integer> [,<integer>]*) ||
5541- swash[(<integer>)]? || ornament[(<integer>)]? ||
5542- annotation[(<integer>)]? || ruby || <caps-value> ||
5538+ <contextual-alt-values> || stylistic(<feature-value-name>)
5539+ || historical-forms || styleset(<feature-value-name> [,
5540+ <feature-value-name>]*) ||
5541+ character-variant(<feature-value-name>
5542+ [,<feature-value-name>]*) || swash(<feature-value-name>) ||
5543+ ornaments(<feature-value-name>) ||
5544+ annotation(<feature-value-name>) || ruby || <caps-value> ||
55435545 <numeric-figure-values> || <numeric-spacing-values> ||
55445546 <numeric-fraction-values> || slashed-zero ||
55455547 <east-asian-variant-values> || <east-asian-width-values> ]
@@ -5563,7 +5565,7 @@ <h2 class=no-num id=property-index>Property index</h2>
55635565 styleset(<feature-value-name> [, <feature-value-name>]*) ||
55645566 character-variant(<feature-value-name>
55655567 [,<feature-value-name>]*) || swash(<feature-value-name>) ||
5566- ornament (<feature-value-name>) ||
5568+ ornaments (<feature-value-name>) ||
55675569 annotation(<feature-value-name>) || ruby ]
55685570
55695571 < td > normal
0 commit comments