Re: Semantics of <link rel="next">

Ben Bucksch, at 21:04 +0100 on 2001-11-11, wrote:

   Trying to implement <link> tags for my website, I am very confused
   about what "next" means.

      1. Does Next go to the next sibling (node/page with the same parent)? or
      2. Is the whole hierarchy imaginary flattened and Next goes to the
         next page in that linear string of all pages, giving some kind of
         a (non-guided) tour through the whole site? or
      3. Are the semantics up to the author?

docbook-generated pages implement "next" as per #2, with next being
impelemented in a depth-first traversal, which gets the user all the way
through the content.

I think that things like (1) are not that useful to most readers.  We have
the Chapter, Section, and Subsection link types that can be used if you
want to have direct references to stuff at certain layers of the tree.
Of course, unfortunately, these are hard-coded named layers, but they are
a halfway decent solution.

-- 
Frank Tobin		http://www.neverending.org/~ftobin/

Received on Monday, 12 November 2001 11:20:37 UTC