Skip to content

Commit f134c30

Browse files
committed
clean up boilerplate a little; put all files needed online
1 parent 718342c commit f134c30

4 files changed

Lines changed: 2717 additions & 15 deletions

File tree

cssom/Overview.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,7 @@ <h2 class="no-num no-toc" id="">Editor's Draft 2 July 2011</h2>
3030
<dl>
3131

3232
<dt>This Version:</dt>
33-
<dd><a href="http://www.w3.org/TR/2011/ED-cssom-20110702/">http://www.w3.org/TR/2011/ED-cssom-20110702/</a></dd>
34-
35-
<dt>Latest Version:</dt>
36-
<dd><a href="http://www.w3.org/TR/cssom/">http://www.w3.org/TR/cssom/</a></dd>
37-
38-
<dt>Latest Editor's draft:</dt>
39-
<dd><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd>
40-
33+
<dd class="dontpublish"><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a>
4134
<dt>Previous Version:</dt>
4235
<dd><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/</a></dd>
4336

@@ -170,7 +163,7 @@ <h2 id="introduction"><span class="secno">1 </span>Introduction</h2>
170163
<h3 id="history"><span class="secno">1.1 </span>History</h3>
171164

172165
<p>Several interfaces from DOM Level 2 Style
173-
<a href="http://www.w3.org/mid/Pine.LNX.4.05.10310302134070.1173-100000@lanalana.inria.fr" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have
166+
<a href="http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have
174167
been obsoleted</a> because they were thought to be too awkward for
175168
frequent use. This specification no longer contains those features.
176169
<code>DOMImplementationCSS</code> and <code>CSSCharsetRule</code> have

cssom/Overview.src.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ <h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2>
3232
<dl>
3333

3434
<dt>This Version:</dt>
35-
<dd><a href="[VERSION]">[VERSION]</a></dd>
35+
<dd class=dontpublish><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a>
36+
<dd class=publish><a href="[VERSION]">[VERSION]</a></dd>
3637

37-
<dt>Latest Version:</dt>
38-
<dd><a href="[LATEST]">[LATEST]</a></dd>
38+
<dt class=publish>Latest Version:</dt>
39+
<dd class=publish><a href="[LATEST]">[LATEST]</a></dd>
3940

40-
<dt>Latest Editor's draft:</dt>
41-
<dd><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd>
41+
<dt class=publish>Latest Editor's draft:</dt>
42+
<dd class=publish><a href="http://dev.w3.org/csswg/cssom/">http://dev.w3.org/csswg/cssom/</a></dd>
4243

4344
<dt>Previous Version:</dt>
4445
<dd><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/</a></dd>
@@ -86,7 +87,7 @@ <h2 id="introduction">Introduction</h2>
8687
<h3 id="history">History</h3>
8788

8889
<p>Several interfaces from DOM Level 2 Style
89-
<a href="http://www.w3.org/mid/Pine.LNX.4.05.10310302134070.1173-100000@lanalana.inria.fr" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have
90+
<a href="http://lists.w3.org/Archives/Public/www-style/2003Oct/0347.html" title="[CSSOM] CSSValue and related interfaces (message from the CSS WG)">have
9091
been obsoleted</a> because they were thought to be too awkward for
9192
frequent use. This specification no longer contains those features.
9293
<code>DOMImplementationCSS</code> and <code>CSSCharsetRule</code> have

0 commit comments

Comments
 (0)