Skip to content

Commit fdc1619

Browse files
authored
[css-fonts-4] Stop claiming that 'ch' uses the first available font, since it doesn't. (#3129)
1 parent 2b10ddf commit fdc1619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-fonts-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ Relative sizing: the 'font-size-adjust' property</h3>
10121012
The value of 'font-size-adjust' affects the used value of 'font-size'
10131013
but does not affect the computed value.
10141014
It affects the size of relative units
1015-
that are based on font metrics of the <a>first available font</a>
1015+
that are based on font metrics
10161016
such as <code>ex</code> and <code>ch</code>
10171017
but does not affect the size of <code>em</code> units.
10181018
Since numeric values of 'line-height'
@@ -3175,7 +3175,7 @@ to ensure that the results are as consistent as possible across user agents,
31753175
given an identical set of available fonts and rendering technology.
31763176

31773177
The <dfn export>first available font</dfn>,
3178-
used for example in the definition of <a>font-relative lengths</a> such as ''ex'' and ''ch''
3178+
used for example in the definition of <a>font-relative lengths</a> such as ''ex''
31793179
or in the definition of the 'line-height' property
31803180
is defined to be the first available font
31813181
that would match the U+0020 (space) character
@@ -5101,4 +5101,4 @@ Changes from the <a href="https://www.w3.org/TR/2018/WD-css-fonts-4-20180410/">1
51015101
<li>Consistently use the new generic font families</li>
51025102
<li>Editorial cleanup, clarifying examples, markup improvements, linkfixes,
51035103
updating to latest references, and so on</li>
5104-
</ul>
5104+
</ul>

0 commit comments

Comments
 (0)