css-conditional/Overview.src.html

changeset 7862
9c11758e9fb5
parent 7856
589545d6b465
child 7863
b37f9017599f
     1.1 --- a/css-conditional/Overview.src.html	Fri Mar 29 17:06:24 2013 +0100
     1.2 +++ b/css-conditional/Overview.src.html	Fri Mar 29 14:37:39 2013 -0700
     1.3 @@ -307,7 +307,7 @@
     1.4  
     1.5  <h2 id="at-media">Media-specific style sheets:  the '@media' rule</h2>
     1.6  
     1.7 -<p>The <dfn>'@media' rule</dfn> is a conditional group rule whose
     1.8 +<p>The <dfn id="atmedia-rule">'@media' rule</dfn> is a conditional group rule whose
     1.9  condition is a media query.  It consists of the at-keyword
    1.10  '@media' followed by a (possibly empty) media query list (as
    1.11  defined in [[!MEDIAQ]]), followed by a group rule body.  The condition
    1.12 @@ -347,7 +347,7 @@
    1.13  
    1.14  <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
    1.15  
    1.16 -<p>The <dfn>'@supports' rule</dfn> is a conditional group
    1.17 +<p>The <dfn id="atsupports-rule">'@supports' rule</dfn> is a conditional group
    1.18  rule whose condition tests whether the user agent supports CSS
    1.19  property:value pairs.  Authors can use it to write style sheets that use
    1.20  new features when available but degrade gracefully when those features

mercurial