- From: <bugzilla@jessica.w3.org>
- Date: Thu, 20 Feb 2014 20:59:29 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24753
Bug ID: 24753
Summary: Outline models
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: master.skywalker.88@gmail.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
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>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 20 February 2014 20:59:31 UTC