[csswg-drafts] [css-device-adapt] meta name="disable-adaptations"

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

== [css-device-adapt] meta name="disable-adaptations" ==
According to https://developer.apple.com/videos/play/wwdc2018/239/, WebKit on watchOS 5 will override `meta-name="viewport" content="width=X, initial-scale=Y` declarations, and present with a 320px-wide viewport (`initial-scale=0.49`) *unless* you say some new, magic words:

`<meta name="disable-adaptations" content="watch">`

With that, the watch presents using its actual, native, 156px-wide viewport.

[According to the spec](https://www.w3.org/TR/html/document-metadata.html#other-metadata-names), new `name` values should be registered on the [WHATWG wiki](https://wiki.whatwg.org/wiki/MetaExtensions).

And `disable-adaptations` should be specified...somewhere. Maybe in [CSS Device Adaptation](https://drafts.csswg.org/css-device-adapt/)?


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

Received on Friday, 8 June 2018 15:06:48 UTC