From 604d61555325a86178c90c5bedb889fcd927c89f Mon Sep 17 00:00:00 2001
From: Eric Willigers
Date: Sun, 7 Apr 2019 06:01:12 +1000
Subject: [PATCH] [css-values-4] Percentage before pixels
resolves #3806
---
css-values-4/Overview.bs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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),