We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbe1c0 commit 37e36a8Copy full SHA for 37e36a8
1 file changed
css-values-4/Overview.bs
@@ -2647,6 +2647,13 @@ Rounding Values: ''round()''</h3>
2647
is equivalent to CSS's ''round(nearest, ...)'',
2648
or just ''round(...)''.
2649
2650
+ Note: The <<rounding-strategy>> keywords
2651
+ are the same as the keywords in 'block-step-size'
2652
+ and have the same behavior.
2653
+ ('block-step-size' just lacks ''to-zero'';
2654
+ since block sizes are always non-negative,
2655
+ ''to-zero'' and ''down'' would be identical.)
2656
+
2657
2658
<h4 id=round-infinities>
2659
Argument Ranges</h4>
0 commit comments