File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -546,8 +546,8 @@ <h4 id="font-relative-lengths">
546546 the font-relative lengths refer to the computed font metrics of the
547547 element on which they are used.
548548 The exception is when they occur in the value of the 'font-size' property
549- itself, in which case they refer to the font metrics of the parent element
550- (or the font metrics corresponding to the initial values of the 'font'
549+ itself, in which case they refer to the computed font metrics of the parent element
550+ (or the computed font metrics corresponding to the initial values of the 'font'
551551 property, if the element has no parent).
552552
553553 < dl >
@@ -563,7 +563,7 @@ <h4 id="font-relative-lengths">
563563 other hand:
564564 < pre > h1 { font-size: 1.2em }</ pre >
565565 < p > means that the font size of < code > h1</ code > elements will be 20%
566- greater than the font size inherited by < code > h1</ code > elements.</ p >
566+ greater than the computed font size inherited by < code > h1</ code > elements.</ p >
567567 </ div >
568568
569569 < dt > < dfn title ="ex "> ex unit</ dfn >
You can’t perform that action at this time.
0 commit comments