[css3-conditional] Link to definitions of CSSRuleList and MediaList.

Thu, 06 Dec 2012 17:52:12 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 06 Dec 2012 17:52:12 -0800
changeset 7102
a639091a0368
parent 7101
83634d890cb6
child 7103
c1b03e554bb4

[css3-conditional] Link to definitions of CSSRuleList and MediaList.

Per http://lists.w3.org/Archives/Public/www-style/2012Nov/0330.html

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	Thu Dec 06 17:51:40 2012 -0800
     1.2 +++ b/css3-conditional/Overview.html	Thu Dec 06 17:52:12 2012 -0800
     1.3 @@ -12,11 +12,11 @@
     1.4     rel=dcterms.rights>
     1.5    <meta content="CSS Conditional Rules Module Level 3" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2012-11-16 name=dcterms.issued>
     1.8 +  <meta content=2012-12-07 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-conditional/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 -  <meta content="http://www.w3.org/TR/2012/WD-css3-conditional-20121116/"
    1.13 +  <meta content="http://www.w3.org/TR/2012/WD-css3-conditional-20121207/"
    1.14     name=dcterms.identifier>
    1.15    <link href="../default.css" rel=stylesheet type="text/css">
    1.16    <link href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=stylesheet
    1.17 @@ -32,14 +32,14 @@
    1.18  
    1.19     <h1>CSS Conditional Rules Module Level 3</h1>
    1.20  
    1.21 -   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 16 November
    1.22 +   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 7 December
    1.23      2012</h2>
    1.24  
    1.25     <dl>
    1.26      <dt>This version:
    1.27  
    1.28 -    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121116/">
    1.29 -     http://www.w3.org/TR/2012/WD-css3-conditional-20121116/</a>
    1.30 +    <dd><a href="http://www.w3.org/TR/2012/WD-css3-conditional-20121207/">
    1.31 +     http://www.w3.org/TR/2012/WD-css3-conditional-20121207/</a>
    1.32  
    1.33      <dt>Latest version:
    1.34  
    1.35 @@ -1091,13 +1091,16 @@
    1.36     represents an at-rule that contains other rules nested inside itself.
    1.37  
    1.38    <pre class=idl>interface CSSGroupingRule : CSSRule {
    1.39 -    readonly attribute CSSRuleList cssRules;
    1.40 +    readonly attribute <a
    1.41 +   href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList">CSSRuleList</a> cssRules;
    1.42      unsigned long insertRule (DOMString rule, unsigned long index);
    1.43      void deleteRule (unsigned long index);
    1.44  }</pre>
    1.45  
    1.46    <dl class=idl-attributes>
    1.47 -   <dt><code>cssRules</code> of type <code>CSSRuleList</code>, readonly
    1.48 +   <dt><code>cssRules</code> of type <code><a
    1.49 +    href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList">CSSRuleList</a></code>,
    1.50 +    readonly
    1.51  
    1.52     <dd>The <code>cssRules</code> attribute must return a
    1.53      <code>CSSRuleList</code> object for the list of CSS rules nested inside
    1.54 @@ -1167,12 +1170,14 @@
    1.55     represents a ‘<code class=css>@media</code>’ rule:
    1.56  
    1.57    <pre class=idl>interface CSSMediaRule : CSSConditionRule {
    1.58 -    readonly attribute MediaList media;
    1.59 +    readonly attribute <a
    1.60 +   href="http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-MediaList">MediaList</a> media;
    1.61  }</pre>
    1.62  
    1.63    <dl class=idl-attributes>
    1.64 -   <dt><a href="#media"><code>media</code></a> of type
    1.65 -    <code>MediaList</code>, readonly
    1.66 +   <dt><a href="#media"><code>media</code></a> of type <code><a
    1.67 +    href="http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-MediaList">MediaList</a></code>,
    1.68 +    readonly
    1.69  
    1.70     <dd>The <a href="#media"><code>media</code></a> attribute must return a
    1.71      <code>MediaList</code> object for the list of media queries specified
    1.72 @@ -1546,79 +1551,79 @@
    1.73  
    1.74    <ul class=indexlist>
    1.75     <li>conditional group rules, <a href="#conditional-group-rules"
    1.76 -    title="conditional group rules"><strong>2.</strong></a>
    1.77 +    title="section 2."><strong>2.</strong></a>
    1.78  
    1.79     <li>conformance
    1.80      <ul>
    1.81       <li>authoring tool, <a href="#conform-authoring-tool"
    1.82 -      title="conformance, authoring tool"><strong>8.2.</strong></a>
    1.83 +      title="section 8.2."><strong>8.2.</strong></a>
    1.84  
    1.85       <li>processor, <a href="#conform-processor"
    1.86 -      title="conformance, processor"><strong>8.2.</strong></a>
    1.87 +      title="section 8.2."><strong>8.2.</strong></a>
    1.88  
    1.89       <li>style sheet, <a href="#conform-style-sheet"
    1.90 -      title="conformance, style sheet"><strong>8.2.</strong></a>
    1.91 +      title="section 8.2."><strong>8.2.</strong></a>
    1.92      </ul>
    1.93  
    1.94     <li><a href="#CSS-interface"><code>CSS</code></a>, <a
    1.95 -    href="#CSS-interface" title=CSS><strong>7.6.</strong></a>
    1.96 +    href="#CSS-interface" title="section 7.6."><strong>7.6.</strong></a>
    1.97  
    1.98     <li><a href="#cssconditionrule"><code>CSSConditionRule</code></a>, <a
    1.99 -    href="#cssconditionrule" title=CSSConditionRule><strong>7.3.</strong></a>
   1.100 +    href="#cssconditionrule" title="section 7.3."><strong>7.3.</strong></a>
   1.101  
   1.102     <li><a href="#cssgroupingrule"><code>CSSGroupingRule</code></a>, <a
   1.103 -    href="#cssgroupingrule" title=CSSGroupingRule><strong>7.2.</strong></a>
   1.104 +    href="#cssgroupingrule" title="section 7.2."><strong>7.2.</strong></a>
   1.105  
   1.106     <li><a href="#cssmediarule"><code>CSSMediaRule</code></a>, <a
   1.107 -    href="#cssmediarule" title=CSSMediaRule><strong>7.4.</strong></a>
   1.108 +    href="#cssmediarule" title="section 7.4."><strong>7.4.</strong></a>
   1.109  
   1.110     <li><a href="#csssupportsrule"><code>CSSSupportsRule</code></a>, <a
   1.111 -    href="#csssupportsrule" title=CSSSupportsRule><strong>7.5.</strong></a>
   1.112 +    href="#csssupportsrule" title="section 7.5."><strong>7.5.</strong></a>
   1.113  
   1.114     <li>general_enclosed, <a href="#general_enclosed"
   1.115 -    title="general_enclosed"><strong>6.</strong></a>
   1.116 +    title="section 6."><strong>6.</strong></a>
   1.117  
   1.118     <li>group rule body, <a href="#group-rule-body"
   1.119 -    title="group rule body"><strong>3.</strong></a>
   1.120 +    title="section 3."><strong>3.</strong></a>
   1.121  
   1.122     <li>group_rule_body, <a href="#group_rule_body"
   1.123 -    title="group_rule_body"><strong>3.</strong></a>
   1.124 +    title="section 3."><strong>3.</strong></a>
   1.125  
   1.126 -   <li>media, <a href="#media" title=media><strong>5.</strong></a>
   1.127 +   <li>media, <a href="#media" title="section 5."><strong>5.</strong></a>
   1.128  
   1.129     <li>‘<code class=css>@media</code>’ rule, <a href="#atmedia-rule"
   1.130 -    title="'@media' rule"><strong>5.</strong></a>
   1.131 +    title="section 5."><strong>5.</strong></a>
   1.132  
   1.133     <li>nested_statement, <a href="#nested_statement"
   1.134 -    title="nested_statement"><strong>3.</strong></a>
   1.135 +    title="section 3."><strong>3.</strong></a>
   1.136  
   1.137     <li>support, <a href="#dfn-support"
   1.138 -    title=support><strong>6.1.</strong></a>
   1.139 +    title="section 6.1."><strong>6.1.</strong></a>
   1.140  
   1.141     <li>supports_condition, <a href="#supports_condition"
   1.142 -    title="supports_condition"><strong>6.</strong></a>
   1.143 +    title="section 6."><strong>6.</strong></a>
   1.144  
   1.145     <li>supports_condition_in_parens, <a href="#supports_condition_in_parens"
   1.146 -    title="supports_condition_in_parens"><strong>6.</strong></a>
   1.147 +    title="section 6."><strong>6.</strong></a>
   1.148  
   1.149     <li>supports_conjunction, <a href="#supports_conjunction"
   1.150 -    title="supports_conjunction"><strong>6.</strong></a>
   1.151 +    title="section 6."><strong>6.</strong></a>
   1.152  
   1.153     <li>supports_declaration_condition, <a
   1.154      href="#supports_declaration_condition"
   1.155 -    title="supports_declaration_condition"><strong>6.</strong></a>
   1.156 +    title="section 6."><strong>6.</strong></a>
   1.157  
   1.158     <li>supports_disjunction, <a href="#supports_disjunction"
   1.159 -    title="supports_disjunction"><strong>6.</strong></a>
   1.160 +    title="section 6."><strong>6.</strong></a>
   1.161  
   1.162     <li>supports_negation, <a href="#supports_negation"
   1.163 -    title="supports_negation"><strong>6.</strong></a>
   1.164 +    title="section 6."><strong>6.</strong></a>
   1.165  
   1.166     <li>‘<code class=css>@supports</code>’ rule, <a
   1.167 -    href="#atsupports-rule" title="'@supports' rule"><strong>6.</strong></a>
   1.168 +    href="#atsupports-rule" title="section 6."><strong>6.</strong></a>
   1.169  
   1.170     <li>supports_rule, <a href="#supports_rule"
   1.171 -    title="supports_rule"><strong>6.</strong></a>
   1.172 +    title="section 6."><strong>6.</strong></a>
   1.173    </ul>
   1.174    <!--end-index-->
   1.175  </html>
     2.1 --- a/css3-conditional/Overview.src.html	Thu Dec 06 17:51:40 2012 -0800
     2.2 +++ b/css3-conditional/Overview.src.html	Thu Dec 06 17:52:12 2012 -0800
     2.3 @@ -847,13 +847,13 @@
     2.4  <p>The <dfn><code>CSSGroupingRule</code></dfn> interface represents an at-rule that contains other rules nested inside itself.
     2.5  
     2.6  <pre class='idl'>interface CSSGroupingRule : CSSRule {
     2.7 -    readonly attribute CSSRuleList cssRules;
     2.8 +    readonly attribute <a href="http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList">CSSRuleList</a> cssRules;
     2.9      unsigned long insertRule (DOMString rule, unsigned long index);
    2.10      void deleteRule (unsigned long index);
    2.11  }</pre>
    2.12  
    2.13  <dl class='idl-attributes'>
    2.14 -  <dt><code>cssRules</code> of type <code>CSSRuleList</code>, readonly
    2.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
    2.16    <dd>The <code>cssRules</code> attribute must return a <code>CSSRuleList</code>
    2.17      object for the list of CSS rules nested inside the grouping rule.
    2.18  </dl>
    2.19 @@ -916,11 +916,11 @@
    2.20  <p>The <dfn><code>CSSMediaRule</code></dfn> interface represents a ''@media'' rule:
    2.21  
    2.22  <pre class='idl'>interface CSSMediaRule : CSSConditionRule {
    2.23 -    readonly attribute MediaList media;
    2.24 +    readonly attribute <a href="http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html#StyleSheets-MediaList">MediaList</a> media;
    2.25  }</pre>
    2.26  
    2.27  <dl class='idl-attributes'>
    2.28 -  <dt><code>media</code> of type <code>MediaList</code>, readonly
    2.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
    2.30    <dd>The <code>media</code> attribute must return a <code>MediaList</code> object
    2.31      for the list of media queries specified with the ''@media'' rule.
    2.32  

mercurial