|
6 | 6 | <meta content="text/html;charset=utf-8" http-equiv=Content-Type> |
7 | 7 | <title>CSS Fonts Module Level 3</title> |
8 | 8 |
|
9 | | - <link href="https://www.w3.org/TR/2018/CR-css-fonts-3-20180126/" |
| 9 | + <link href="https://www.w3.org/TR/2018/CR-css-fonts-3-20180129/" |
10 | 10 | rel=canonical> |
11 | 11 | <meta content="width=device-width" name=viewport> |
12 | 12 | <link href="http://purl.org/dc/terms/" rel=schema.dcterms> |
13 | 13 | <link href="https://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
14 | 14 | rel=dcterms.rights> |
15 | 15 | <meta content="CSS Fonts Module Level 3" name=dcterms.title> |
16 | 16 | <meta content=text name=dcterms.type> |
17 | | - <meta content=2018-01-26 name=dcterms.date> |
| 17 | + <meta content=2018-01-29 name=dcterms.date> |
18 | 18 | <meta content="John Daggett" name=dcterms.creator> |
19 | 19 | <meta content="Myles C. Maxfield" name=dcterms.creator> |
20 | 20 | <meta content=W3C name=dcterms.publisher> |
21 | | - <meta content="https://www.w3.org/TR/2018/CR-css-fonts-3-20180126/" |
| 21 | + <meta content="https://www.w3.org/TR/2018/CR-css-fonts-3-20180129/" |
22 | 22 | name=dcterms.identifier><!-- |
23 | 23 | FIXME when publishing: copy the current default.css and link to |
24 | 24 | "default.css" rather than "../default.css" |
|
125 | 125 |
|
126 | 126 | <h1>CSS Fonts Module Level 3</h1> |
127 | 127 |
|
128 | | - <h2 class="no-num no-toc">W3C Candidate Recommendation 26 January 2018</h2> |
| 128 | + <h2 class="no-num no-toc">W3C Candidate Recommendation 29 January 2018</h2> |
129 | 129 |
|
130 | 130 | <dl id=authors> |
131 | 131 | <dt>This version: |
132 | 132 |
|
133 | 133 | <dd><a |
134 | 134 | href="https://drafts.csswg.org/css-fonts/">https://drafts.csswg.org/css-fonts/</a> |
135 | | - <!-- <dd><a href="https://www.w3.org/TR/2018/CR-css-fonts-3-20180126/">https://www.w3.org/TR/2018/CR-css-fonts-3-20180126/</a> --> |
| 135 | + <!-- <dd><a href="https://www.w3.org/TR/2018/CR-css-fonts-3-20180129/">https://www.w3.org/TR/2018/CR-css-fonts-3-20180129/</a> --> |
136 | 136 |
|
137 | 137 | <dt>Latest version: |
138 | 138 |
|
@@ -1990,9 +1990,11 @@ <h3 id=font-prop><span class=secno>3.7. </span>Shorthand font property: the |
1990 | 1990 | href="#propdef-font-variant" title="font-variant!!property">‘<code |
1991 | 1991 | class=property>font-variant</code>’</a>, <span class=property>‘<code |
1992 | 1992 | class=property>font-feature-settings</code>’</span>, and <a |
1993 | | - href="#propdef-font-language-override">‘<code |
1994 | | - class=property>font-language-override</code>’</a>. Then, those |
1995 | | - properties that are given explicit values in the <a class=property |
| 1993 | + class=property href="#propdef-font-language-override">‘<code |
| 1994 | + class=property>font-language-override</code>’</a>, but <em>not</em> <a |
| 1995 | + class=property href="#propdef-font-synthesis">‘<code |
| 1996 | + class=property>font-synthesis</code>’</a>. Then, those properties that |
| 1997 | + are given explicit values in the <a class=property |
1996 | 1998 | href="#propdef-font">‘<code class=property>font</code>’</a> shorthand |
1997 | 1999 | are set to those values. For a definition of allowed and initial values, |
1998 | 2000 | see the previously defined properties. For reasons of backwards |
@@ -5576,8 +5578,8 @@ <h3 id=font-feature-settings-prop><span class=secno>6.12. </span>Low-level |
5576 | 5578 | is intended as a way of providing access to font features that are not |
5577 | 5579 | widely used but are needed for a particular use case. |
5578 | 5580 |
|
5579 | | - <p>Authors should generally use <a href="#propdef-font-variant" |
5580 | | - title="font-variant!!property">‘<code |
| 5581 | + <p class=advisement>Authors should generally use <a |
| 5582 | + href="#propdef-font-variant" title="font-variant!!property">‘<code |
5581 | 5583 | class=property>font-variant</code>’</a> and its related subproperties |
5582 | 5584 | whenever possible and only use this property for special cases where its |
5583 | 5585 | use is the only way of accessing a particular infrequently used font |
@@ -6508,7 +6510,6 @@ <h3 class=no-num id=normative-references>Normative References</h3> |
6508 | 6510 | href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> |
6509 | 6511 | </dd> |
6510 | 6512 | <!----> |
6511 | | - |
6512 | 6513 | <dt id="ref-rfc8081">[RFC8081] |
6513 | 6514 | </dt><dd>C. Lilley. <a href="https://tools.ietf.org/html/rfc8081">The "font" Top-Level Media Type</a>. February 2017. Proposed Standard. URL: <a href="https://tools.ietf.org/html/rfc8081">https://tools.ietf.org/html/rfc8081</a> |
6514 | 6515 | </dd> |
|
0 commit comments