- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Oct 2011 02:17:05 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/cssom In directory hutz:/tmp/cvs-serv25103 Modified Files: Overview.html Overview.src.html cssom-source Log Message: move CSSRule extensibility to the wiki Index: Overview.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.html,v retrieving revision 1.165 retrieving revision 1.166 diff -u -d -r1.165 -r1.166 --- Overview.html 12 Oct 2011 01:50:18 -0000 1.165 +++ Overview.html 12 Oct 2011 02:17:03 -0000 1.166 @@ -148,9 +148,7 @@ <li><a href="#css-rules"><span class="secno">6.4 </span>CSS Rules</a> <ol class="toc"> <li><a href="#the-cssrulelist-sequence"><span class="secno">6.4.1 </span>The <code title="">CSSRuleList</code> Sequence</a></li> - <li><a href="#the-cssrule-interface"><span class="secno">6.4.2 </span>The <code title="">CSSRule</code> Interface</a> - <ol class="toc"> - <li><a href="#extensibility"><span class="secno">6.4.2.1 </span>Extensibility</a></ol></li> + <li><a href="#the-cssrule-interface"><span class="secno">6.4.2 </span>The <code title="">CSSRule</code> Interface</a></li> <li><a href="#css-style-rule-rule-set"><span class="secno">6.4.3 </span>CSS Style Rule (Rule Set)</a></li> <li><a href="#css-import-rule"><span class="secno">6.4.4 </span>CSS <code title="">@import</code> Rule</a></li> <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 @@ <p class="note">Constants with values 0 and 2 have been obsoleted by this specification. They might be re-allocated in the future. - <p class="note">Constants are coordinated across specifications on the + <p class="note">Constants for new and proprietary features are coordinated + on the <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a> wiki page. @@ -1844,22 +1843,6 @@ object that contains the the current rule.</p> - <h5 id="extensibility"><span class="secno">6.4.2.1 </span>Extensibility</h5> - - <p>The constant values 0-1000 are reserved for future use by the CSS WG.</p> - - <p>Vendors are encouraged to use reasonably unique values outside this range - so that they do not clash with extensions from other vendors. For example, the - first value for Mozilla could be <code>0x0<strong>8EC0</strong>001</code> and - <code>0x<strong>09E8A</strong>001</code> could be the first for Opera.</p> - - <p>Vendors are encouraged to prefix the new interface names with a vendor - specific prefix. For example, "Example company" could have an interface called - "ExampleCSSTestRule".</p> - - <p>In general, vendors are encouraged to discuss extensions on a public forum, - such as <code>www-style@w3.org</code>.</p> - <h4 id="css-style-rule-rule-set"><span class="secno">6.4.3 </span>CSS Style Rule (Rule Set)</h4> Index: cssom-source =================================================================== RCS file: /sources/public/csswg/cssom/cssom-source,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- cssom-source 12 Oct 2011 01:50:18 -0000 1.19 +++ cssom-source 12 Oct 2011 02:17:03 -0000 1.20 @@ -1722,7 +1722,8 @@ <p class="note">Constants with values 0 and 2 have been obsoleted by this specification. They might be re-allocated in the future. - <p class="note">Constants are coordinated across specifications on the + <p class="note">Constants for new and proprietary features are coordinated + on the <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a> wiki page. @@ -1763,22 +1764,6 @@ object that contains the the current rule.</p> - <h5>Extensibility</h5> - - <p>The constant values 0-1000 are reserved for future use by the CSS WG.</p> - - <p>Vendors are encouraged to use reasonably unique values outside this range - so that they do not clash with extensions from other vendors. For example, the - first value for Mozilla could be <code>0x0<strong>8EC0</strong>001</code> and - <code>0x<strong>09E8A</strong>001</code> could be the first for Opera.</p> - - <p>Vendors are encouraged to prefix the new interface names with a vendor - specific prefix. For example, "Example company" could have an interface called - "ExampleCSSTestRule".</p> - - <p>In general, vendors are encouraged to discuss extensions on a public forum, - such as <code>www-style@w3.org</code>.</p> - <h4>CSS Style Rule (Rule Set)</h4> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/cssom/Overview.src.html,v retrieving revision 1.166 retrieving revision 1.167 diff -u -d -r1.166 -r1.167 --- Overview.src.html 12 Oct 2011 01:50:18 -0000 1.166 +++ Overview.src.html 12 Oct 2011 02:17:03 -0000 1.167 @@ -1722,7 +1722,8 @@ <p class="note">Constants with values 0 and 2 have been obsoleted by this specification. They might be re-allocated in the future. - <p class="note">Constants are coordinated across specifications on the + <p class="note">Constants for new and proprietary features are coordinated + on the <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a> wiki page. @@ -1763,22 +1764,6 @@ object that contains the the current rule.</p> - <h5>Extensibility</h5> - - <p>The constant values 0-1000 are reserved for future use by the CSS WG.</p> - - <p>Vendors are encouraged to use reasonably unique values outside this range - so that they do not clash with extensions from other vendors. For example, the - first value for Mozilla could be <code>0x0<strong>8EC0</strong>001</code> and - <code>0x<strong>09E8A</strong>001</code> could be the first for Opera.</p> - - <p>Vendors are encouraged to prefix the new interface names with a vendor - specific prefix. For example, "Example company" could have an interface called - "ExampleCSSTestRule".</p> - - <p>In general, vendors are encouraged to discuss extensions on a public forum, - such as <code>www-style@w3.org</code>.</p> - <h4>CSS Style Rule (Rule Set)</h4>
Received on Wednesday, 12 October 2011 02:17:09 UTC