File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -926,13 +926,15 @@ <h3 id="font-size-prop">Font size: the <a href="#propdef-font-size">font-size</a
926926 agent may have to extrapolate table values if the numerical value
927927 goes beyond the keywords.
928928
929- < dt > < dfn data-dfn-type =value data-dfn-for =font-size id ="length-percentage-size-value "> < var > <length-percentage></ var > </ dfn >
930- < dd > < p > A length value specifies an absolute font size
929+ < dt > < a href ="https://drafts.csswg.org/css-values-4/#typedef-length-percentage "
930+ id ="length-percentage-size-value "> < var > <length-percentage></ var > </ a >
931+ < dd > < p > A length value [[!CSS-VALUES-4]] specifies an absolute font size
931932 (independent of the user agent's font table).
932933 Negative lengths are invalid.
933934 < p > A percentage value specifies an absolute font size relative
934935 to the parent element's font size. Use of percentage values, or
935- values in 'em's, leads to more robust and cascadable style sheets.
936+ values in < a class ="css " data-link-type ="maybe " href ="https://drafts.csswg.org/css-values-4/#em " id ="ref-for-em "> em</ a > s,
937+ leads to more robust and cascadable style sheets.
936938 Negative percentages are invalid.
937939 </ dl >
938940
You can’t perform that action at this time.
0 commit comments