OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script type="application/dart" src="dom-traverse.dart"></script> | 3 <script type="application/dart" src="dom-traverse.dart"></script> |
| 4 <script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/d
art.js"></script> |
4 </head> | 5 </head> |
5 <body> | 6 <body> |
6 <div class="head"> | 7 <div class="head"> |
7 <p><a href="http://www.w3.org/"><img height=48 alt=W3C src="http://www.w3.org
/Icons/w3c_home" width=72></a> | 8 <p><a href="http://www.w3.org/"><img height=48 alt=W3C src="http://www.w3.org
/Icons/w3c_home" width=72></a> |
8 | 9 |
9 <h1 id="title">Selectors</h1> | 10 <h1 id="title">Selectors</h1> |
10 | 11 |
11 <h2>W3C Working Draft 15 December 2005</h2> | 12 <h2>W3C Working Draft 15 December 2005</h2> |
12 | 13 |
13 <dl> | 14 <dl> |
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2890 <dt>[XMLNAMES] | 2891 <dt>[XMLNAMES] |
2891 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito
rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999 | 2892 <dd><a name="refsXMLNAMES"></a> Tim Bray, Dave Hollander, Andrew Layman, edito
rs; "<cite>Namespaces in XML</cite>", W3C Recommendation, 14 January 1999 |
2892 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/
REC-xml-names/</code></a>) | 2893 <dd>(<a href="http://www.w3.org/TR/REC-xml-names/"><code>http://www.w3.org/TR/
REC-xml-names/</code></a>) |
2893 | 2894 |
2894 <dt>[YACC] | 2895 <dt>[YACC] |
2895 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdart; Yet another com
piler compiler</cite>", Technical Report, Murray Hill, 1975 | 2896 <dd><a name="refsYACC"></a> S. C. Johnson; "<cite>YACC &mdart; Yet another com
piler compiler</cite>", Technical Report, Murray Hill, 1975 |
2896 | 2897 |
2897 </dl> | 2898 </dl> |
2898 </body> | 2899 </body> |
2899 </html> | 2900 </html> |
OLD | NEW |