Yes, we're intending that min()/max() allow math in their arguments. > On the other hand, style of the form `height: calc(max(50px, 100vh - 35px));` `height: max(50px, calc(100vh - 35px));`, surely? Anyway, `height: max(50px, 100vh - 35px);` will be allowed. We discussed this exact case back in the meeting where we agreed to add it. I'll go ahead and work on the spec this afternoon. ^_^ -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1775#issuecomment-326684817 using your GitHub accountReceived on Friday, 1 September 2017 21:12:06 UTC
This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:26:42 UTC