csswg/cssom Overview.html,1.163,1.164 Overview.src.html,1.164,1.165 cssom-source,1.17,1.18

Update of /sources/public/csswg/cssom
In directory hutz:/tmp/cvs-serv21727

Modified Files:
	Overview.html Overview.src.html cssom-source 
Log Message:
mention the CSSOM Constants wiki page

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/cssom/Overview.html,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- Overview.html	3 Oct 2011 14:08:12 -0000	1.163
+++ Overview.html	12 Oct 2011 01:48:33 -0000	1.164
@@ -29,7 +29,7 @@
 <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
 <!--end-logo-->
    <h1 id="cssom">CSSOM</h1>
-   <h2 class="no-num no-toc" id="editor-s-draft-3-october-2011">Editor's Draft 3 October 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-12-october-2011">Editor's Draft 12 October 2011</h2>
 
    <dl>
 
@@ -69,13 +69,13 @@
   can be found in the
   <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
 
-<p>This is the 3 October 2011 Editor's Draft of CSSOM. Please send
+<p>This is the 12 October 2011 Editor's Draft of CSSOM. Please send
 comments to
 <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
 (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
 with <samp>[cssom]</samp> at the start of the subject line.
 
-  <p>This is the 3 October 2011 First Public Working Draft of CSSOM, produced by the
+  <p>This is the 12 October 2011 First Public Working Draft of CSSOM, produced by the
   <a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
   of the <a href="http://www.w3.org/Style/">Style Activity</a>).
   <!--XXX remove "First Public" after initial publication -->
@@ -1761,8 +1761,6 @@
   <p>The <code><a href="#cssrule">CSSRule</a></code> interface is a base interface. Each unique
   CSS rule has its own interface which inherits from this one.</p>
 
-  <!-- http://wiki.csswg.org/spec/cssom-constants -->
-
   <pre class="idl">interface <dfn id="cssrule">CSSRule</dfn> {
   // Types
   const unsigned short <a href="#dom-cssrule-style_rule" title="dom-CSSRule-STYLE_RULE">STYLE_RULE</a> = 1;
@@ -1803,9 +1801,11 @@
   </dl>
 
   <p class="note">Constants with values 0 and 2 have been obsoleted by this
-  specification. They might be re-allocated in the future. 7 is reserved for
-  <code>@color-profile</code>. 8 and 9 are reserved for CSS animation.</p>
+  specification. They might be re-allocated in the future.
 
+  <p class="note">Constants are coordinated across specifications on the
+  <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a>
+  wiki page.
 
   <p>The
   <dfn id="dom-cssrule-csstext" title="dom-CSSRule-cssText"><code>cssText</code></dfn>

Index: cssom-source
===================================================================
RCS file: /sources/public/csswg/cssom/cssom-source,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cssom-source	3 Oct 2011 14:08:12 -0000	1.17
+++ cssom-source	12 Oct 2011 01:48:33 -0000	1.18
@@ -1680,8 +1680,6 @@
   <p>The <code>CSSRule</code> interface is a base interface. Each unique
   CSS rule has its own interface which inherits from this one.</p>
 
-  <!-- http://wiki.csswg.org/spec/cssom-constants -->
-
   <pre class="idl">interface <dfn>CSSRule</dfn> {
   // Types
   const unsigned short <span title="dom-CSSRule-STYLE_RULE">STYLE_RULE</span> = 1;
@@ -1722,9 +1720,11 @@
   </dl>
 
   <p class="note">Constants with values 0 and 2 have been obsoleted by this
-  specification. They might be re-allocated in the future. 7 is reserved for
-  <code>@color-profile</code>. 8 and 9 are reserved for CSS animation.</p>
+  specification. They might be re-allocated in the future.
 
+  <p class="note">Constants are coordinated across specifications on the
+  <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a>
+  wiki page.
 
   <p>The
   <dfn id="dom-cssrule-csstext" title="dom-CSSRule-cssText"><code>cssText</code></dfn>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/cssom/Overview.src.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Overview.src.html	3 Oct 2011 14:08:12 -0000	1.164
+++ Overview.src.html	12 Oct 2011 01:48:33 -0000	1.165
@@ -1680,8 +1680,6 @@
   <p>The <code>CSSRule</code> interface is a base interface. Each unique
   CSS rule has its own interface which inherits from this one.</p>
 
-  <!-- http://wiki.csswg.org/spec/cssom-constants -->
-
   <pre class="idl">interface <dfn>CSSRule</dfn> {
   // Types
   const unsigned short <span title="dom-CSSRule-STYLE_RULE">STYLE_RULE</span> = 1;
@@ -1722,9 +1720,11 @@
   </dl>
 
   <p class="note">Constants with values 0 and 2 have been obsoleted by this
-  specification. They might be re-allocated in the future. 7 is reserved for
-  <code>@color-profile</code>. 8 and 9 are reserved for CSS animation.</p>
+  specification. They might be re-allocated in the future.
 
+  <p class="note">Constants are coordinated across specifications on the
+  <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a>
+  wiki page.
 
   <p>The
   <dfn id="dom-cssrule-csstext" title="dom-CSSRule-cssText"><code>cssText</code></dfn>

Received on Wednesday, 12 October 2011 01:48:37 UTC