css-conditional/Overview.src.html

changeset 9511
ea517c04368d
parent 8736
25fb72251985
child 13838
6fe0da219444
     1.1 --- a/css-conditional/Overview.src.html	Sat Nov 09 17:41:21 2013 +0100
     1.2 +++ b/css-conditional/Overview.src.html	Sat Nov 09 14:32:58 2013 -0800
     1.3 @@ -318,7 +318,7 @@
     1.4  
     1.5  <h2 id="at-media">Media-specific style sheets:  the '@media' rule</h2>
     1.6  
     1.7 -<p>The <dfn id="atmedia-rule">'@media' rule</dfn> is a conditional group rule whose
     1.8 +<p>The <dfn data-dfn-type='at-rule' id="at-ruledef-media">@media</dfn> rule 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 @@ -358,7 +358,7 @@
    1.13  
    1.14  <h2 id="at-supports">Feature queries: the '@supports' rule</h2>
    1.15  
    1.16 -<p>The <dfn id="atsupports-rule">'@supports' rule</dfn> is a conditional group
    1.17 +<p>The <dfn data-dfn-type="at-rule" id="at-ruledef-supports">@supports</dfn> rule 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