Skip to content

Commit a1c4ddd

Browse files
committed
Add qname and wqname productions for convenience
1 parent cd6a2e0 commit a1c4ddd

2 files changed

Lines changed: 29 additions & 20 deletions

File tree

css3-namespace/Overview.html

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
<h1>CSS Namespaces Module</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2>
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2012</h2>
1919

2020
<dl>
2121
<dt>This version:</dt>
2222
<!--
23-
<dd><a href="http://www.w3.org/TR/2011/ED-css3-namespace-20110810/">http://www.w3.org/TR/2011/PR-css3-namespace-20110810/</a></dd>
23+
<dd><a href="http://www.w3.org/TR/2012/ED-css3-namespace-20120103/">http://www.w3.org/TR/2012/PR-css3-namespace-20120103/</a></dd>
2424
-->
2525

2626
<dd><a
@@ -53,14 +53,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2>
5353
<!--begin-copyright-->
5454
<p class=copyright><a
5555
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
56-
rel=license>Copyright</a> &copy; 2011 <a
57-
href="http://www.w3.org/"><acronym title="World Wide Web
58-
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
59-
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
60-
of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
61-
title="European Research Consortium for Informatics and
62-
Mathematics">ERCIM</acronym></a>, <a
63-
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
56+
rel=license>Copyright</a> &copy; 2012 <a
57+
href="http://www.w3.org/"><acronym
58+
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
59+
href="http://www.csail.mit.edu/"><acronym
60+
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
61+
href="http://www.ercim.eu/"><acronym
62+
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
63+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
6464
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
6565
<a
6666
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -457,11 +457,16 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2>
457457

458458
<pre><!--
459459
-->qname_prefix
460-
<!-- --> : [namespace_prefix]? '|'
460+
<!-- --> : namespace_prefix? '|'
461461
<!-- --> ;
462462
<!-- -->wqname_prefix
463-
<!-- --> : namespace_prefix? '|'
464-
<!-- --> | '*' '|'
463+
<!-- --> : [ namespace_prefix? | '*' ] '|'
464+
<!-- --> ;
465+
<!-- -->qname
466+
<!-- --> : qname_prefix? ident
467+
<!-- --> ;
468+
<!-- -->wqname
469+
<!-- --> : wqname_prefix? ident
465470
<!-- --> ;<!--
466471
--></pre>
467472

@@ -545,10 +550,9 @@ <h3 class=no-num id=informative-references>Informative references</h3>
545550
<dt id=SELECT>[SELECT]
546551

547552
<dd>Tantek &#199;elik; et al. <a
548-
href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215"><cite>Selectors
549-
Level 3.</cite></a> 15 December 2009. W3C Proposed Recommendation. (Work
550-
in progress.) URL: <a
551-
href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215">http://www.w3.org/TR/2009/PR-css3-selectors-20091215</a>
553+
href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/"><cite>Selectors
554+
Level 3.</cite></a> 29 September 2011. W3C Recommendation. URL: <a
555+
href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/">http://www.w3.org/TR/2011/REC-css3-selectors-20110929/</a>
552556
</dd>
553557
<!---->
554558
</dl>

css3-namespace/Overview.src.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,16 @@ <h2 id="css-qnames">CSS Qualified Names</h2>
331331

332332
<pre><!--
333333
-->qname_prefix
334-
<!-- --> : [namespace_prefix]? '|'
334+
<!-- --> : namespace_prefix? '|'
335335
<!-- --> ;
336336
<!-- -->wqname_prefix
337-
<!-- --> : namespace_prefix? '|'
338-
<!-- --> | '*' '|'
337+
<!-- --> : [ namespace_prefix? | '*' ] '|'
338+
<!-- --> ;
339+
<!-- -->qname
340+
<!-- --> : qname_prefix? ident
341+
<!-- --> ;
342+
<!-- -->wqname
343+
<!-- --> : wqname_prefix? ident
339344
<!-- --> ;<!--
340345
--></pre>
341346

0 commit comments

Comments
 (0)