Skip to content

Commit 604d615

Browse files
committed
[css-values-4] Percentage before pixels
resolves w3c#3806
1 parent bd0f2eb commit 604d615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,7 @@ Computed Value</h3>
30863086

30873087
Where percentages are not resolved at computed-value time,
30883088
they are not resolved in [=math functions=],
3089-
e.g. ''calc(100% - 100% + 1px)'' resolves to ''calc(1px + 0%)'',
3089+
e.g. ''calc(100% - 100% + 1px)'' resolves to ''calc(0% + 1px)'',
30903090
not to ''1px''.
30913091
If there are special rules for computing percentages in a value
30923092
(e.g. <a href="https://www.w3.org/TR/CSS21/visudet.html#the-height-property">the <css>height</css> property</a>),

0 commit comments

Comments
 (0)