@@ -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
0 commit comments