@@ -39,7 +39,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE: 31 October 2007]</h2>
3939
4040< h2 class ="no-num no-toc " id ="abstract "> Abstract</ h2 >
4141
42- < p > The CSS Namespaces module defines the syntax for using namespaces in CSS.
42+ < p > This CSS Namespaces module defines the syntax for using namespaces in CSS.
4343 It defines the < code > @namespace</ code > rule for declaring the
4444 default namespace and binding namespaces to namespace prefixes, and
4545 it also defines a syntax that other specifications can adopt for using
@@ -70,14 +70,14 @@ <h2 id="intro">Introduction</h2>
7070
7171 < p > < em > This section is non-normative.</ em > </ p >
7272
73- < p > This CSS module defines syntax for using namespaces in CSS.
73+ < p > This CSS Namespaces module defines syntax for using namespaces in CSS.
7474 It defines the < code > @namespace</ code > rule for declaring a
7575 default namespace and for binding namespaces to namespace prefixes.
7676 It also defines a syntax for using those prefixes to represent
7777 namespace-qualified names. It does not define where such names are
7878 valid or what they mean: that depends on their context and is defined
79- by a host language, such as Selectors ([[Select ]]), that references the syntax
80- defined in the CSS Namespaces Module .
79+ by a host language, such as Selectors ([[SELECT ]]), that references the syntax
80+ defined in the CSS Namespaces module .
8181
8282 < p > Note that a CSS client that does not support this module will (if it
8383 properly conforms to
@@ -93,7 +93,7 @@ <h2 id="intro">Introduction</h2>
9393 < h2 id ="conformance "> Conformance</ h2 >
9494
9595 < p > A document or implementation cannot conform to CSS Namespaces alone,
96- but can claim conformance to this specification if it satisfies the
96+ but can claim conformance to CSS Namespaces if it satisfies the
9797 conformance requirements in this specification when implementing CSS or
9898 another host language that normatively references this specification.</ p >
9999
@@ -150,7 +150,7 @@ <h2 id="declaration">Declaring namespaces: the <code>@namespace</code> rule</h2>
150150 < p > The @namespace < a href ="http://www.w3.org/TR/CSS21/syndata.html#q6 "> at-rule</ a >
151151 declares a namespace prefix and associates it with a given namespace name
152152 (a string). This namespace prefix can then be used in namespace-qualified
153- names such as those described in the Selectors Module [[SELECT]] or the
153+ names such as those described in the Selectors module [[SELECT]] or the
154154 Values and Units module [[CSS3VAL]].</ p >
155155
156156 < div class ="example ">
@@ -295,8 +295,8 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
295295 and CSS by Bert Bos and Steven Pemberton. Many current and former members of
296296 the CSS Working Group have contributed to this document. Discussions on
297297 www-style@w3.org and in other places have also contributed ideas to this
298- specification. Special thanks goes to L. David Baron, Karl Dubost, Ian Hickson, Bjöern
299- Höhrmann, and Lachlan Hunt for their comments.</ p >
298+ specification. Special thanks goes to L. David Baron, Karl Dubost, Ian Hickson,
299+ Bjöern Höhrmann, and Lachlan Hunt for their comments.</ p >
300300
301301< h2 class ="no-num " id ="references "> References</ h2 >
302302
0 commit comments