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 24753 - Outline models
Summary: Outline models
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P3 editorial
Target Milestone: ---
Assignee: steve faulkner
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 20:59 UTC by Andrea Rendine
Modified: 2015-06-17 03:26 UTC (History)
5 users (show)

See Also:


Attachments

Description Andrea Rendine 2014-02-20 20:59:29 UTC
The 2 examples provided about Outline for documents are both good but difficult to follow with long and complex documents showing section with secondary heading and content. Could they be merged? Or is it suggested elsewhere?

<body>
 <h1>Let's call it a draw(ing surface)</h1>
 <section>
  <h2>Diving in</h2>
  <p>Content for the section</p>
 </section>
 <section>
  <h2>Simple shapes</h2>
  <p>Content for the section</p>
 </section>
 <section>
  <h2>Canvas coordinates</h2>
  <p>Content for the section</p>
  <section>
   <h3>Canvas coordinates diagram</h3>
   <p>Content for the section</p>
  </section>
 </section>
 <section>
  <h2>Paths</h2>
  <p>Content for the section</p>
 </section>
</body>
Comment 1 Michael[tm] Smith 2015-06-17 03:26:30 UTC
Editorial question/suggestion for which there's no indication that there's ever going to be anybody taking any action on, so moving to resolved=wontfix until such time as somebody wants to re-prioritize it higher by taking responsibility for it.