120120
121121 < h1 > CSS Fonts Module Level 3</ h1 >
122122
123- < h2 class ="no-num no-toc " id =editors-draft-24-may -2012 > Editor's Draft 24
124- May 2012</ h2 >
123+ < h2 class ="no-num no-toc " id =editors-draft-4-june -2012 > Editor's Draft 4
124+ June 2012</ h2 >
125125
126126 < dl id =authors >
127127 < dt > This version:
128128
129129 < dd > < a
130130 href ="http://dev.w3.org/csswg/css3-fonts/ "> http://dev.w3.org/csswg/css3-fonts/</ a >
131- <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-fonts-20120524 /">http://www.w3.org/TR/2012/ED-css3-fonts-20120524 /</a> -->
131+ <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-fonts-20120604 /">http://www.w3.org/TR/2012/ED-css3-fonts-20120604 /</a> -->
132132
133133
134134 < dt > Latest version:
@@ -2071,7 +2071,13 @@ <h3 id=src-desc><span class=secno>4.3 </span>Font reference: the <a
20712071 class =index-inst id =font-face1 title ="@font-face "> @font-face</ span > rule.
20722072 In the case of SVG fonts, the URL points to an element within a document
20732073 containing SVG font definitions. If the element reference is omitted, a
2074- reference to the first defined font is implied.
2074+ reference to the first defined font is implied. Similarly, font container
2075+ formats that can contain more than one font must load one and only one of
2076+ the fonts for a given @font-face rule. Fragment identifiers are used to
2077+ indicate which font to load. If a container format lacks a defined
2078+ fragment identifier scheme, implementations should use a simple 1-based
2079+ indexing scheme (e.g. "font-collection#1" for the first font,
2080+ "font-collection#2" for the second font).
20752081
20762082 < pre >
20772083src: url(fonts/simple.ttf); /* load simple.ttf relative to stylesheet location */
@@ -3429,8 +3435,8 @@ <h3 id=font-variant-ligatures-prop><span class=secno>6.5 </span>Ligatures:
34293435 < dl >
34303436 < dt > < dfn id =common-ligatures > common-ligatures</ dfn >
34313437
3432- < dd > Enables display of common ligatures (OpenType feature:
3433- < code > liga </ code > ). For OpenType fonts, common ligatures are enabled by
3438+ < dd > Enables display of common ligatures (OpenType features: < code > liga,
3439+ clig </ code > ). For OpenType fonts, common ligatures are enabled by
34343440 default.
34353441 </ dl >
34363442
@@ -3439,8 +3445,8 @@ <h3 id=font-variant-ligatures-prop><span class=secno>6.5 </span>Ligatures:
34393445 < dl >
34403446 < dt > < dfn id =no-common-ligatures > no-common-ligatures</ dfn >
34413447
3442- < dd > Disables display of common ligatures (OpenType feature:
3443- < code > liga </ code > ).
3448+ < dd > Disables display of common ligatures (OpenType features: < code > liga,
3449+ clig </ code > ).
34443450
34453451 < dt > < dfn id =discretionary-ligatures > discretionary-ligatures</ dfn >
34463452
@@ -3869,7 +3875,7 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.8 </span>Alternates
38693875 < dt > < dfn id =contextual > contextual</ dfn >
38703876
38713877 < dd > Enables display of contextual alternates (OpenType feature:
3872- < code > calt, clig </ code > ).
3878+ < code > calt</ code > ).
38733879 </ dl >
38743880
38753881 < div class =featex > < img alt ="contextual alternate example " src =calt.png > </ div >
@@ -3878,7 +3884,7 @@ <h3 id=font-variant-alternates-prop><span class=secno>6.8 </span>Alternates
38783884 < dt > < dfn id =no-contextual > no-contextual</ dfn >
38793885
38803886 < dd > Disables display of contextual alternates (OpenType feature:
3881- < code > calt, clig </ code > ).
3887+ < code > calt</ code > ).
38823888
38833889 < dt > < dfn id =historical-forms > historical-forms</ dfn >
38843890
0 commit comments