Skip to content

Commit e21c674

Browse files
committed
[css-values-4] Add note that font-relative units can trigger a font download w3c#3135
1 parent f76e0e2 commit e21c674

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-values-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,10 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
18891889
to the initial values of the 'font' and 'line-height' properties.
18901890
Similarly, when specified in a document with no root element,
18911891
the [=root font-relative lengths=] are resolved
1892-
assuming the initial values of the 'font' and 'line-height' properties..
1892+
assuming the initial values of the 'font' and 'line-height' properties.
1893+
1894+
Note: Font-relative units such as 'ch' and 'ic' can trigger font downloads,
1895+
if a required font is not yet loaded.
18931896

18941897
Some user-agents allow users to apply additional restrictions to font sizes in a document,
18951898
such as setting minimum font sizes to ensure readability.

0 commit comments

Comments
 (0)