Skip to content

Commit

Permalink
[css-values-4] Fix the numeric type. #7486
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Oct 10, 2022
1 parent 66a3197 commit cc71452
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3927,13 +3927,13 @@ Type Checking</h3>
is the result of [=add two types|adding the types=]
of its comma-separated [=calculations=].
* The [=CSSNumericValue/type=] of a ''sign()'' expression
is «[ "number" → 1 ]».
is «[ ]» (empty map).
* The [=CSSNumericValue/type=] of a ''sin()'', ''cos()'', or ''tan()'' expression
is «[ "number" → 1 ]».
is «[ ]» (empty map).
* The [=CSSNumericValue/type=] of an ''asin()'', ''acos()'', ''atan()'', or ''atan2()'' expression
is «[ "angle" → 1 ]».
is «[ ]» (empty map).
* The [=CSSNumericValue/type=] of a ''pow()'', ''sqrt()'', ''log()'', or ''exp()'' expression
is «[ "number" → 1 ]».
is «[ ]» (empty map).

For each of the above,
if the [=CSSNumericValue/type=] is failure,
Expand Down

0 comments on commit cc71452

Please sign in to comment.