Skip to content

Commit 112f24b

Browse files
committed
mention the CSSOM Constants wiki page
1 parent 085d9c3 commit 112f24b

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Overview.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
3030
<!--end-logo-->
3131
<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>
3333

3434
<dl>
3535

@@ -69,13 +69,13 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
6969
can be found in the
7070
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
7171

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
7373
comments to
7474
<a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a>
7575
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
7676
with <samp>[cssom]</samp> at the start of the subject line.
7777

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
7979
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
8080
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
8181
<!--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=
17611761
<p>The <code><a href="#cssrule">CSSRule</a></code> interface is a base interface. Each unique
17621762
CSS rule has its own interface which inherits from this one.</p>
17631763

1764-
<!-- http://wiki.csswg.org/spec/cssom-constants -->
1765-
17661764
<pre class="idl">interface <dfn id="cssrule">CSSRule</dfn> {
17671765
// Types
17681766
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=
18031801
</dl>
18041802

18051803
<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.
18081805

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.
18091809

18101810
<p>The
18111811
<dfn id="dom-cssrule-csstext" title="dom-CSSRule-cssText"><code>cssText</code></dfn>

Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,8 +1680,6 @@ <h4>The <code title>CSSRule</code> Interface</h4>
16801680
<p>The <code>CSSRule</code> interface is a base interface. Each unique
16811681
CSS rule has its own interface which inherits from this one.</p>
16821682

1683-
<!-- http://wiki.csswg.org/spec/cssom-constants -->
1684-
16851683
<pre class="idl">interface <dfn>CSSRule</dfn> {
16861684
// Types
16871685
const unsigned short <span title="dom-CSSRule-STYLE_RULE">STYLE_RULE</span> = 1;
@@ -1722,9 +1720,11 @@ <h4>The <code title>CSSRule</code> Interface</h4>
17221720
</dl>
17231721

17241722
<p class="note">Constants with values 0 and 2 have been obsoleted by this
1725-
specification. They might be re-allocated in the future. 7 is reserved for
1726-
<code>@color-profile</code>. 8 and 9 are reserved for CSS animation.</p>
1723+
specification. They might be re-allocated in the future.
17271724

1725+
<p class="note">Constants are coordinated across specifications on the
1726+
<a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a>
1727+
wiki page.
17281728

17291729
<p>The
17301730
<dfn id="dom-cssrule-csstext" title="dom-CSSRule-cssText"><code>cssText</code></dfn>

cssom-source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,8 +1680,6 @@ and
16801680
<p>The <code>CSSRule</code> interface is a base interface. Each unique
16811681
CSS rule has its own interface which inherits from this one.</p>
16821682

1683-
<!-- http://wiki.csswg.org/spec/cssom-constants -->
1684-
16851683
<pre class="idl">interface <dfn>CSSRule</dfn> {
16861684
// Types
16871685
const unsigned short <span title="dom-CSSRule-STYLE_RULE">STYLE_RULE</span> = 1;
@@ -1722,9 +1720,11 @@ and
17221720
</dl>
17231721

17241722
<p class="note">Constants with values 0 and 2 have been obsoleted by this
1725-
specification. They might be re-allocated in the future. 7 is reserved for
1726-
<code>@color-profile</code>. 8 and 9 are reserved for CSS animation.</p>
1723+
specification. They might be re-allocated in the future.
17271724

1725+
<p class="note">Constants are coordinated across specifications on the
1726+
<a href="http://wiki.csswg.org/spec/cssom-constants">CSSOM Constants</a>
1727+
wiki page.
17281728

17291729
<p>The
17301730
<dfn id="dom-cssrule-csstext" title="dom-CSSRule-cssText"><code>cssText</code></dfn>

0 commit comments

Comments
 (0)