|
|
|
|
|
by eksith
4666 days ago
|
|
Actually, you can have nav inside article and still get the important stuff. <html>
<head></head>
<body>
<article>
<nav></nav>
<form></form>
<main></main>
<aside></aside>
<footer></footer>
</article>
</body>
</html>
You can additionally include a "skip to content" link up top. |
|
And those skip to content -links just the kind of hack we should not have to do. There should not be anyhting before the content, markup-wise.