Re: [csswg-drafts] [css-values] Calc serialization of subtractions (#3335)

I'm ok with this suggestion (if most various WPTs expect the former).
i.e. `calc(100% - 200px)` and leave a specified value like calc(100% + max(-10%, -200px)) unchanged

Just notice there are some WPTs using something like`calc(100% + -200px)` and others using `calc(100% - 200px)`. These two inconsistent formats should be fixed. ;(

-- 
GitHub Notification of comment by BorisChiou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3335#issuecomment-516533766 using your GitHub account

Received on Tuesday, 30 July 2019 18:17:36 UTC