- From: Bert Bos <bert@w3.org>
- Date: Tue, 28 Aug 2007 19:29:23 +0200
- To: www-style@w3.org
On Tuesday 21 August 2007 20:07, fantasai wrote: > Proposed changes: > > http://www.w3.org/TR/css3-mediaqueries/#device-aspect-ratio > > # In this specification, aspect ratio is defined as the number of > # horizontal pixels over the number of vertical pixels. > > change to > > | In this specification, aspect ratio is defined as the horizontal > | length of the device's display divided by its vertical length. I agree. > > http://www.w3.org/TR/css3-mediaqueries/#resolution > > # The ‘resolution’ media feature describes the resolution of the > # output device, i.e. the density of the pixels. > > Add > > | When querying devices with non-square pixels, in > | 'min-resolution' queries the least-dense dimension must be > | compared to the specified value and in 'max-resolution' queries > | the most-dense dimensions must be compared instead. A fixed > | 'resolution' query never matches a device with non-square > | pixels. > > (Alternatively we could allow two values to query each dimension > independently, but I don't think this is useful.) I don't really have any intuition for what I want to happen if I design for a specific minimum resolution. This definition seems reasonable and it removes the ambiguity. Bert -- Bert Bos ( W 3 C ) http://www.w3.org/ http://www.w3.org/people/bos W3C/ERCIM bert@w3.org 2004 Rt des Lucioles / BP 93 +33 (0)4 92 38 76 92 06902 Sophia Antipolis Cedex, France
Received on Tuesday, 28 August 2007 17:29:30 UTC