Skip to content

Commit f81b32b

Browse files
committed
regenerate
1 parent 4c7bf8d commit f81b32b

1 file changed

Lines changed: 41 additions & 45 deletions

File tree

css3-namespace/Overview.html

Lines changed: 41 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
<body>
1212
<div class=head> <!--begin-logo-->
1313
<p><a href="http://www.w3.org/"><img alt=W3C height=48
14-
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
14+
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo--></p>
1515

1616
<h1 id=css-namespaces>CSS Namespaces Module</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus>W3C Working Draft 12 February 2008</h2>
18+
<h2 class="no-num no-toc" id=longstatus>W3C Working Draft 15 February 2008</h2>
1919

2020
<dl>
2121
<dt>This version:
2222

2323
<dd><a
24-
href="http://www.w3.org/TR/2008/WD-css3-namespace-20080212/">http://www.w3.org/TR/2008/WD-css3-namespace-20080212/</a>
24+
href="http://www.w3.org/TR/2008/WD-css3-namespace-20080215/">http://www.w3.org/TR/2008/WD-css3-namespace-20080215/</a>
2525

2626
<dt>Latest version:
2727

@@ -77,30 +77,42 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
7777
<h2 class="no-num no-toc" id=status>Status of this document</h2>
7878
<!--begin-status-->
7979

80-
<p>[Sorry, the postprocessor doesn't yet have the boilerplate text for this
81-
status]</p>
80+
<p><em>This section describes the status of this document at the time of
81+
its publication. Other documents may supersede this document. A list of
82+
current W3C publications and the latest revision of this technical report
83+
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
84+
index at http://www.w3.org/TR/.</a></em>
85+
86+
<p>Publication as a Working Draft does not imply endorsement by the W3C
87+
Membership. This is a draft document and may be updated, replaced or
88+
obsoleted by other documents at any time. It is inappropriate to cite this
89+
document as other than work in progress.
90+
91+
<p>The (<a
92+
href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) public
93+
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
94+
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
95+
for discussion of this specification. When sending e-mail, please put the
96+
text &#8220;css3-namespace&#8221; in the subject, preferably like this:
97+
&#8220;[<!---->css3-namespace<!---->] <em>&hellip;summary of
98+
comment&hellip;</em>&#8221;
99+
100+
<p>This document was produced by the <a href="/Style/CSS/members">CSS
101+
Working Group</a> (part of the <a href="/Style/">Style Activity</a>).
102+
103+
<p>This document was produced by a group operating under the <a
104+
href="/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent
105+
Policy</a>. W3C maintains a <a href="/2004/01/pp-impl/32061/status"
106+
rel=disclosure>public list of any patent disclosures</a> made in
107+
connection with the deliverables of the group; that page also includes
108+
instructions for disclosing a patent. An individual who has actual
109+
knowledge of a patent which the individual believes contains <a
110+
href="/Consortium/Patent-Policy-20040205/#def-essential">Essential
111+
Claim(s)</a> must disclose the information in accordance with <a
112+
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
113+
W3C Patent Policy</a>.</p>
82114
<!--end-status-->
83115

84-
<p>This is a draft of a module of CSS (Cascading Style Sheets). It is
85-
derived with minimal change from the <a
86-
href="http://www.w3.org/1999/06/25/WD-css3-namespace-19990625/">CSS3
87-
Namespace Enhancements</a> syntax proposal from 1999 with which the CSS WG
88-
has been in agreement for many years and which is already implemented in
89-
user agents. The material from that proposal found its way into drafts of
90-
<a href="#SELECT" rel=biblioentry>[SELECT]<!--{{SELECT}}--></a>, <a
91-
href="#CSS3SYN" rel=biblioentry>[CSS3SYN]<!--{{CSS3SYN}}--></a> and <a
92-
href="#CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>. <a
93-
href="#SELECT" rel=biblioentry>[SELECT]<!--{{SELECT}}--></a> is currently
94-
a Candidate Recommendation. Unfortunately, <a href="#CSS3SYN"
95-
rel=biblioentry>[CSS3SYN]<!--{{CSS3SYN}}--></a> has dependencies on
96-
(potentially) all other CSS3 modules and this, plus work on CSS2.1, has
97-
delayed the availability of this specification. To break the chain of
98-
dependencies and allow faster progress on the Recommendation track, the
99-
present module has been split out. It is primarily intended as a CSS
100-
module, though it could also be referenced by <a href="#SVG12"
101-
rel=biblioentry>[SVG12]<!--{{SVG12}}--></a> or indeed <a href="#CSS21"
102-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>.
103-
104116
<p>A CSS Namespace <a href="http://www.w3.org/Style/CSS/Test/">Test
105117
Suite</a> will be developed during the Candidate Recommendation phase of
106118
this CSS Namespaces specification.
@@ -156,7 +168,7 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
156168
or what they mean: that depends on their context and is defined by a host
157169
language, such as Selectors (<a href="#SELECT"
158170
rel=biblioentry>[SELECT]<!--{{SELECT}}--></a>), that references the
159-
syntax defined in the CSS Namespaces module.
171+
syntax defined in the CSS Namespaces module.</p>
160172

161173
<p>Note that a CSS client that does not support this module will (if it
162174
properly conforms to <a
@@ -176,7 +188,7 @@ <h2 id=conformance><span class=secno>2. </span>Conformance</h2>
176188
conformance requirements in this specification when implementing CSS or
177189
another host language that normatively references this specification.</p>
178190

179-
<p>Conformance to CSS Namespaces is defined for three classes:
191+
<p>Conformance to CSS Namespaces is defined for three classes:</p>
180192

181193
<dl>
182194
<dt><dfn id=style>style sheet</dfn>
@@ -208,14 +220,14 @@ <h2 id=conformance><span class=secno>2. </span>Conformance</h2>
208220

209221
<p>Examples in this specification are introduced with the words "for
210222
example" or are set apart from the normative text with
211-
<code>class="example"</code>, like this:
223+
<code>class="example"</code>, like this:</p>
212224

213225
<div class=example>
214226
<p>This is an example of an informative example.</p>
215227
</div>
216228

217229
<p>Informative notes begin with the word "Note" and are set apart from the
218-
normative text with <code>class="note"</code>, like this:
230+
normative text with <code>class="note"</code>, like this:</p>
219231

220232
<p class=note>Note, this is an informative note.</p>
221233

@@ -444,14 +456,6 @@ <h3 class=no-num id=informative-references>Informative references</h3>
444456
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
445457
<!---->
446458

447-
<dt id=CSS3SYN>[CSS3SYN]
448-
449-
<dd>L. David Baron. <cite>CSS3 module: Syntax.</cite> 13 August 2003. W3C
450-
Working Draft. (Work in progress.) URL: <a
451-
href="http://www.w3.org/TR/2003/WD-css3-syntax-20030813">http://www.w3.org/TR/2003/WD-css3-syntax-20030813</a>
452-
</dd>
453-
<!---->
454-
455459
<dt id=CSS3VAL>[CSS3VAL]
456460

457461
<dd>H&#229;kon Wium Lie; Chris Lilley. <cite>CSS3 module: Values and
@@ -469,14 +473,6 @@ <h3 class=no-num id=informative-references>Informative references</h3>
469473
href="http://www.w3.org/TR/2005/WD-css3-selectors-20051215">http://www.w3.org/TR/2005/WD-css3-selectors-20051215</a>
470474
</dd>
471475
<!---->
472-
473-
<dt id=SVG12>[SVG12]
474-
475-
<dd>Dean Jackson. <cite>Scalable Vector Graphics (SVG) 1.2.</cite> 13
476-
April 2005. W3C Working Draft. (Work in progress.) URL: <a
477-
href="http://www.w3.org/TR/2005/WD-SVG12-20050413">http://www.w3.org/TR/2005/WD-SVG12-20050413</a>
478-
</dd>
479-
<!---->
480476
</dl>
481477
<!--end-informative-->
482478
</html>

0 commit comments

Comments
 (0)