We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b3ab9 commit 1e63771Copy full SHA for 1e63771
css-typed-om/Overview.bs
@@ -968,7 +968,7 @@ The following are the arithmetic operations you can perform on dimensions:
968
* ''calc(1px * 2em)'' becomes `«(2, «["em" → 1, "px" → 1]»)»`
969
* ''calc(1px + 1deg)'' can't be represented as a [=sum value=]
970
because it's an invalid computation
971
- * ''calc(1px * 1deg)'' becomes `«(2, «["deg" → 1, "px" → 1]»)»`
+ * ''calc(1px * 2deg)'' becomes `«(2, «["deg" → 1, "px" → 1]»)»`
972
</div>
973
974
To <dfn lt="create a sum value|creating a sum value">create a sum value</dfn> from a {{CSSNumericValue}} |this|,
0 commit comments