You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
features no longer considered to be essential in this context, and (3) to newly specify certain extensions that have been
208
208
or expected to be widely implemented.</p>
209
209
210
-
<p>A full list of the changes to API signatures can be found in <ahref="#changes-from-dom-2-style"><cite>Changes from DOM-2 Style</cite></a>.</p>
210
+
<!--<p>A full list of the changes to API signatures can be found in <a href="#changes-from-dom-2-style"><cite>Changes from DOM-2 Style</cite></a>.</p>-->
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://dev.w3.org/2006/webapi/WebIDL/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of media queries
590
+
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://heycam.github.io/webidl/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of media queries
591
591
in the <ahref="#collection-of-media-queries">collection of media queries</a> represented by the collection. If there are no such media queries, then there are no
readonly attribute unsigned long <ahref="#dom-stylesheetlist-length" title="dom-StyleSheetList-length">length</a>;
1187
1187
};</pre>
1188
1188
1189
-
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://dev.w3.org/2006/webapi/WebIDL/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of
1189
+
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://heycam.github.io/webidl/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of
1190
1190
<ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a> represented by the collection. If there are no such <ahref="#css-style-sheet" title="CSS style sheet">CSS style sheets</a>,
1191
-
then there are no <aclass="external" data-anolis-spec="webidl" href="http://dev.w3.org/2006/webapi/WebIDL/#dfn-supported-property-indices">supported property indices</a>.
1191
+
then there are no <aclass="external" data-anolis-spec="webidl" href="http://heycam.github.io/webidl/#dfn-supported-property-indices">supported property indices</a>.
1192
1192
1193
1193
<p>The <dfnid="dom-stylesheetlist-item" title="dom-StyleSheetList-item"><code>item(<var>index</var>)</code></dfn> method must return the <var>index</var>th <ahref="#css-style-sheet">CSS style
1194
1194
sheet</a> in the collection. If there is no <var>index</var>th object in the collection, then the method must return null.
@@ -1862,9 +1862,9 @@ <h4 id="the-cssrulelist-interface"><span class="secno">6.4.1 </span>The <code ti
1862
1862
readonly attribute unsigned long <ahref="#dom-cssrulelist-length" title="dom-CSSRuleList-length">length</a>;
1863
1863
};</pre>
1864
1864
1865
-
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://dev.w3.org/2006/webapi/WebIDL/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of
1865
+
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://heycam.github.io/webidl/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of
1866
1866
<code><ahref="#cssrule">CSSRule</a></code> objects represented by the collection. If there are no such <code><ahref="#cssrule">CSSRule</a></code> objects, then there are no
<p>The <dfnid="dom-cssrulelist-item" title="dom-CSSRuleList-item"><code>item(<var>index</var>)</code></dfn> method must return the <var>index</var>th <code><ahref="#cssrule">CSSRule</a></code>
1870
1870
object in the collection. If there is no <var>index</var>th object in the collection, then the method must return null.
attribute DOMString <ahref="#dom-cssstyledeclaration-cssfloat" title="dom-CSSStyleDeclaration-cssFloat">cssFloat</a>;<!-- setProperty's value arg has [TreatNullAs=EmptyString] -->
2337
2337
};</pre>
2338
2338
2339
-
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://dev.w3.org/2006/webapi/WebIDL/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of
2339
+
<p>The object's <aclass="external" data-anolis-spec="webidl" href="http://heycam.github.io/webidl/#dfn-supported-property-indices">supported property indices</a> are the numbers in the range zero to one less than the number of
2340
2340
<ahref="#css-declaration" title="CSS declaration">CSS declarations</a> in the <ahref="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a>. If there are no such
2341
-
<ahref="#css-declaration" title="CSS declaration">CSS declarations</a>, then there are no <aclass="external" data-anolis-spec="webidl" href="http://dev.w3.org/2006/webapi/WebIDL/#dfn-supported-property-indices">supported property indices</a>.
2341
+
<ahref="#css-declaration" title="CSS declaration">CSS declarations</a>, then there are no <aclass="external" data-anolis-spec="webidl" href="http://heycam.github.io/webidl/#dfn-supported-property-indices">supported property indices</a>.
2342
2342
2343
2343
<p>The <dfnid="dom-cssstyledeclaration-csstext" title="dom-CSSStyleDeclaration-cssText"><code>cssText</code></dfn> attribute must return the result of
2344
2344
<ahref="#serialize-a-css-declaration-block" title="serialize a CSS declaration block">serializing</a> the <ahref="#concept-css-declaration-block-declarations" title="concept-css-declaration-block-declarations">declarations</a>.</p>
features no longer considered to be essential in this context, and (3) to newly specify certain extensions that have been
128
128
or expected to be widely implemented.</p>
129
129
130
-
<p>A full list of the changes to API signatures can be found in <ahref="#changes-from-dom-2-style"><cite>Changes from DOM-2 Style</cite></a>.</p>
130
+
<!--<p>A full list of the changes to API signatures can be found in <a href="#changes-from-dom-2-style"><cite>Changes from DOM-2 Style</cite></a>.</p>-->
0 commit comments