Skip to content

Commit 3c43239

Browse files
committed
[css-values] Fix ID
1 parent a42be98 commit 3c43239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-values/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ Relative lengths</h3>
678678
Font-relative lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
679679

680680
Aside from ''rem'' (which refers to the font-size of the root element),
681-
the <dfn export id="font-relative length">font-relative lengths</dfn> refer to the font metrics of the element on which they are used.
681+
the <dfn export id="font-relative-length">font-relative lengths</dfn> refer to the font metrics of the element on which they are used.
682682
The exception is when they occur in the value of the 'font-size' property itself,
683683
in which case they refer to the computed font metrics of the parent element
684684
(or the computed font metrics corresponding to the initial values of the 'font' property,

0 commit comments

Comments
 (0)