Skip to content

Commit 1b3b932

Browse files
committed
remove 'author' conformance class, fix links
1 parent 0ec8228 commit 1b3b932

2 files changed

Lines changed: 13 additions & 19 deletions

File tree

css3-namespace/Overview.html

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -197,18 +197,14 @@ <h2 id=conformance><span class=secno>2. </span>Conformance</h2>
197197
conformance requirements in this specification when implementing CSS or
198198
another host language that normatively references this specification.</p>
199199

200-
<p>Conformance to CSS Namespaces is defined for three classes:</p>
200+
<p>Conformance to CSS Namespaces is defined for two classes:</p>
201201

202202
<dl>
203203
<dt><dfn id=style>style sheet</dfn>
204204

205-
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#x10">CSS style
206-
sheet</a> (or a complete unit of another host language that normatively
207-
references CSS Namespaces).
208-
209-
<dt><dfn id=author>author</dfn>
210-
211-
<dd>Someone or something that creates a style sheet.
205+
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS
206+
style sheet</a> (or a complete unit of another host language that
207+
normatively references CSS Namespaces).
212208

213209
<dt><dfn id=interpreter>interpreter</dfn>
214210

@@ -255,9 +251,9 @@ <h2 id=declaration><span class=secno>3. </span>Declaring namespaces: the
255251
<code>@namespace</code> rule</h2>
256252

257253
<p>The @namespace <a
258-
href="http://www.w3.org/TR/CSS21/syndata.html#q6">at-rule</a> declares a
259-
namespace prefix and associates it with a given namespace name (a
260-
string). This namespace prefix can then be used in namespace-qualified
254+
href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">at-rule</a>
255+
declares a namespace prefix and associates it with a given namespace name
256+
(a string). This namespace prefix can then be used in namespace-qualified
261257
names such as those described in the Selectors module <a href="#SELECT"
262258
rel=biblioentry>[SELECT]<!--{{SELECT}}--></a> or the Values and Units
263259
module <a href="#CSS3VAL"
@@ -312,8 +308,8 @@ <h3 id=syntax><span class=secno>3.1 </span>Syntax</h3>
312308

313309
<p>A syntactically invalid <code>@namespace</code> rule (whether malformed
314310
or misplaced) must be <a
315-
href="http://www.w3.org/TR/CSS21/conform.html#x22">ignored</a>. A CSS <a
316-
href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">style
311+
href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. A CSS
312+
<a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">style
317313
sheet</a> containing an invalid <code>@namespace</code> rule is itself <a
318314
href="http://www.w3.org/TR/CSS21/conform.html#valid-style-sheet">invalid</a>.</p>
319315

css3-namespace/Overview.src.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,12 @@ <h2 id="conformance">Conformance</h2>
9292
conformance requirements in this specification when implementing CSS or
9393
another host language that normatively references this specification.</p>
9494

95-
<p>Conformance to CSS Namespaces is defined for three classes:
95+
<p>Conformance to CSS Namespaces is defined for two classes:
9696
<dl>
9797
<dt><dfn>style sheet</dfn></dt>
98-
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#x10">CSS style
98+
<dd>A <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">CSS style
9999
sheet</a> (or a complete unit of another host language that normatively
100100
references CSS Namespaces).
101-
<dt><dfn>author</dfn></dt>
102-
<dd>Someone or something that creates a style sheet.</dd>
103101
<dt><dfn>interpreter</dfn></dt>
104102
<dd>Someone or something that interprets the semantics of a style sheet.
105103
(CSS <a href="http://www.w3.org/TR/CSS21/conform.html#user-agent">user
@@ -143,7 +141,7 @@ <h3 id="terminology">Terminology</h3>
143141
<div>
144142
<h2 id="declaration">Declaring namespaces: the <code>@namespace</code> rule</h2>
145143

146-
<p>The @namespace <a href="http://www.w3.org/TR/CSS21/syndata.html#q6">at-rule</a>
144+
<p>The @namespace <a href="http://www.w3.org/TR/CSS21/syndata.html#at-rules">at-rule</a>
147145
declares a namespace prefix and associates it with a given namespace name
148146
(a string). This namespace prefix can then be used in namespace-qualified
149147
names such as those described in the Selectors module [[SELECT]] or the
@@ -195,7 +193,7 @@ <h3 id="syntax">Syntax</h3>
195193
<code>stylesheet</code> grammar.</p>
196194

197195
<p>A syntactically invalid <code>@namespace</code> rule (whether malformed or
198-
misplaced) must be <a href="http://www.w3.org/TR/CSS21/conform.html#x22">ignored</a>.
196+
misplaced) must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
199197
A CSS <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">style sheet</a>
200198
containing an invalid <code>@namespace</code> rule is itself
201199
<a href="http://www.w3.org/TR/CSS21/conform.html#valid-style-sheet">invalid</a>.</p>

0 commit comments

Comments
 (0)