Re: HTML5 differences from HTML4 editor's draft

On Sun, 24 Jun 2007 19:01:09 +0200, Lachlan Hunt  
<lachlan.hunt@lachy.id.au> wrote:

> It just means that it's where a link would ordinarily be, but currently  
> isn't.  For example:
>
> <menu>
>    <li><a href="/">Home</a>
>    <li><a>Products</a>
>    <li><a href="/services">Services</a>
>    <li><a href="/about">About</a>
> </menu>

FWIW, this looks more like site navigation than a list of commands, so  
<nav><ul> would probably be more appropriate than <menu> here.

-- 
Simon Pieters

Received on Sunday, 24 June 2007 19:30:30 UTC