Skip to content

Commit 6e21191

Browse files
committed
[css-namespaces] Add wqwname production and changes list
1 parent 295a8b1 commit 6e21191

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

css-namespaces/Overview.bs

+12
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@ CSS Qualified Names</h2>
291291
wqname
292292
: wqname_prefix? ident
293293
;
294+
wqwname
295+
: wqname_prefix? [ ident | '*' ]
296+
;
294297
</pre>
295298

296299
CSS qualified names can be used in (for example)
@@ -307,6 +310,15 @@ CSS Qualified Names</h2>
307310
and CSS [[!CSS21]] requires style rules with an invalid selector to be completely ignored.
308311
</div>
309312

313+
<h2 class="no-num" id="changes">
314+
Changes</h2>
315+
316+
Changes made since the <a href="http://www.w3.org/TR/2011/REC-css3-namespace-20110929/">29 September 2011 Recommendation</a>:
317+
<ul>
318+
<li>Added predefined ''qname'', ''wqname'', and ''wqwname'' productions,
319+
to make those constructs easier for other specs to use.
320+
</ul>
321+
310322
<h2 class="no-num" id="acks">
311323
Acknowledgments</h2>
312324

css-namespaces/Overview.html

+14-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Namespaces Module Level 3</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=20140219>19 February 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140306>6 March 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/css-namespaces/>http://dev.w3.org/csswg/css-namespaces/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-namespace/>http://www.w3.org/TR/css3-namespace/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-namespaces/>http://dev.w3.org/csswg/css-namespaces/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2008/CR-css3-namespace-20080523/ rel=previous>http://www.w3.org/TR/2008/CR-css3-namespace-20080523/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-namespace%5D%20feedback">www-style@w3.org</a>
@@ -116,6 +116,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
116116
<li><a href=#scope><span class=secno>2.2</span> Scope</a>
117117
<li><a href=#prefixes><span class=secno>2.3</span> Declaring Prefixes</a></ul>
118118
<li><a href=#css-qnames><span class=secno>3</span> CSS Qualified Names</a>
119+
<li><a href=#changes><span class=secno></span> Changes</a>
119120
<li><a href=#acks><span class=secno></span> Acknowledgments</a>
120121
<li><a href=#conformance><span class=secno></span> Conformance</a>
121122
<ul class=toc>
@@ -373,6 +374,9 @@ <h2 class="heading settled heading" data-level=3 id=css-qnames><span class=secno
373374
wqname
374375
: wqname_prefix? ident
375376
;
377+
wqwname
378+
: wqname_prefix? [ ident | '*' ]
379+
;
376380
</pre>
377381
<p> CSS qualified names can be used in (for example)
378382
selectors and property values as described in other modules.
@@ -388,6 +392,15 @@ <h2 class="heading settled heading" data-level=3 id=css-qnames><span class=secno
388392
and CSS <a data-biblio-type=normative data-link-type=biblio href=#css21 title=css21>[CSS21]</a> requires style rules with an invalid selector to be completely ignored.
389393
</div>
390394

395+
<h2 class="no-num heading settled heading" id=changes><span class=content>
396+
Changes</span><a class=self-link href=#changes></a></h2>
397+
398+
<p> Changes made since the <a href=http://www.w3.org/TR/2011/REC-css3-namespace-20110929/>29 September 2011 Recommendation</a>:
399+
<ul>
400+
<li>Added predefined <span class=css data-link-type=maybe title=qname>qname</span>, <span class=css data-link-type=maybe title=wqname>wqname</span>, and <span class=css data-link-type=maybe title=wqwname>wqwname</span> productions,
401+
to make those constructs easier for other specs to use.
402+
</ul>
403+
391404
<h2 class="no-num heading settled heading" id=acks><span class=content>
392405
Acknowledgments</span><a class=self-link href=#acks></a></h2>
393406

0 commit comments

Comments
 (0)