- From: <bugzilla@jessica.w3.org>
- Date: Fri, 28 Feb 2014 13:27:31 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24853
--- Comment #1 from netmosfera@gmail.com ---
what's not clear is: why are sectioning elements allowed but headers inside
them not?
**you disallow them both or you allow them both**
by the way, that's an use case that i often see:
<article>
<header>
<h1>Flexbox the definitive guide</h1>
<aside>
<header>
<h1>About the author</h1>
<p>A nice guy that hates everything and everyone</p>
<p><a href="./wes/">Contact Him!</a></p>
</header>
<p>This article is brought to you by Wesley,
skilled expert in "always-in-beta" applications
that will never see the light</p>
</aside>
</header>
<p>Actual article here Actual article here Actual article here
Actual article here Actual article here Actual article
here Actual article here</p>
</article>
in this case, the "about the author" is not part of the actual contents, it is
part of the header of the article imho
hth
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 28 February 2014 13:27:35 UTC