Re: [css3-mediaqueries] Rounding

Also sprach fantasai:

 > Today we discussed how imprecision in device hardware results in
 > display widths and heights that are not *exactly* in line with the
 > nominal width and height. It was suggested that we should allow
 > some fuzz factor in media query matching for this reason.

You can express fuzziness today throgh ranges, e.g.:

   @media (min-width: 100px) and (max-width: 150px) { ... }

By adding fuzziness you make it impossible to make exact queries. 

Also, it's a quite radical change at this stage. 

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Wednesday, 9 January 2008 16:39:56 UTC