File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments