Skip to content

Commit 957a080

Browse files
committed
clarify requirements on specs defining error handling of undeclared prefixes
1 parent 03eb8e1 commit 957a080

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

css3-namespace/Overview.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,11 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2>
379379
</div>
380380

381381
<p>CSS qualified names can be used in (for example) selectors and property
382-
values as described in other modules. Those modules should define the use
383-
of a namespace prefix that has not been properly declared as a parsing
384-
error that will cause the selector or declaration (etc.) to be considered
385-
invalid and ignored.</p>
382+
values as described in other modules. Those modules must define handling
383+
of namespace prefixes that have not been properly declared. Such handling
384+
should treat undeclared namespace prefixes as a parsing error that will
385+
cause the selector or declaration (etc.) to be considered invalid and
386+
ignored.</p>
386387
</div>
387388

388389
<h2 class=no-num id=acknowledgments>Acknowledgments</h2>

css3-namespace/Overview.src.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,11 @@ <h2 id="css-qnames">CSS Qualified Names</h2>
278278
</div>
279279

280280
<p>CSS qualified names can be used in (for example) selectors and property
281-
values as described in other modules. Those modules should define the use
282-
of a namespace prefix that has not been properly declared as a parsing error
283-
that will cause the selector or declaration (etc.) to be considered invalid
284-
and ignored.</p>
281+
values as described in other modules. Those modules must define handling
282+
of namespace prefixes that have not been properly declared. Such handling
283+
should treat undeclared namespace prefixes as a parsing error that will
284+
cause the selector or declaration (etc.) to be considered invalid and
285+
ignored.</p>
285286
</div>
286287

287288
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>

0 commit comments

Comments
 (0)