diff --git a/css-values-4/Overview.bs b/css-values-4/Overview.bs index 474d6ce1f36e..96915a2dd864 100644 --- a/css-values-4/Overview.bs +++ b/css-values-4/Overview.bs @@ -3086,7 +3086,7 @@ Computed Value Where percentages are not resolved at computed-value time, they are not resolved in [=math functions=], - e.g. ''calc(100% - 100% + 1px)'' resolves to ''calc(1px + 0%)'', + e.g. ''calc(100% - 100% + 1px)'' resolves to ''calc(0% + 1px)'', not to ''1px''. If there are special rules for computing percentages in a value (e.g. the height property),