Re: [csswg-drafts] [css-flexbox][css-grid] Choose a single option for resolving padding and margin percent values of grid/flex items

Just in case, about the ratio problem...

In Sciter I've introduced width and height **functions**.

```
height: width(75%);
line-height: height(100%);
width: height(50%)
```
benefits are clear I think: no need for special units - the feature can be added without changing existing grammar definitions and parsers.

 


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

Received on Wednesday, 31 January 2018 04:02:56 UTC