[css3-mediaqueries] Updated CR of Media Queries

The CSS WG published an update of the Candidate Recommendation of Media 
Queries last week. The index of W3C specifications 
(http://www.w3.org/TR) pointed to the wrong document for a few days, 
but that is now fixed:

    http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/

Relative to the previous version, the text has been improved in several 
places (some text moved to a more logical place, terms are better 
coordinated with CSS 2.1, an informal reference to HTML5 was added, 
etc.), but there are no changes to any features, except that an empty 
media query is no longer an error:

    @media {... style rules... }

(It means 'all'.) The document now also has a link to a test suite: 
http://www.w3.org/Style/CSS/Test/MediaQueries/

The WG thinks there are probably sufficient implementations to progress 
to Proposed Recommendation and expects to have a corresponding 
implementation report in a few weeks. So if you have comments, please 
send them soon; in the next three weeks, if possible.


Comments, and especially implementation experience (relative to the test 
suite, e.g.) may be sent to this mailing list, <www-style@w3.org>. 
Please, start the subject line of e-mail messages with 
[css3-mediaqueries] (with the brackets), as I did on this message.



For the CSS WG,
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 Friday, 6 August 2010 12:29:08 UTC