Skip to content

Commit 3023d5d

Browse files
committed
move CSSRule extensibility to the wiki
1 parent 3e0f469 commit 3023d5d

3 files changed

Lines changed: 7 additions & 54 deletions

File tree

cssom/Overview.html

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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

cssom/Overview.src.html

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,8 @@ <h4>The <code title>CSSRule</code> Interface</h4>
17221722
<p class="note">Constants with values 0 and 2 have been obsoleted by this
17231723
specification. They might be re-allocated in the future.
17241724

1725-
<p class="note">Constants are coordinated across specifications on the
1725+
<p class="note">Constants for new and proprietary features are coordinated
1726+
on the
17261727
<a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a>
17271728
wiki page.
17281729

@@ -1763,22 +1764,6 @@ <h4>The <code title>CSSRule</code> Interface</h4>
17631764
object that contains the the current rule.</p>
17641765

17651766

1766-
<h5>Extensibility</h5>
1767-
1768-
<p>The constant values 0-1000 are reserved for future use by the CSS WG.</p>
1769-
1770-
<p>Vendors are encouraged to use reasonably unique values outside this range
1771-
so that they do not clash with extensions from other vendors. For example, the
1772-
first value for Mozilla could be <code>0x0<strong>8EC0</strong>001</code> and
1773-
<code>0x<strong>09E8A</strong>001</code> could be the first for Opera.</p>
1774-
1775-
<p>Vendors are encouraged to prefix the new interface names with a vendor
1776-
specific prefix. For example, "Example company" could have an interface called
1777-
"ExampleCSSTestRule".</p>
1778-
1779-
<p>In general, vendors are encouraged to discuss extensions on a public forum,
1780-
such as <code>www-style@w3.org</code>.</p>
1781-
17821767

17831768
<h4>CSS Style Rule (Rule Set)</h4>
17841769

cssom/cssom-source

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,8 @@ and
17221722
<p class="note">Constants with values 0 and 2 have been obsoleted by this
17231723
specification. They might be re-allocated in the future.
17241724

1725-
<p class="note">Constants are coordinated across specifications on the
1725+
<p class="note">Constants for new and proprietary features are coordinated
1726+
on the
17261727
<a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a>
17271728
wiki page.
17281729

@@ -1763,22 +1764,6 @@ and
17631764
object that contains the the current rule.</p>
17641765

17651766

1766-
<h5>Extensibility</h5>
1767-
1768-
<p>The constant values 0-1000 are reserved for future use by the CSS WG.</p>
1769-
1770-
<p>Vendors are encouraged to use reasonably unique values outside this range
1771-
so that they do not clash with extensions from other vendors. For example, the
1772-
first value for Mozilla could be <code>0x0<strong>8EC0</strong>001</code> and
1773-
<code>0x<strong>09E8A</strong>001</code> could be the first for Opera.</p>
1774-
1775-
<p>Vendors are encouraged to prefix the new interface names with a vendor
1776-
specific prefix. For example, "Example company" could have an interface called
1777-
"ExampleCSSTestRule".</p>
1778-
1779-
<p>In general, vendors are encouraged to discuss extensions on a public forum,
1780-
such as <code>www-style@w3.org</code>.</p>
1781-
17821767

17831768
<h4>CSS Style Rule (Rule Set)</h4>
17841769

0 commit comments

Comments
 (0)