[css3-conditional] Change 'media query' to 'media query list'.

Tue, 09 Oct 2012 14:19:59 -0700

author
Tab Atkins Jr. <jackalmage@gmail.com>
date
Tue, 09 Oct 2012 14:19:59 -0700
changeset 6830
eb9aa921aa39
parent 6829
2c0ed7c22af3
child 6831
9c2d1f0fb0d2

[css3-conditional] Change 'media query' to 'media query list'.

css3-conditional/Overview.html file | annotate | diff | comparison | revisions
css3-conditional/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-conditional/Overview.html	Tue Oct 09 14:14:55 2012 -0700
     1.2 +++ b/css3-conditional/Overview.html	Tue Oct 09 14:19:59 2012 -0700
     1.3 @@ -497,7 +497,7 @@
     1.4    <p>The <dfn id=atmedia-rule>‘<code class=css>@media</code>’ rule</dfn>
     1.5     is a conditional group rule whose condition is a media query. It consists
     1.6     of the at-keyword ‘<code class=css>@media</code>’ followed by a
     1.7 -   (possibly empty) media query (as defined in <a href="#MEDIAQ"
     1.8 +   (possibly empty) media query list (as defined in <a href="#MEDIAQ"
     1.9     rel=biblioentry>[MEDIAQ]<!--{{!MEDIAQ}}--></a>), followed by a group rule
    1.10     body. The condition of the rule is the result of the media query.
    1.11  
     2.1 --- a/css3-conditional/Overview.src.html	Tue Oct 09 14:14:55 2012 -0700
     2.2 +++ b/css3-conditional/Overview.src.html	Tue Oct 09 14:19:59 2012 -0700
     2.3 @@ -307,7 +307,7 @@
     2.4  
     2.5  <p>The <dfn>'@media' rule</dfn> is a conditional group rule whose
     2.6  condition is a media query.  It consists of the at-keyword
     2.7 -'@media' followed by a (possibly empty) media query (as
     2.8 +'@media' followed by a (possibly empty) media query list (as
     2.9  defined in [[!MEDIAQ]]), followed by a group rule body.  The condition
    2.10  of the rule is the result of the media query.</p>
    2.11  

mercurial