Skip to content

Commit d359f0c

Browse files
committed
[css-values-4] Teensy negative lengths will round to -1 #13794
1 parent 7b17352 commit d359f0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,7 @@ Distance Units: the <<length>> type</h2>
18051805
do nothing.
18061806

18071807
2. If the absolute value of |len| is greater than zero, but less than 1 [=device pixel=],
1808-
round it away from zero to 1 [=device pixel=].
1808+
round it away from zero to 1 or -1 [=device pixel=].
18091809

18101810
4. If the absolute value of |len| is greater than 1 [=device pixel=],
18111811
round it towards zero to the nearest integer number of [=device pixels=].

0 commit comments

Comments
 (0)