This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7552 - Add <article> examples illustrating how to use the element, without an unnecessary <section> wrapper inside.
Summary: Add <article> examples illustrating how to use the element, without an unnece...
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal
Target Milestone: LC
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 13:05 UTC by contributor
Modified: 2010-10-04 13:57 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2009-09-09 13:05:44 UTC
Section: http://www.whatwg.org/specs/web-apps/current-work/#the-article-element

Comment:
Add <article> examples illustrating how to use the element, without an unnecessary <section> wrapper inside.

Posted from: 213.236.208.22
Comment 1 Lachlan Hunt 2009-09-09 13:11:34 UTC
The example should focus on cases where authors currently try to insert a <section> element wrapper between the header and footer.  An example like the following should help people to understand that it's not necessary:

<article>
  <header>
    <h1>Insert a Heading Here</h1>
    <p>Published <time datetime="2009-09-09">September, 9 2009</time>
  </header>

  <p>Insert some example article content here.

  <ul>
    <li>Maybe a list
    <li>Or something
  </ul>

  <p>And some more paragraphs.

  <section>
     <h1>A Subsection</h1>
     <p>The subsection should illustrate that <section> is more than just a wrapper.
  </section>
</article>

(I expect you'll be able to come up with something a little more creative for the article content than I have.)
Comment 2 Lachlan Hunt 2009-09-11 00:42:43 UTC
The example now in the spec satisfies this enough.
Comment 3 Maciej Stachowiak 2010-03-14 14:50:54 UTC
This bug predates the HTML Working Group Decision Policy.

If you are satisfied with the resolution of this bug, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
  http://dev.w3.org/html5/decision-policy/decision-policy.html

This bug is now being moved to VERIFIED. Please respond within two weeks. If this bug is not closed, reopened or escalated within two weeks, it may be marked as NoReply and will no longer be considered a pending comment.