Re: [csswg-drafts] [css-grid] aspect ratio units needed

Instead of introducing the 'ar' unit which can relate height to width or relate width to height, code would be easier to read if 'w' is used for width and 'h' is used for height.  So for example;
```
div {
  min-height: 1w;
}
article {
 max-width: 1.5h
}

```

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

Received on Monday, 22 October 2018 18:42:59 UTC