- From: Darren Shen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 31 Jan 2018 04:50:55 +0000
- To: public-houdini-archive@w3.org
@tabatkins I went through the new algorithm manually to write some tests, looks good! I think the only 'weird' case is `CSSMathSum(CSSMathNegate(1), 2, 3)` which would give `calc((-1) + 2 + 3)` instead of, say, `calc(-1 + 2 + 3)`. However, I think the former is better as it explicitly reflects the original structure and is more readable. -- GitHub Notification of comment by darrnshn Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/489#issuecomment-361823205 using your GitHub account
Received on Wednesday, 31 January 2018 04:51:43 UTC