Skip to content

Commit 09a8a67

Browse files
author
litherum
committed
[css-fonts-4] font-min-size and font-max-size affect the computed value of font-size
1 parent 82057cf commit 09a8a67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-fonts-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,9 @@ The actual value of this property might differ from the computed
717717
value due a numerical value on 'font-size-adjust' and the
718718
unavailability of certain font sizes.
719719

720+
The computed value of this property is affected by the computed value of 'font-min-size'
721+
and 'font-max-size'.
722+
720723
Child elements inherit the computed 'font-size' value (otherwise, the
721724
effect of 'font-size-adjust' would compound).
722725

@@ -766,7 +769,7 @@ If the 'font-min-size' property is computed to be larger than the 'font-max-size
766769

767770
Users with accessibility preferences can set this in a user-agent style sheet to force websites' text to become larger.
768771

769-
These two properties have no effect on the computed value of 'font-size'.
772+
The computed value of these two properties effect the computed value of 'font-size'.
770773

771774
<h3 id="font-size-adjust-prop">
772775
Relative sizing: the 'font-size-adjust' property</h3>

0 commit comments

Comments
 (0)