Re: [manifest] Add recommended width and height (#310)

@yejingfu @kenchris, sorry: do you think width/height should be the size at which the window opens? The min/width and height still need to be restricted by the UA, given platform conventions (the system/UA can't guaranteed the minimum or even the requested size). 

If the width and height are smaller/larger than allowed by the UA/System, the UA makes width and height the min/max allowed. Fitting the context to size doesn't make much sense anyway, as the content can be zoomed in (with ctrl-+ or having a larger base font-size). Hence, control of the content width/height internally to the window should be controlled with CSS (max/max-width/height and overflow). 

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/310#issuecomment-75903812

Received on Wednesday, 25 February 2015 04:29:23 UTC