[whatwg] Re: 1 webpage != 1 document

On 8/17/05, Jep Castelein <jep at backbase.com> wrote:
> Am I right in saying that <section> and especially <article> could
> promote the use of multiple documents in 1 webpage? If yes, I guess it
> would be useful if search engines would index all documents separately
> and not just the entire page. I don't know how search engines are
> supposed to display the deeplinks: with hashes maybe?

Hashes won't work if only an excerpt of the document is rendered
together with another document. The URI of the excerpted document is
not the same as the current location. Placing a `a[@rel="permalink"] `
in the `<article>` sounds like a semantic solution to me.

Received on Wednesday, 17 August 2005 06:22:01 UTC