Re: nav > ul is sometimes redundant

03.09.2015, 16:53, "Matt Di Pasquale" <liveloveprosper@gmail.com>:
> <nav>
> š <ul>
> š š <li><a href="/">Home</a></li>
> š š <li><a href="/about">About</a></li>
> š š <li><a href="/contact">Contact</a></li>
> š </ul>
> </nav>
>
> Why do I need the extra nav element? Wouldn't it be simpler if I could remove the nav element and perhaps replace the ul element with an nl element?

Instead of inventing another navigation-semantics element like `NL`, it would probably be more reasonable to be able to omit nested `UL` and put `LI` items directly inside `NAV`.

Received on Thursday, 3 September 2015 14:57:43 UTC