[csswg-drafts] [css-round-display][mediaquery] Properly define 'viewport-fit'

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

== [css-round-display][mediaquery] Properly define 'viewport-fit' ==
I modified the draft about 
[viewport-fit](https://drafts.csswg.org/css-round-display/#viewport-fit-descriptor)
 to apply the resolution we made at the SF f2f.  (Check the resolution
 in 
[here](https://lists.w3.org/Archives/Public/www-style/2016May/0233.html))

I have some unclear things related to it: 
- When viewport-fit: auto, is it right that the initial viewport will 
not change?
- The result of the examples below have the same meanings?
   - `@viewport (viewport-fit: cover) { ... }`
   - `@viewport (width: auto) { ... }` 

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

Received on Wednesday, 8 June 2016 08:09:38 UTC