Skip to content

Commit d33b458

Browse files
committed
more 'module' and 'this' related editorial edits
1 parent 75a2c7e commit d33b458

2 files changed

Lines changed: 20 additions & 19 deletions

File tree

css3-namespace/Overview.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h2 class="no-num no-toc" id=longstatus>Editor's Draft 6 February 2008</h2>
6969

7070
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
7171

72-
<p>The CSS Namespaces module defines the syntax for using namespaces in
72+
<p>This CSS Namespaces module defines the syntax for using namespaces in
7373
CSS. It defines the <code>@namespace</code> rule for declaring the default
7474
namespace and binding namespaces to namespace prefixes, and it also
7575
defines a syntax that other specifications can adopt for using those
@@ -147,14 +147,15 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
147147

148148
<p><em>This section is non-normative.</em></p>
149149

150-
<p>This CSS module defines syntax for using namespaces in CSS. It defines
151-
the <code>@namespace</code> rule for declaring a default namespace and
152-
for binding namespaces to namespace prefixes. It also defines a syntax
153-
for using those prefixes to represent namespace-qualified names. It does
154-
not define where such names are valid or what they mean: that depends on
155-
their context and is defined by a host language, such as Selectors
156-
([[Select]]), that references the syntax defined in the CSS Namespaces
157-
Module.
150+
<p>This CSS Namespaces module defines syntax for using namespaces in CSS.
151+
It defines the <code>@namespace</code> rule for declaring a default
152+
namespace and for binding namespaces to namespace prefixes. It also
153+
defines a syntax for using those prefixes to represent
154+
namespace-qualified names. It does not define where such names are valid
155+
or what they mean: that depends on their context and is defined by a host
156+
language, such as Selectors (<a href="#SELECT"
157+
rel=biblioentry>[SELECT]<!--{{SELECT}}--></a>), that references the
158+
syntax defined in the CSS Namespaces module.
158159

159160
<p>Note that a CSS client that does not support this module will (if it
160161
properly conforms to <a
@@ -170,7 +171,7 @@ <h2 id=intro><span class=secno>1. </span>Introduction</h2>
170171
<h2 id=conformance><span class=secno>2. </span>Conformance</h2>
171172

172173
<p>A document or implementation cannot conform to CSS Namespaces alone,
173-
but can claim conformance to this specification if it satisfies the
174+
but can claim conformance to CSS Namespaces if it satisfies the
174175
conformance requirements in this specification when implementing CSS or
175176
another host language that normatively references this specification.</p>
176177

@@ -235,7 +236,7 @@ <h2 id=declaration><span class=secno>3. </span>Declaring namespaces: the
235236
href="http://www.w3.org/TR/CSS21/syndata.html#q6">at-rule</a> declares a
236237
namespace prefix and associates it with a given namespace name (a
237238
string). This namespace prefix can then be used in namespace-qualified
238-
names such as those described in the Selectors Module <a href="#SELECT"
239+
names such as those described in the Selectors module <a href="#SELECT"
239240
rel=biblioentry>[SELECT]<!--{{SELECT}}--></a> or the Values and Units
240241
module <a href="#CSS3VAL"
241242
rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>.</p>

css3-namespace/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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&ouml;ern
299-
H&ouml;hrmann, and Lachlan Hunt for their comments.</p>
298+
specification. Special thanks goes to L. David Baron, Karl Dubost, Ian Hickson,
299+
Bj&ouml;ern H&ouml;hrmann, and Lachlan Hunt for their comments.</p>
300300

301301
<h2 class="no-num" id="references">References</h2>
302302

0 commit comments

Comments
 (0)