Skip to content

Commit cc71452

Browse files
committed
[css-values-4] Fix the numeric type. #7486
1 parent 66a3197 commit cc71452

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-values-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3927,13 +3927,13 @@ Type Checking</h3>
39273927
is the result of [=add two types|adding the types=]
39283928
of its comma-separated [=calculations=].
39293929
* The [=CSSNumericValue/type=] of a ''sign()'' expression
3930-
is «[ "number" → 1 ]».
3930+
is «[ ]» (empty map).
39313931
* The [=CSSNumericValue/type=] of a ''sin()'', ''cos()'', or ''tan()'' expression
3932-
is «[ "number" → 1 ]».
3932+
is «[ ]» (empty map).
39333933
* The [=CSSNumericValue/type=] of an ''asin()'', ''acos()'', ''atan()'', or ''atan2()'' expression
3934-
is «[ "angle" → 1 ]».
3934+
is «[ ]» (empty map).
39353935
* The [=CSSNumericValue/type=] of a ''pow()'', ''sqrt()'', ''log()'', or ''exp()'' expression
3936-
is «[ "number" → 1 ]».
3936+
is «[ ]» (empty map).
39373937

39383938
For each of the above,
39393939
if the [=CSSNumericValue/type=] is failure,

0 commit comments

Comments
 (0)