> <section> > <section id="first"> > <link rel="stylesheet" href="somestyles.css" type="text/css"/> > <!-- content --> > </section> > <section id="second"> > <link rel="stylesheet" href="morestyles.css" type="text/css"/> > <!-- content --> > </section> > </section> > A better example: > <section> > <section id="first"> > <link rel="next" href="freaky.xhtml"/> > <!-- content --> > </section> > <section id="second"> > <link rel="next" href="funky.xhtml"/> > <!-- content --> > </section> > </section> Note that these links can already be created with the various linking and meta constructions in XHTML 2. So these problems will have to be resolved anyway. -- Sjoerd Visscher http://w3future.com/weblog/Received on Monday, 14 November 2005 12:34:25 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 March 2012 18:16:04 GMT