We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba240d commit d014ab9Copy full SHA for d014ab9
1 file changed
css-values-4/Overview.bs
@@ -3086,8 +3086,8 @@ Computed Value</h3>
3086
3087
Where percentages are not resolved at computed-value time,
3088
they are not resolved in [=math functions=],
3089
- e.g. ''calc(100% - 100% + 1em)'' resolves to ''calc(1em + 0%)'',
3090
- not to ''1em''.
+ e.g. ''calc(100% - 100% + 1px)'' resolves to ''calc(1px + 0%)'',
+ not to ''1px''.
3091
If there are special rules for computing percentages in a value
3092
(e.g. <a href="https://www.w3.org/TR/CSS21/visudet.html#the-height-property">the <css>height</css> property</a>),
3093
they apply whenever a [=math function=] contains percentages.
0 commit comments