Skip to content

Commit 2fead58

Browse files
committed
linkify ignore
1 parent 957a080 commit 2fead58

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

css3-namespace/Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,9 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2>
382382
values as described in other modules. Those modules must define handling
383383
of namespace prefixes that have not been properly declared. Such handling
384384
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>
385+
cause the selector or declaration (etc.) to be considered invalid and, in
386+
CSS, <a
387+
href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.</p>
387388
</div>
388389

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

css3-namespace/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ <h2 id="css-qnames">CSS Qualified Names</h2>
281281
values as described in other modules. Those modules must define handling
282282
of namespace prefixes that have not been properly declared. Such handling
283283
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>
284+
cause the selector or declaration (etc.) to be considered invalid and, in
285+
CSS, <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.</p>
286286
</div>
287287

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

0 commit comments

Comments
 (0)