Skip to content

Commit 7db3d58

Browse files
committed
[typed-om] Clarify that equality comparison is order-dependent. Fixes w3c#681.
1 parent f677a0c commit 7db3d58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-typed-om/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,9 +1106,10 @@ The following are the arithmetic operations you can perform on dimensions:
11061106
return `false`.
11071107

11081108
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`
1109+
is not an [=equal numeric value=]
1110+
to the [=list/item=] in |value2|’s {{CSSMathSum/values}} internal slot
1111+
at the same index,
1112+
return `false`.
11121113

11131114
3. Return `true`.
11141115

0 commit comments

Comments
 (0)