We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0f2eb commit 604d615Copy full SHA for 604d615
css-values-4/Overview.bs
@@ -3086,7 +3086,7 @@ 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% + 1px)'' resolves to ''calc(1px + 0%)'',
+ e.g. ''calc(100% - 100% + 1px)'' resolves to ''calc(0% + 1px)'',
3090
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>),
0 commit comments