[csswg-drafts] [css-device-adapt] Clarification about device-height and device-width (#4085)

karlcow has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-device-adapt] Clarification about device-height and device-width ==
The specification doesn't make it clear if `width` and `height` can be mixed up.
https://drafts.csswg.org/css-device-adapt/#width-and-height-properties

```html
<meta name="viewport" content="width=device-height">
```

```html
<meta name="viewport" content="height=device-width">
```

if they are invalid, they should be treated as step 4.
> Other keywords and unknown values translate to 1px 

but if they are valid, what do they mean?



Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4085 using your GitHub account

Received on Friday, 5 July 2019 00:24:17 UTC