8000 [selectors-nonelement] Make mystery ns only not match, not invalid. · w3c/csswg-drafts@42d58ff · GitHub
Skip to content

Commit 42d58ff

Browse files
committed
[selectors-nonelement] Make mystery ns only not match, not invalid.
1 parent 7495007 commit 42d58ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

selectors-nonelement/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Attribute node selector</h3>
5656
it must match a declared <a>namespace prefix</a>,
5757
in which case the selector only matches attributes in that namespace;
5858
if it doesn't match a declared <a>namespace prefix</a>,
59-
the selector is invalid.
59+
the selector matches nothing.
6060
If the <<na-prefix>> is provided as a '*' character,
6161
the selector matches attributes in any namespace.
6262
If the <<na-prefix>> is omitted,

selectors-nonelement/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>Non-element Selectors</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140310>10 March 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140423>23 April 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/selectors-nonelement/>http://dev.w3.org/csswg/selectors-nonelement/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/selectors-nonelement/>http://dev.w3.org/csswg/selectors-nonelement/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bselectors-nonelement%5D%20feedback">www-style@w3.org</a>
@@ -168,7 +168,7 @@ <h3 class="heading settled heading" data-level=2.1 id=attribute-node-selector><s
168168
it must match a declared <a data-link-type=dfn href=http://dev.w3.org/csswg/css-namespaces-1/#namespace-prefix title="namespace prefix">namespace prefix</a>,
169169
in which case the selector only matches attributes in that namespace;
170170
if it doesn’t match a declared <a data-link-type=dfn href=http://dev.w3.org/csswg/css-namespaces-1/#namespace-prefix title="namespace prefix">namespace prefix</a>,
171-
the selector is invalid.
171+
the selector matches nothing.
172172
If the <a class="production css-code" data-link-type=type href=#typedef-na-prefix title="<na-prefix>">&lt;na-prefix&gt;</a> is provided as a <a class=property data-link-type=propdesc title=*>*</a> character,
173173
the selector matches attributes in any namespace.
174174
If the <a class="production css-code" data-link-type=type href=#typedef-na-prefix title="<na-prefix>">&lt;na-prefix&gt;</a> is omitted,

0 commit comments

Comments
 (0)