@@ -1786,19 +1786,19 @@ Type Checking</h4>
1786
1786
<dl class=switch>
1787
1787
: <<number>>
1788
1788
: <<integer>>
1789
- :: [=CSSNumericValue/type=] is «[ ] » (empty map)
1789
+ :: the [=CSSNumericValue/type=] is «[ ] » (empty map)
1790
1790
: <<length>>
1791
- :: [=CSSNumericValue/type=] is «[ "length" → 1 ] »
1791
+ :: the [=CSSNumericValue/type=] is «[ "length" → 1 ] »
1792
1792
: <<angle>>
1793
- :: [=CSSNumericValue/type=] is «[ "angle" → 1 ] »
1793
+ :: the [=CSSNumericValue/type=] is «[ "angle" → 1 ] »
1794
1794
: <<time>>
1795
- :: [=CSSNumericValue/type=] is «[ "time" → 1 ] »
1795
+ :: the [=CSSNumericValue/type=] is «[ "time" → 1 ] »
1796
1796
: <<frequency>>
1797
- :: [=CSSNumericValue/type=] is «[ "frequency" → 1 ] »
1797
+ :: the [=CSSNumericValue/type=] is «[ "frequency" → 1 ] »
1798
1798
: <<resolution>>
1799
- :: [=CSSNumericValue/type=] is «[ "resolution" → 1 ] »
1799
+ :: the [=CSSNumericValue/type=] is «[ "resolution" → 1 ] »
1800
1800
: <<flex>>
1801
- :: [=CSSNumericValue/type=] is «[ "flex" → 1 ] »
1801
+ :: the [=CSSNumericValue/type=] is «[ "flex" → 1 ] »
1802
1802
: <<percentage>>
1803
1803
::
1804
1804
If, in the context in which the [=math function=] is placed,
@@ -1808,12 +1808,12 @@ Type Checking</h4>
1808
1808
the [=CSSNumericValue/type=] is determined as the other type.
1809
1809
1810
1810
Otherwise,
1811
- [=CSSNumericValue/type=] is «[ "percent" → 1 ] ».
1811
+ the [=CSSNumericValue/type=] is «[ "percent" → 1 ] ».
1812
1812
: anything else
1813
1813
:: The [=math function=] is invalid.
1814
- </dl>
1814
+ </dl>
1815
1815
1816
- In all cases, the associated [=percent hint=] is null.
1816
+ In all cases, the associated [=percent hint=] is null.
1817
1817
1818
1818
* The [=CSSNumericValue/type=] of a ''calc()'' expression
1819
1819
is the [=CSSNumericValue/type=] of its contained expression.
0 commit comments