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 07:00:49 -0800 (PST)
Message-ID: <4420.217.123.226.234.1131980449.squirrel@217.123.226.234>
To: www-html@w3.org

kudabulo@yandex.ru wrote:
> By the way, I rightly understand, that
>
> <a href="..." rel="next">...</a>
> <a href="..." rel="prev">...</a>
>
> is preferable to
>
> <link href="..." rel="next" title="..." .../>
> <link href="..." rel="prev" title="..." .../>
>
> is it?

I would say yes. Which is another issue I have with separating meta data
from the content: Most browser(extension)s only support links in the head,
not rel links in the content, because they wrongly assume that meta data
can only be found in the head.

On my site I have links to feeds, the search page, the author and the
license. I don't want to duplicate those links in the header for semantic
applications just because they are too lazy to check more than the header.

greetings,

Sjoerd Visscher
http://w3future.com/weblog/ 
Received on Monday, 14 November 2005 15:00:59 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.