We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457e36d commit 3640082Copy full SHA for 3640082
1 file changed
css-values-4/Overview.bs
@@ -3284,10 +3284,11 @@ Sign-Related Functions: ''abs()'', ''sign()''</h3>
3284
3285
The <dfn lt="abs()">abs(A)</dfn> function
3286
contains one [=calculation=] A,
3287
- and returns the absolute value of A
3288
- (if A is non-negative, just A;
3289
- if A is negative, ''-1 * A'')
3290
- as the same [=CSSNumericValue/type=] as the input.
+ and returns the absolute value of A,
+ as the same [=CSSNumericValue/type=] as the input:
+ if A is positive, just A again;
+ if A is zero, 0⁺;
3291
+ if A is negative, ''-1 * A''.
3292
3293
The <dfn lt="sign()">sign(A)</dfn> function
3294
0 commit comments