Re: [css-houdini-drafts] [css-typed-om-1] "equal numeric values" algorithm is possibly problematic

Yeah by corresponding, I actually meant `list1[i] == list2[i] for all i` (there's probably a better word for this). Currently in Blink's implementation, order matters (so `CSSMathSum(1px, 2px) != CSSMathSum(2px, 1px)`). We'll probably have to decide on #682 first.

-- 
GitHub Notification of comment by darrnshn
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/681#issuecomment-366131064 using your GitHub account

Received on Friday, 16 February 2018 02:52:11 UTC