Skip to content

Commit b0afdf4

Browse files
committed
[css-values-4] fix copypaste error. Fixes #2347.
1 parent 7868271 commit b0afdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ Font-relative lengths: the ''em'', ''ex'', ''cap'', ''ch'', ''ic'', ''rem'', ''l
986986
The cap-height of a font can be found in different ways.
987987
Some fonts contain reliable metrics for the cap-height.
988988
If reliable font metrics are not available,
989-
UAs may determine the cap-height from the height of a lowercase glyph.
989+
UAs may determine the cap-height from the height of an uppercase glyph.
990990
One possible heuristic is to look at
991991
how far the glyph for the uppercase “O” extends below the baseline,
992992
and subtract that value from the top of its bounding box.

0 commit comments

Comments
 (0)