We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CSSNumericValue.parse
1 parent a90bdcc commit 4fd00fbCopy full SHA for 4fd00fb
css-typed-om/Overview.bs
@@ -1695,8 +1695,13 @@ rather than on {{CSSNumericValue}} instances.
1695
or a [=math function=],
1696
[=throw=] a {{SyntaxError}}
1697
and abort this algorithm.
1698
+
1699
+ 3. If |result| is a <<dimension-token>>
1700
+ and [=creating a type=] from |result|'s unit returns failure,
1701
+ [=throw=] a {{SyntaxError}}
1702
+ and abort this algorithm.
1703
- 3. [=Reify a numeric value=] |result|,
1704
+ 4. [=Reify a numeric value=] |result|,
1705
and return the result.
1706
</div>
1707
0 commit comments