Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: [Structure Module] Renaming the <html> element to more semantic name

From: <sjoerd@w3future.com>
Date: Mon, 14 Nov 2005 04:34:20 -0800 (PST)
Message-ID: <3883.217.123.226.234.1131971660.squirrel@217.123.226.234>
To: "www-html@w3.org" <www-html@w3.org>


> <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
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.