File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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å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 Çelik; Ian Hickson (eds). < a
Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments