Skip to content

Commit 6701a05

Browse files
committed
point to css-qnames instead of Selectors and css3-values (from declarion section)
1 parent 2832df9 commit 6701a05

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

css3-namespace/Overview.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,8 @@ <h2 id=declaration><span class=secno>3. </span>Declaring namespaces: the
248248
href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">at-rule</a>
249249
declares a namespace prefix and associates it with a given namespace name
250250
(a string). This namespace prefix can then be used in namespace-qualified
251-
names such as those described in the Selectors module <a href="#SELECT"
252-
rel=biblioentry>[SELECT]<!--{{SELECT}}--></a> or the Values and Units
253-
module <a href="#CSS3VAL"
254-
rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>.</p>
251+
names such as the <a href="#css-qnames">CSS qualified names</a> defined
252+
below.</p>
255253

256254
<div class=example>
257255
<pre>@namespace "http://www.w3.org/1999/xhtml";
@@ -519,16 +517,6 @@ <h3 class=no-num id=informative-references>Informative references</h3>
519517
</dd>
520518
<!---->
521519

522-
<dt id=CSS3VAL>[CSS3VAL]
523-
524-
<dd>H&#229;kon Wium Lie; Chris Lilley. <a
525-
href="http://www.w3.org/TR/2006/WD-css3-values-20060919"><cite>CSS3
526-
module: Values and Units.</cite></a> 19 September 2006. W3C Working
527-
Draft. (Work in progress.) URL: <a
528-
href="http://www.w3.org/TR/2006/WD-css3-values-20060919">http://www.w3.org/TR/2006/WD-css3-values-20060919</a>
529-
</dd>
530-
<!---->
531-
532520
<dt id=SELECT>[SELECT]
533521

534522
<dd>Daniel Glazman; Tantek &#199;elik; Ian Hickson (eds). <a

css3-namespace/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ <h2 id="declaration">Declaring namespaces: the <code>@namespace</code> rule</h2>
145145
<p>The @namespace <a href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">at-rule</a>
146146
declares a namespace prefix and associates it with a given namespace name
147147
(a string). This namespace prefix can then be used in namespace-qualified
148-
names such as those described in the Selectors module [[SELECT]] or the
149-
Values and Units module [[CSS3VAL]].</p>
148+
names such as the <a href="#css-qnames">CSS qualified names</a> defined below.</p>
150149

151150
<div class="example">
152151
<pre>@namespace "http://www.w3.org/1999/xhtml";

0 commit comments

Comments
 (0)