css3-conditional/Overview.src.html

changeset 7102
a639091a0368
parent 7044
9d11abdafc7f
child 7104
11b7f2371aa3
     1.1 --- a/css3-conditional/Overview.src.html	Thu Dec 06 17:51:40 2012 -0800
     1.2 +++ b/css3-conditional/Overview.src.html	Thu Dec 06 17:52:12 2012 -0800
     1.3 @@ -847,13 +847,13 @@
     1.4  <p>The <dfn><code>CSSGroupingRule</code></dfn> interface represents an at-rule that contains other rules nested inside itself.
     1.5  
     1.6  <pre class='idl'>interface CSSGroupingRule : CSSRule {
     1.7 -    readonly attribute CSSRuleList cssRules;
     1.8 +    readonly attribute <a href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList">CSSRuleList</a> cssRules;
     1.9      unsigned long insertRule (DOMString rule, unsigned long index);
    1.10      void deleteRule (unsigned long index);
    1.11  }</pre>
    1.12  
    1.13  <dl class='idl-attributes'>
    1.14 -  <dt><code>cssRules</code> of type <code>CSSRuleList</code>, readonly
    1.15 +  <dt><code>cssRules</code> of type <code><a href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList">CSSRuleList</a></code>, readonly
    1.16    <dd>The <code>cssRules</code> attribute must return a <code>CSSRuleList</code>
    1.17      object for the list of CSS rules nested inside the grouping rule.
    1.18  </dl>
    1.19 @@ -916,11 +916,11 @@
    1.20  <p>The <dfn><code>CSSMediaRule</code></dfn> interface represents a ''@media'' rule:
    1.21  
    1.22  <pre class='idl'>interface CSSMediaRule : CSSConditionRule {
    1.23 -    readonly attribute MediaList media;
    1.24 +    readonly attribute <a href="http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-MediaList">MediaList</a> media;
    1.25  }</pre>
    1.26  
    1.27  <dl class='idl-attributes'>
    1.28 -  <dt><code>media</code> of type <code>MediaList</code>, readonly
    1.29 +  <dt><code>media</code> of type <code><a href="http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-MediaList">MediaList</a></code>, readonly
    1.30    <dd>The <code>media</code> attribute must return a <code>MediaList</code> object
    1.31      for the list of media queries specified with the ''@media'' rule.
    1.32  

mercurial