101
101
font-weight : bold;
102
102
color : # c50 ;
103
103
}
104
+
105
+ # fonts ul .indexlist ul , # fonts ul .indexlist dl { font-size : inherit; }
106
+
104
107
</ style >
105
108
< link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
106
109
type ="text/css ">
107
110
< script defer =defer
108
111
src ="http://test.csswg.org/harness/annotate.js#CSS3-FONTS_DEV "
109
112
type ="text/javascript "> </ script >
110
113
111
- < body >
114
+ < body id = fonts >
112
115
< div class =head > <!--begin-logo-->
113
116
< p > < a href ="http://www.w3.org/ "> < img alt =W3C height =48
114
117
src ="http://www.w3.org/Icons/w3c_home " width =72 > </ a > <!--end-logo-->
115
118
116
119
< h1 > CSS Fonts Module Level 3</ h1 >
117
120
118
- < h2 class ="no-num no-toc " id =editors-draft-26-february -2014 > Editor's Draft
119
- 26 February 2014</ h2 >
121
+ < h2 class ="no-num no-toc " id =editors-draft-27-october -2014 > Editor's Draft
122
+ 27 October 2014</ h2 >
120
123
121
124
< dl id =authors >
122
125
< dt > This version:
123
126
124
127
< dd > < a
125
128
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/2014/ED-css-fonts-3-20140226 /">http://www.w3.org/TR/2014/ED-css-fonts-3-20140226 /</a> -->
129
+ <!-- <dd><a href="http://www.w3.org/TR/2014/ED-css-fonts-3-20141027 /">http://www.w3.org/TR/2014/ED-css-fonts-3-20141027 /</a> -->
127
130
128
131
129
132
< dt > Latest version:
@@ -142,7 +145,7 @@ <h2 class="no-num no-toc" id=editors-draft-26-february-2014>Editor's Draft
142
145
< dt > Previous version:
143
146
144
147
< dd > < a
145
- href ="http://www.w3.org/TR/2013/WD -css-fonts-3-20130711 / "> http://www.w3.org/TR/2013/WD -css-fonts-3-20130711 /</ a >
148
+ href ="http://www.w3.org/TR/2013/CR -css-fonts-3-20131003 / "> http://www.w3.org/TR/2013/CR -css-fonts-3-20131003 /</ a >
146
149
147
150
< dt > Issues List:
148
151
@@ -832,8 +835,8 @@ <h5 class="no-num no-toc"> <span class=index-def id=serif0 title="serif,
832
835
font family. CSS uses the term ‘< a href ="#serif "> < code
833
836
class =property > serif</ code > </ a > ’ to apply to a font for any script,
834
837
although other names may be more familiar for particular scripts, such as
835
- Mincho (Japanese), Sung, Song or Kai (Chinese), Batang (Korean). For
836
- Arabic, the Naskh style would correspond to ‘< a href ="#serif "> < code
838
+ Mincho (Japanese), Sung or Song (Chinese), Batang (Korean). For Arabic,
839
+ the Naskh style would correspond to ‘< a href ="#serif "> < code
837
840
class =property > serif</ code > </ a > ’ more due to its typographic role rather
838
841
than its actual design style. Any font that is so described may be used to
839
842
represent the generic ‘< a href ="#serif "> < code
@@ -3017,7 +3020,8 @@ <h3 id=font-rend-desc><span class=secno>4.7 </span>Font features: the <a
3017
3020
href ="#east-asian-variant-values "> < var > <east-asian-variant-values></ var > </ a >
3018
3021
|| < a
3019
3022
href ="#east-asian-width-values "> < var > <east-asian-width-values></ var > </ a >
3020
- || < a href ="#ruby "> < i > ruby</ i > </ a > ]
3023
+ || < a href ="#ruby "> < i > ruby</ i > </ a > || [ < a href ="#sub "> < i > sub</ i > </ a > |
3024
+ < a href ="#super "> < i > super</ i > </ a > ] ]
3021
3025
3022
3026
< tr >
3023
3027
< td > < em > Initial:</ em >
@@ -5044,7 +5048,7 @@ <h4 id=multi-valued-feature-value-definitions><span class=secno>6.9.2
5044
5048
}
5045
5049
5046
5050
p {
5047
- font-variant: discretionary-ligatures,
5051
+ font-variant: discretionary-ligatures
5048
5052
character-variant(leo-B, leo-M, leo-N, leo-T, leo-U);
5049
5053
}
5050
5054
@@ -5270,7 +5274,8 @@ <h3 id=font-variant-prop><span class=secno>6.11 </span>Overall shorthand
5270
5274
href ="#east-asian-variant-values "> < var > <east-asian-variant-values></ var > </ a >
5271
5275
|| < a
5272
5276
href ="#east-asian-width-values "> < var > <east-asian-width-values></ var > </ a >
5273
- || < a href ="#ruby "> < i > ruby</ i > </ a > ]
5277
+ || < a href ="#ruby "> < i > ruby</ i > </ a > || [ < a href ="#sub "> < i > sub</ i > </ a > |
5278
+ < a href ="#super "> < i > super</ i > </ a > ] ]
5274
5279
5275
5280
< tr >
5276
5281
< td > Initial:
@@ -6299,20 +6304,20 @@ <h3 class=no-num id=normative-references>Normative References</h3>
6299
6304
< dt id =ref-HTML5 > [HTML5]
6300
6305
6301
6306
< dd > Robin Berjon; et al. < a
6302
- href ="http://www.w3.org/TR/2013/CR -html5-20130806 / "> < cite > HTML5.</ cite > </ a >
6303
- 6 August 2013 . W3C Candidate Recommendation. (Work in progress.) URL: < a
6304
- href ="http://www.w3.org/TR/2013/CR -html5-20130806 / "> http://www.w3.org/TR/2013/CR -html5-20130806 /</ a >
6307
+ href ="http://www.w3.org/TR/2014/WD -html5-20140617 / "> < cite > HTML5.</ cite > </ a >
6308
+ 17 June 2014 . W3C Candidate Recommendation. (Work in progress.) URL: < a
6309
+ href ="http://www.w3.org/TR/2014/WD -html5-20140617 / "> http://www.w3.org/TR/2014/WD -html5-20140617 /</ a >
6305
6310
</ dd >
6306
6311
<!---->
6307
6312
6308
6313
< dt id =ref-OPEN-FONT-FORMAT > [OPEN-FONT-FORMAT]
6309
6314
6310
6315
< dd > < a
6311
- href ="http://www .iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=52136 "> < cite > Information
6316
+ href ="http://standards .iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009%28E%29.zip "> < cite > Information
6312
6317
technology — Coding of audio-visual objects — Part 22: Open Font
6313
6318
Format.</ cite > </ a > International Organization for Standardization.
6314
6319
ISO/IEC 14496-22:2009. URL: < a
6315
- href ="http://www .iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=52136 "> http://www .iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=52136 </ a >
6320
+ href ="http://standards .iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009%28E%29.zip "> http://standards .iso.org/ittf/PubliclyAvailableStandards/c052136_ISO_IEC_14496-22_2009%28E%29.zip </ a >
6316
6321
</ dd >
6317
6322
<!---->
6318
6323
@@ -7193,7 +7198,7 @@ <h2 class=no-num id=property-index>Property index</h2>
7193
7198
<numeric-figure-values> || <numeric-spacing-values> ||
7194
7199
<numeric-fraction-values> || ordinal || slashed-zero ||
7195
7200
<east-asian-variant-values> || <east-asian-width-values> ||
7196
- ruby ]
7201
+ ruby || [ sub | super ] ]
7197
7202
7198
7203
< td > normal
7199
7204
@@ -7390,7 +7395,7 @@ <h2 class=no-num id=property-index>Property index</h2>
7390
7395
<numeric-figure-values> || <numeric-spacing-values> ||
7391
7396
<numeric-fraction-values> || ordinal || slashed-zero ||
7392
7397
<east-asian-variant-values> || <east-asian-width-values> ||
7393
- ruby ]
7398
+ ruby || [ sub | super ] ]
7394
7399
7395
7400
< td > normal
7396
7401
0 commit comments