@@ -148,9 +148,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
148148 < li > < a href ="#css-rules "> < span class ="secno "> 6.4 </ span > CSS Rules</ a >
149149 < ol class ="toc ">
150150 < li > < a href ="#the-cssrulelist-sequence "> < span class ="secno "> 6.4.1 </ span > The < code title =""> CSSRuleList</ code > Sequence</ a > </ li >
151- < li > < a href ="#the-cssrule-interface "> < span class ="secno "> 6.4.2 </ span > The < code title =""> CSSRule</ code > Interface</ a >
152- < ol class ="toc ">
153- < li > < a href ="#extensibility "> < span class ="secno "> 6.4.2.1 </ span > Extensibility</ a > </ ol > </ li >
151+ < li > < a href ="#the-cssrule-interface "> < span class ="secno "> 6.4.2 </ span > The < code title =""> CSSRule</ code > Interface</ a > </ li >
154152 < li > < a href ="#css-style-rule-rule-set "> < span class ="secno "> 6.4.3 </ span > CSS Style Rule (Rule Set)</ a > </ li >
155153 < li > < a href ="#css-import-rule "> < span class ="secno "> 6.4.4 </ span > CSS < code title =""> @import</ code > Rule</ a > </ li >
156154 < li > < a href ="#css-media-rule "> < span class ="secno "> 6.4.5 </ span > CSS < code title =""> @media</ code > Rule</ a > </ li >
@@ -1803,7 +1801,8 @@ <h4 id="the-cssrule-interface"><span class="secno">6.4.2 </span>The <code title=
18031801 < p class ="note "> Constants with values 0 and 2 have been obsoleted by this
18041802 specification. They might be re-allocated in the future.
18051803
1806- < p class ="note "> Constants are coordinated across specifications on the
1804+ < p class ="note "> Constants for new and proprietary features are coordinated
1805+ on the
18071806 < a href ="http://wiki.csswg.org/spec/cssom-constants "> CSSOM Constants</ a >
18081807 wiki page.
18091808
@@ -1844,22 +1843,6 @@ <h4 id="the-cssrule-interface"><span class="secno">6.4.2 </span>The <code title=
18441843 object that contains the the current rule.</ p >
18451844
18461845
1847- < h5 id ="extensibility "> < span class ="secno "> 6.4.2.1 </ span > Extensibility</ h5 >
1848-
1849- < p > The constant values 0-1000 are reserved for future use by the CSS WG.</ p >
1850-
1851- < p > Vendors are encouraged to use reasonably unique values outside this range
1852- so that they do not clash with extensions from other vendors. For example, the
1853- first value for Mozilla could be < code > 0x0< strong > 8EC0</ strong > 001</ code > and
1854- < code > 0x< strong > 09E8A</ strong > 001</ code > could be the first for Opera.</ p >
1855-
1856- < p > Vendors are encouraged to prefix the new interface names with a vendor
1857- specific prefix. For example, "Example company" could have an interface called
1858- "ExampleCSSTestRule".</ p >
1859-
1860- < p > In general, vendors are encouraged to discuss extensions on a public forum,
1861- such as < code > www-style@w3.org</ code > .</ p >
1862-
18631846
18641847 < h4 id ="css-style-rule-rule-set "> < span class ="secno "> 6.4.3 </ span > CSS Style Rule (Rule Set)</ h4 >
18651848
0 commit comments