Re: [csswg-drafts] [css-sizing] Adding a 'size' shorthand for 'width'/'height'

The issues are connected however, @tabatkins, because it could make 
sense to name them all `box-*` and combine them in a `box` shorthand 
property – or only add that. The syntax of an aspect ratio property or
 function should be discussed separately, though.

    <box>: <box-size> || <box-sizing>
    <box-size>: [ <width> <height>? | <width> <box-aspect> | 
<box-aspect> <height> | <box-aspect> ] /* = */
    <box-size>: [ <width> [ <height> | <box-aspect> ]? | <box-aspect> 
<height>? ]


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

Received on Friday, 23 December 2016 00:46:37 UTC