Skip to content

Commit 03eb8e1

Browse files
committed
clarify style sheet non-conformance, issues-1#16
1 parent d266f2d commit 03eb8e1

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

css3-namespace/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,10 @@ <h3 id=syntax><span class=secno>3.1. </span>Syntax</h3>
290290

291291
<p>A syntactically invalid <code>@namespace</code> rule (whether malformed
292292
or misplaced) must be <a
293-
href="http://www.w3.org/TR/CSS21/conform.html#x22">ignored</a>. A style
294-
sheet containing an invalid <code>@namespace</code> rule is
295-
non-conforming.</p>
293+
href="http://www.w3.org/TR/CSS21/conform.html#x22">ignored</a>. A CSS <a
294+
href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">style
295+
sheet</a> containing an invalid <code>@namespace</code> rule is itself <a
296+
href="http://www.w3.org/TR/CSS21/conform.html#valid-style-sheet">invalid</a>.</p>
296297

297298
<p>A URI string parsed from the <code>URI</code> syntax must be treated as
298299
a literal string: as with the <code>STRING</code> syntax, no URI-specific

css3-namespace/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ <h3 id="syntax">Syntax</h3>
201201

202202
<p>A syntactically invalid <code>@namespace</code> rule (whether malformed or
203203
misplaced) must be <a href="http://www.w3.org/TR/CSS21/conform.html#x22">ignored</a>.
204-
A style sheet containing an invalid <code>@namespace</code> rule is
205-
non-conforming.</p>
204+
A CSS <a href="http://www.w3.org/TR/CSS21/conform.html#style-sheet">style sheet</a>
205+
containing an invalid <code>@namespace</code> rule is itself
206+
<a href="http://www.w3.org/TR/CSS21/conform.html#valid-style-sheet">invalid</a>.</p>
206207

207208
<p>A URI string parsed from the <code>URI</code> syntax must be treated as
208209
a literal string: as with the <code>STRING</code> syntax, no URI-specific

0 commit comments

Comments
 (0)