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 6e1b9f8 commit 52bad46Copy full SHA for 52bad46
css-values-5/Overview.bs
@@ -894,9 +894,8 @@ Normalizing Mix Percentages</h3>
894
2. For each omitted percentage in |items|,
895
set it to
896
<code>(100% - |specified sum|) / (number of omitted percentages)</code>.
897
- 3. Let |total| be the sum of the percentages of all the items,
898
- clamped to 100%.
899
- 4. If |total| is greater than 0%,
+ 3. Let |total| be the sum of the percentages of all the items.
+ 4. If |total| is greater than 100%,
900
or if |total| is greater than 0% and the |force normalization| flag is true,
901
multiply every percentage in |items| by <code>(100% / |total|)</code>.
902
5. If |total| is less than 100%,
0 commit comments