Skip to content

Commit 77f10b1

Browse files
committed
fix grammar (from Bert)
1 parent ff56ad7 commit 77f10b1

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

css3-namespace/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
<h1 id=css-namespaces>CSS Namespaces Module</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus>Editor's Draft 10 March 2008</h2>
18+
<h2 class="no-num no-toc" id=longstatus>Editor's Draft 11 March 2008</h2>
1919

2020
<dl>
2121
<dt>This version:</dt>
22-
<!-- <dd><a href="http://www.w3.org/TR/2008/WD-css3-namespace-20080310/">http://www.w3.org/TR/2008/WD-css3-namespace-20080310/</a></dd> -->
22+
<!-- <dd><a href="http://www.w3.org/TR/2008/WD-css3-namespace-20080311/">http://www.w3.org/TR/2008/WD-css3-namespace-20080311/</a></dd> -->
2323

2424
<dd><a
2525
href="http://dev.w3.org/csswg/css3-namespace/">http://dev.w3.org/csswg/css3-namespace/</a>
@@ -423,7 +423,8 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2>
423423
<!-- --> : [namespace_prefix]? '|'
424424
<!-- --> ;
425425
<!-- -->wqname_prefix
426-
<!-- --> : qname | [ '*' '|' ]
426+
<!-- --> : namespace_prefix? '|'
427+
<!-- --> | '*' '|'
427428
<!-- --> ;<!--
428429
--></pre>
429430

css3-namespace/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ <h2 id="css-qnames">CSS Qualified Names</h2>
300300
<!-- --> : [namespace_prefix]? '|'
301301
<!-- --> ;
302302
<!-- -->wqname_prefix
303-
<!-- --> : qname | [ '*' '|' ]
303+
<!-- --> : namespace_prefix? '|'
304+
<!-- --> | '*' '|'
304305
<!-- --> ;<!--
305306
--></pre>
306307

0 commit comments

Comments
 (0)