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.
1 parent f677a0c commit 7db3d58Copy full SHA for 7db3d58
css-typed-om/Overview.bs
@@ -1106,9 +1106,10 @@ The following are the arithmetic operations you can perform on dimensions:
1106
return `false`.
1107
1108
2. If any [=list/item=] in |value1|'s {{CSSMathSum/values}} internal slot
1109
- does not have a corresponding [=list/item=] in |value2|’s {{CSSMathSum/values}} internal slot
1110
- that is an [=equal numeric value=],
1111
- return `false`
+ is not an [=equal numeric value=]
+ to the [=list/item=] in |value2|’s {{CSSMathSum/values}} internal slot
+ at the same index,
1112
+ return `false`.
1113
1114
3. Return `true`.
1115
0 commit comments