Skip to content

Commit ac0fcaf

Browse files
committed
regenerate to update references
1 parent 5c1cbcc commit ac0fcaf

1 file changed

Lines changed: 20 additions & 28 deletions

File tree

css3-namespace/Overview.html

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

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

18-
<h2 class="no-num no-toc" id=longstatus>Editor's Draft 7 February 2008</h2>
18+
<h2 class="no-num no-toc" id=longstatus>Editor's Draft 12 February 2008</h2>
1919

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

2323
<dd><a
2424
href="http://dev.w3.org/csswg/css3-namespace/">http://dev.w3.org/csswg/css3-namespace/</a></dd>
25-
<!-- <dd><a href="http://www.w3.org/TR/2008/WD-css3-namespace-20080207/">http://www.w3.org/TR/2008/WD-css3-namespace-20080207/</a></dd> -->
25+
<!-- <dd><a href="http://www.w3.org/TR/2008/WD-css3-namespace-20080212/">http://www.w3.org/TR/2008/WD-css3-namespace-20080212/</a></dd> -->
2626

2727
<dt>Latest version:
2828

@@ -115,18 +115,17 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
115115

116116
<li><a href="#conformance"><span class=secno>2. </span>Conformance</a>
117117
<ul class=toc>
118-
<li><a href="#terminology"><span class=secno>2.1. </span>Terminology</a>
119-
118+
<li><a href="#terminology"><span class=secno>2.1 </span>Terminology</a>
120119
</ul>
121120

122121
<li><a href="#declaration"><span class=secno>3. </span>Declaring
123122
namespaces: the <code>@namespace</code> rule</a>
124123
<ul class=toc>
125-
<li><a href="#syntax"><span class=secno>3.1. </span>Syntax</a>
124+
<li><a href="#syntax"><span class=secno>3.1 </span>Syntax</a>
126125

127-
<li><a href="#scope"><span class=secno>3.2. </span>Scope</a>
126+
<li><a href="#scope"><span class=secno>3.2 </span>Scope</a>
128127

129-
<li><a href="#prefixes"><span class=secno>3.3. </span>Declaring
128+
<li><a href="#prefixes"><span class=secno>3.3 </span>Declaring
130129
Prefixes</a>
131130
</ul>
132131

@@ -222,7 +221,7 @@ <h2 id=conformance><span class=secno>2. </span>Conformance</h2>
222221

223222
<p class=note>Note, this is an informative note.</p>
224223

225-
<h3 id=terminology><span class=secno>2.1. </span>Terminology</h3>
224+
<h3 id=terminology><span class=secno>2.1 </span>Terminology</h3>
226225

227226
<p>Besides terms introduced by this specification, CSS Namespaces uses the
228227
terminology defined in Namespaces in XML 1.0. <a href="#REC-XML-NAMES"
@@ -266,7 +265,7 @@ <h2 id=declaration><span class=secno>3. </span>Declaring namespaces: the
266265
of the namespace prefixes used in the markup and whether these are
267266
defaulted or not.</p>
268267

269-
<h3 id=syntax><span class=secno>3.1. </span>Syntax</h3>
268+
<h3 id=syntax><span class=secno>3.1 </span>Syntax</h3>
270269

271270
<p>The syntax for the @namespace rule is as follows (using the notation
272271
from the <a href="http://www.w3.org/TR/CSS21/grammar.html">Grammar
@@ -303,14 +302,14 @@ <h3 id=syntax><span class=secno>3.1. </span>Syntax</h3>
303302
a literal string: as with the <code>STRING</code> syntax, no URI-specific
304303
normalization is applied.</p>
305304

306-
<h3 id=scope><span class=secno>3.2. </span>Scope</h3>
305+
<h3 id=scope><span class=secno>3.2 </span>Scope</h3>
307306

308307
<p>The namespace prefix is declared only within the style sheet in which
309308
its @namespace rule appears. It is not declared in any style sheets
310309
importing or imported by that style sheet, nor in any other style sheets
311310
applying to the document.</p>
312311

313-
<h3 id=prefixes><span class=secno>3.3. </span>Declaring Prefixes</h3>
312+
<h3 id=prefixes><span class=secno>3.3 </span>Declaring Prefixes</h3>
314313

315314
<p>A <dfn id=namespace>namespace prefix</dfn>, once declared, represents
316315
the namespace for which it was declared and can be used to indicate the
@@ -322,10 +321,10 @@ <h3 id=prefixes><span class=secno>3.3. </span>Declaring Prefixes</h3>
322321
namespace prefix. Modules that employ namespace prefixes must define in
323322
which contexts the default namespace applies. For example, following <a
324323
href="#REC-XML-NAMES"
325-
rel=biblioentry>[REC-XML-NAMES]<!--{{REC-XML-NAMES}}--></a>, in Selectors
326-
<a href="#SELECT" rel=biblioentry>[SELECT]<!--{{SELECT}}--></a> the
327-
default namespace applies to type selectors&#8212;but it does not apply
328-
to attribute selectors. There is no default value for the default
324+
rel=biblioentry>[REC-XML-NAMES]<!--{{!REC-XML-NAMES}}--></a>, in
325+
Selectors <a href="#SELECT" rel=biblioentry>[SELECT]<!--{{SELECT}}--></a>
326+
the default namespace applies to type selectors&#8212;but it does not
327+
apply to attribute selectors. There is no default value for the default
329328
namespace: modules that assign unqualified names to the default namespace
330329
must define how those unqualified names are to be interpreted when no
331330
default namespace is declared.</p>
@@ -415,8 +414,9 @@ <h3 class=no-num id=normative-references>Normative references</h3>
415414
<dt id=CSS21>[CSS21]
416415

417416
<dd>Bert Bos; et al. <cite>Cascading Style Sheets, level 2 revision
418-
1.</cite> 11 April 2006. W3C Working Draft. (Work in progress.) URL: <a
419-
href="http://www.w3.org/TR/2006/WD-CSS21-20060411">http://www.w3.org/TR/2006/WD-CSS21-20060411</a>
417+
1.</cite> 19 July 2007. W3C Candidate Recommendation. (Work in progress.)
418+
URL: <a
419+
href="http://www.w3.org/TR/2007/CR-CSS21-20070719">http://www.w3.org/TR/2007/CR-CSS21-20070719</a>
420420
</dd>
421421
<!---->
422422

@@ -463,14 +463,6 @@ <h3 class=no-num id=informative-references>Informative references</h3>
463463
</dd>
464464
<!---->
465465

466-
<dt id=REC-XML-NAMES>[REC-XML-NAMES]
467-
468-
<dd>Tim Bray; et al. <cite>Namespaces in XML.</cite> 16 August 2006. W3C
469-
Recommendation. URL: <a
470-
href="http://www.w3.org/TR/2006/REC-xml-names-20060816">http://www.w3.org/TR/2006/REC-xml-names-20060816</a>
471-
</dd>
472-
<!---->
473-
474466
<dt id=SELECT>[SELECT]
475467

476468
<dd>Daniel Glazman; Tantek &#199;elik; Ian Hickson (eds).
@@ -482,9 +474,9 @@ <h3 class=no-num id=informative-references>Informative references</h3>
482474

483475
<dt id=SVG12>[SVG12]
484476

485-
<dd>Dean Jackson. <cite>Scalable Vector Graphics (SVG) 1.2.</cite> 18
486-
March 2004. W3C Working Draft. (Work in progress.) URL: <a
487-
href="http://www.w3.org/TR/2004/WD-SVG12-20040318">http://www.w3.org/TR/2004/WD-SVG12-20040318</a>
477+
<dd>Dean Jackson. <cite>Scalable Vector Graphics (SVG) 1.2.</cite> 13
478+
April 2005. W3C Working Draft. (Work in progress.) URL: <a
479+
href="http://www.w3.org/TR/2005/WD-SVG12-20050413">http://www.w3.org/TR/2005/WD-SVG12-20050413</a>
488480
</dd>
489481
<!---->
490482
</dl>

0 commit comments

Comments
 (0)