|
29 | 29 | <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> |
30 | 30 | <!--end-logo--> |
31 | 31 | <h1 id="cssom">CSSOM</h1> |
32 | | - <h2 class="no-num no-toc" id="editor-s-draft-3-october-2011">Editor's Draft 3 October 2011</h2> |
| 32 | + <h2 class="no-num no-toc" id="editor-s-draft-12-october-2011">Editor's Draft 12 October 2011</h2> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 |
|
@@ -69,13 +69,13 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2> |
69 | 69 | can be found in the |
70 | 70 | <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em> |
71 | 71 |
|
72 | | -<p>This is the 3 October 2011 Editor's Draft of CSSOM. Please send |
| 72 | +<p>This is the 12 October 2011 Editor's Draft of CSSOM. Please send |
73 | 73 | comments to |
74 | 74 | <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a> |
75 | 75 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
76 | 76 | with <samp>[cssom]</samp> at the start of the subject line. |
77 | 77 |
|
78 | | - <p>This is the 3 October 2011 First Public Working Draft of CSSOM, produced by the |
| 78 | + <p>This is the 12 October 2011 First Public Working Draft of CSSOM, produced by the |
79 | 79 | <a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part |
80 | 80 | of the <a href="http://www.w3.org/Style/">Style Activity</a>). |
81 | 81 | <!--XXX remove "First Public" after initial publication --> |
@@ -1761,8 +1761,6 @@ <h4 id="the-cssrule-interface"><span class="secno">6.4.2 </span>The <code title= |
1761 | 1761 | <p>The <code><a href="#cssrule">CSSRule</a></code> interface is a base interface. Each unique |
1762 | 1762 | CSS rule has its own interface which inherits from this one.</p> |
1763 | 1763 |
|
1764 | | - <!-- http://wiki.csswg.org/spec/cssom-constants --> |
1765 | | - |
1766 | 1764 | <pre class="idl">interface <dfn id="cssrule">CSSRule</dfn> { |
1767 | 1765 | // Types |
1768 | 1766 | const unsigned short <a href="#dom-cssrule-style_rule" title="dom-CSSRule-STYLE_RULE">STYLE_RULE</a> = 1; |
@@ -1803,9 +1801,11 @@ <h4 id="the-cssrule-interface"><span class="secno">6.4.2 </span>The <code title= |
1803 | 1801 | </dl> |
1804 | 1802 |
|
1805 | 1803 | <p class="note">Constants with values 0 and 2 have been obsoleted by this |
1806 | | - specification. They might be re-allocated in the future. 7 is reserved for |
1807 | | - <code>@color-profile</code>. 8 and 9 are reserved for CSS animation.</p> |
| 1804 | + specification. They might be re-allocated in the future. |
1808 | 1805 |
|
| 1806 | + <p class="note">Constants are coordinated across specifications on the |
| 1807 | + <a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a> |
| 1808 | + wiki page. |
1809 | 1809 |
|
1810 | 1810 | <p>The |
1811 | 1811 | <dfn id="dom-cssrule-csstext" title="dom-CSSRule-cssText"><code>cssText</code></dfn> |
|
0 commit comments