[selectors-nonelement] Make mystery ns only not match, not invalid.

Wed, 23 Apr 2014 09:10:44 -0700

author
Tab Atkins Jr. <jackalmage@gmail.com>
date
Wed, 23 Apr 2014 09:10:44 -0700
changeset 13791
8264b5787f65
parent 13790
0423da3ec2a8
child 13792
0f7de9b2bc38
child 13805
b3f48a8de5f4

[selectors-nonelement] Make mystery ns only not match, not invalid.

selectors-nonelement/Overview.bs file | annotate | diff | comparison | revisions
selectors-nonelement/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/selectors-nonelement/Overview.bs	Wed Apr 23 18:02:06 2014 +0900
     1.2 +++ b/selectors-nonelement/Overview.bs	Wed Apr 23 09:10:44 2014 -0700
     1.3 @@ -56,7 +56,7 @@
     1.4  	it must match a declared <a>namespace prefix</a>,
     1.5  	in which case the selector only matches attributes in that namespace;
     1.6  	if it doesn't match a declared <a>namespace prefix</a>,
     1.7 -	the selector is invalid.
     1.8 +	the selector matches nothing.
     1.9  	If the <<na-prefix>> is provided as a '*' character,
    1.10  	the selector matches attributes in any namespace.
    1.11  	If the <<na-prefix>> is omitted,
     2.1 --- a/selectors-nonelement/Overview.html	Wed Apr 23 18:02:06 2014 +0900
     2.2 +++ b/selectors-nonelement/Overview.html	Wed Apr 23 09:10:44 2014 -0700
     2.3 @@ -54,7 +54,7 @@
     2.4  </p>
     2.5    <h1 class="p-name no-ref" id=title>Non-element Selectors</h1>
     2.6    <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
     2.7 -    <span class=dt-updated><span class=value-title title=20140310>10 March 2014</span></span></span></h2>
     2.8 +    <span class=dt-updated><span class=value-title title=20140423>23 April 2014</span></span></span></h2>
     2.9    <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>
    2.10      <dt>Feedback:</dt>
    2.11          <dd><a href="mailto:www-style@w3.org?subject=%5Bselectors-nonelement%5D%20feedback">www-style@w3.org</a>
    2.12 @@ -168,7 +168,7 @@
    2.13  	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>,
    2.14  	in which case the selector only matches attributes in that namespace;
    2.15  	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>,
    2.16 -	the selector is invalid.
    2.17 +	the selector matches nothing.
    2.18  	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,
    2.19  	the selector matches attributes in any namespace.
    2.20  	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,

mercurial