- From: Kai Hendry <hendry@aplixcorp.com>
- Date: Wed, 21 May 2008 10:27:28 +0100
- To: public-mwts@w3.org
http://my.opera.com/dstorey/blog/iphone-and-developing-for-mobile I noticed that "@media handheld" is not supported by the Apple Iphone (woo!). A recent Opera video does not use @media handheld either. http://www.opera.com/b2b/solutions/widgets/video/ The problem I have with min-width is that I do not understand it: """ Fluid page widths, defined in percent of the screen width, often depend on the min-width and max-width properties to avoid turning unreadable on small screens. The former property is tested here. """ Could this be clearer? How does that map to CSS like: @media all and (max-device-width: 600px) ? Should we not just test "@media handheld"? I found this: http://lists.w3.org/Archives/Public/public-mwts/2007Nov/0029.html But I didn't see where it went. Thanks!
Received on Wednesday, 21 May 2008 09:28:07 UTC