Skip to content

Commit 1dd240a

Browse files
committed
Clarified that a few font-relative things were 'computed'.
1 parent d42200c commit 1dd240a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css3-values/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)