- From: <bugzilla@jessica.w3.org>
- Date: Thu, 17 Apr 2014 09:15:15 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25281
steve faulkner <faulkner.steve@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from steve faulkner <faulkner.steve@gmail.com> ---
Hi Jason, no, but it is a little confusing, its easier to understand if you add
headings to reflect the nesting structure. the <nav> is a subsection of the
article
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<h1>Ray's blog</h1>
<main>
<article>
<header>
<h2>article heading</h2>
<nav>
<h3>nav heading</h3>
<a href="?t=-1d">Yesterday</a>;
<a href="?t=-7d">Last week</a>;
<a href="?t=-1m">Last month</a>
</nav>
</header>
<h2>We're adopting a child!</h2>
<p>As of today, Janine and I have signed the papers to become
the proud parents of baby Diane! We've been looking forward to
this day for weeks.</p>
</article>
</main>
</body>
</html>
resulting outline:
Ray's blog
article heading
nav heading
We're adopting a child!
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 17 April 2014 09:15:16 UTC