Skip to content

Commit a2177d3

Browse files
committed
fix sotd
1 parent eed2c7b commit a2177d3

3 files changed

Lines changed: 114 additions & 15 deletions

File tree

cssom/Overview.html

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
<body class="draft">
2626
<div class="head">
27+
28+
<!--begin-logo-->
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+
<!--end-logo-->
2731
<h1 id="cssom">CSSOM</h1>
2832
<h2 class="no-num no-toc" id="">Editor's Draft 2 July 2011</h2>
2933

@@ -39,9 +43,14 @@ <h2 class="no-num no-toc" id="">Editor's Draft 2 July 2011</h2>
3943
(<a href="http://www.opera.com/">Opera Software ASA</a>)
4044
&lt;<a href="mailto:annevk@opera.com">annevk@opera.com</a>&gt;</dd>
4145
</dl>
42-
</div>
4346

4447

48+
<!--begin-copyright-->
49+
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
50+
<!--end-copyright-->
51+
</div>
52+
53+
<hr class="top">
4554

4655

4756
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
@@ -54,12 +63,40 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
5463

5564
<h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
5665

57-
<p class="XXX">The plan is that this document provides the successor to
58-
DOM Level 2 Style.</p>
59-
60-
<!--status-->
66+
<p><em>This section describes the status of this document at the time of
67+
its publication. Other documents may supersede this document. A list of
68+
current W3C publications and the latest revision of this technical report
69+
can be found in the
70+
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
6171

72+
<p>Publication as a Working Draft does not imply endorsement by the W3C
73+
Membership. This is a draft document and may be updated, replaced or
74+
obsoleted by other documents at any time. It is inappropriate to cite this
75+
document as other than work in progress.
6276

77+
<p>The
78+
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
79+
public mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a>
80+
(see <a href="http://www.w3.org/Mail/Request">instructions</a>) is
81+
preferred for discussion of this specification. When sending e-mail,
82+
please put the text “cssom-view” in the subject, preferably
83+
like this: “[<!---->cssom-view<!---->] <em>…summary of
84+
comment…</em>
85+
86+
<p>This document was produced by the
87+
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
88+
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
89+
90+
<p>This document was produced by a group operating under the
91+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>.
92+
W3C maintains a
93+
<a href="http://www.w3.org/2004/01/pp-impl/32061/status" rel="disclosure">public list of any patent disclosures</a>
94+
made in connection with the deliverables of the group; that page also
95+
includes instructions for disclosing a patent. An individual who has
96+
actual knowledge of a patent which the individual believes contains
97+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a>
98+
must disclose the information in accordance with
99+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.</p>
63100

64101

65102
<h2 class="no-num no-toc" id="toc">Table of Contents</h2>

cssom/Overview.src.html

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
<body class="draft">
2828
<div class="head">
29+
<!--logo-->
2930
<h1 id="cssom">CSSOM</h1>
3031
<h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2>
3132

@@ -49,9 +50,11 @@ <h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2>
4950
(<a href="http://www.opera.com/">Opera Software ASA</a>)
5051
&lt;<a href="mailto:annevk@opera.com">annevk@opera.com</a>&gt;</dd>
5152
</dl>
52-
</div>
5353

54+
<!--copyright-->
55+
</div>
5456

57+
<hr class="top">
5558

5659

5760
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
@@ -64,12 +67,40 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
6467

6568
<h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
6669

67-
<p class="XXX">The plan is that this document provides the successor to
68-
DOM Level 2 Style.</p>
69-
70-
<!--status-->
70+
<p><em>This section describes the status of this document at the time of
71+
its publication. Other documents may supersede this document. A list of
72+
current W3C publications and the latest revision of this technical report
73+
can be found in the
74+
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
7175

76+
<p>Publication as a Working Draft does not imply endorsement by the W3C
77+
Membership. This is a draft document and may be updated, replaced or
78+
obsoleted by other documents at any time. It is inappropriate to cite this
79+
document as other than work in progress.
7280

81+
<p>The
82+
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
83+
public mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a>
84+
(see <a href="http://www.w3.org/Mail/Request">instructions</a>) is
85+
preferred for discussion of this specification. When sending e-mail,
86+
please put the text &#8220;cssom-view&#8221; in the subject, preferably
87+
like this: &#8220;[<!---->cssom-view<!---->] <em>&hellip;summary of
88+
comment&hellip;</em>&#8221;
89+
90+
<p>This document was produced by the
91+
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
92+
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
93+
94+
<p>This document was produced by a group operating under the
95+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>.
96+
W3C maintains a
97+
<a href="http://www.w3.org/2004/01/pp-impl/32061/status" rel=disclosure>public list of any patent disclosures</a>
98+
made in connection with the deliverables of the group; that page also
99+
includes instructions for disclosing a patent. An individual who has
100+
actual knowledge of a patent which the individual believes contains
101+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a>
102+
must disclose the information in accordance with
103+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.</p>
73104

74105

75106
<h2 class="no-num no-toc" id="toc">Table of Contents</h2>

cssom/cssom-source

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
<body class="draft">
2828
<div class="head">
29+
<!--logo-->
2930
<h1 id="cssom">CSSOM</h1>
3031
<h2 class="no-num no-toc" id="">[LONGSTATUS] [DATE: 3 August 2002]</h2>
3132

@@ -49,9 +50,11 @@
4950
(<a href="http://www.opera.com/">Opera Software ASA</a>)
5051
&lt;<a href="mailto:annevk@opera.com">annevk@opera.com</a>&gt;</dd>
5152
</dl>
52-
</div>
5353

54+
<!--copyright-->
55+
</div>
5456

57+
<hr class="top">
5558

5659

5760
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
@@ -64,12 +67,40 @@
6467

6568
<h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
6669

67-
<p class="XXX">The plan is that this document provides the successor to
68-
DOM Level 2 Style.</p>
69-
70-
<!--status-->
70+
<p><em>This section describes the status of this document at the time of
71+
its publication. Other documents may supersede this document. A list of
72+
current W3C publications and the latest revision of this technical report
73+
can be found in the
74+
<a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em>
7175

76+
<p>Publication as a Working Draft does not imply endorsement by the W3C
77+
Membership. This is a draft document and may be updated, replaced or
78+
obsoleted by other documents at any time. It is inappropriate to cite this
79+
document as other than work in progress.
7280

81+
<p>The
82+
(<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>)
83+
public mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a>
84+
(see <a href="http://www.w3.org/Mail/Request">instructions</a>) is
85+
preferred for discussion of this specification. When sending e-mail,
86+
please put the text &#8220;cssom-view&#8221; in the subject, preferably
87+
like this: &#8220;[<!---->cssom-view<!---->] <em>&hellip;summary of
88+
comment&hellip;</em>&#8221;
89+
90+
<p>This document was produced by the
91+
<a href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
92+
of the <a href="http://www.w3.org/Style/">Style Activity</a>).
93+
94+
<p>This document was produced by a group operating under the
95+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>.
96+
W3C maintains a
97+
<a href="http://www.w3.org/2004/01/pp-impl/32061/status" rel=disclosure>public list of any patent disclosures</a>
98+
made in connection with the deliverables of the group; that page also
99+
includes instructions for disclosing a patent. An individual who has
100+
actual knowledge of a patent which the individual believes contains
101+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a>
102+
must disclose the information in accordance with
103+
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.</p>
73104

74105

75106
<h2 class="no-num no-toc" id="toc">Table of Contents</h2>

0 commit comments

Comments
 (0)