|
13 | 13 | rel=dcterms.rights> |
14 | 14 | <meta content="CSS Fonts Module Level 3" name=dcterms.title> |
15 | 15 | <meta content=text name=dcterms.type> |
16 | | - <meta content=2017-04-19 name=dcterms.date> |
| 16 | + <meta content=2017-06-07 name=dcterms.date> |
17 | 17 | <meta content="John Daggett" name=dcterms.creator> |
18 | 18 | <meta content="Myles C. Maxfield" name=dcterms.creator> |
19 | 19 | <meta content=W3C name=dcterms.publisher> |
|
124 | 124 |
|
125 | 125 | <h1>CSS Fonts Module Level 3</h1> |
126 | 126 |
|
127 | | - <h2 class="no-num no-toc">Editor's Draft 19 April 2017</h2> |
| 127 | + <h2 class="no-num no-toc">Editor's Draft 7 June 2017</h2> |
128 | 128 |
|
129 | 129 | <dl id=authors> |
130 | 130 | <dt>This version: |
131 | 131 |
|
132 | 132 | <dd><a |
133 | 133 | href="https://drafts.csswg.org/css-fonts/">https://drafts.csswg.org/css-fonts/</a> |
134 | | - <!-- <dd><a href="https://www.w3.org/TR/2017/ED-css-fonts-3-20170419/">https://www.w3.org/TR/2017/ED-css-fonts-3-20170419/</a> --> |
| 134 | + <!-- <dd><a href="https://www.w3.org/TR/2017/ED-css-fonts-3-20170607/">https://www.w3.org/TR/2017/ED-css-fonts-3-20170607/</a> --> |
135 | 135 |
|
136 | 136 | <dt>Latest version: |
137 | 137 |
|
@@ -1501,7 +1501,7 @@ <h3 id=font-size-prop><span class=secno>3.5. </span>Font size: the <a |
1501 | 1501 | user agent may have to extrapolate table values if the numerical value |
1502 | 1502 | goes beyond the keywords. |
1503 | 1503 |
|
1504 | | - <dt><dfn |
| 1504 | + <dt><dfn data-dfn-for=font-size data-dfn-type=value |
1505 | 1505 | id=length-percentage-size-value><var><length-percentage></var></dfn> |
1506 | 1506 |
|
1507 | 1507 | <dd> |
@@ -1752,7 +1752,8 @@ <h3 id=font-size-adjust-prop><span class=secno>3.6. </span>Relative sizing: |
1752 | 1752 |
|
1753 | 1753 | <dd>Do not preserve the font's x-height. |
1754 | 1754 |
|
1755 | | - <dt><dfn id=aspect-ratio-value><var><number></var></dfn> |
| 1755 | + <dt><dfn data-dfn-for=font-size-adjust data-dfn-type=value |
| 1756 | + id=aspect-ratio-value><var><number></var></dfn> |
1756 | 1757 |
|
1757 | 1758 | <dd>Specifies the <a href="#aspect-value"><i>aspect value</i></a> used in |
1758 | 1759 | the calculation below to calculate the adjusted font size: |
@@ -2799,7 +2800,8 @@ <h3 id=unicode-range-desc><span class=secno>4.5. </span>Character range: |
2799 | 2800 | agents when deciding whether or not to download a font resource for a |
2800 | 2801 | given text run. |
2801 | 2802 |
|
2802 | | - <p>Each <dfn id=urange-value><var><urange></var></dfn> value is a <a |
| 2803 | + <p>Each <dfn data-dfn-for=unicode-range data-dfn-type=value |
| 2804 | + id=urange-value><var><urange></var></dfn> value is a <a |
2803 | 2805 | href="https://www.w3.org/TR/CSS21/syndata.html#tokenization"><code |
2804 | 2806 | title="UNICODE-RANGE token">UNICODE-RANGE</code></a> token made up of a |
2805 | 2807 | "U+" or "u+" prefix followed by a codepoint range in one of the three |
@@ -3251,7 +3253,7 @@ <h3 id=font-family-casing><span class=secno>5.1. </span>Case sensitivity of |
3251 | 3253 | in a stylesheet. Authors should take care to ensure that names use a |
3252 | 3254 | character sequence consistent with the actual font family name, |
3253 | 3255 | particularly when using combining characters such as diacritical marks. |
3254 | | - For example, a family name that contains an uppercase A (U+0041) followed |
| 3256 | + For example, a family name that contains a lowercase a (U+0061) followed |
3255 | 3257 | by a combining ring (U+030A) will <strong>not</strong> match a name that |
3256 | 3258 | looks identical but which uses the precomposed lowercase a-ring character |
3257 | 3259 | (U+00E5) instead of the combining sequence. |
@@ -5710,7 +5712,7 @@ <h3 id=font-language-override-prop><span class=secno>6.13. </span>Font |
5710 | 5712 | <dd>specifies that when rendering with OpenType fonts, the content |
5711 | 5713 | language of the element is used to infer the OpenType language system |
5712 | 5714 |
|
5713 | | - <dt><dfn |
| 5715 | + <dt><dfn data-dfn-for=font-language-override data-dfn-type=value |
5714 | 5716 | id=font-language-override-string-value><var><string></var></dfn> |
5715 | 5717 |
|
5716 | 5718 | <dd>single three-letter case-sensitive OpenType <a |
|
0 commit comments