Re: [csswg-drafts] [css-sizing-4][css-grid-2][css-align-4] Rename 'ar' unit?

What if we didn't add a new unit type exactly, but made it so box size properties could instead just accept a "unit-less" float that always represents the ratio/relationship of the dimension of the property it is declared upon to its opposing axis? Or possibly always block to inline size regardless of declared property?

```css
height: 2;
```
```css
width: calc(1 / 3);
```
```css
block-size: 1.5
```
```css
min-inline-size: 3
```
I know this is still adding a new *unit, just a slightly different way about the syntax?

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

Received on Thursday, 18 October 2018 22:06:14 UTC