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 1040 - Structure/Numbering confusing
Summary: Structure/Numbering confusing
Status: RESOLVED REMIND
Alias: None
Product: QA
Classification: Unclassified
Component: QASpec-GL (show other bugs)
Version: LC-2004-11-22
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Karl Dubost
QA Contact: Karl Dubost
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-21 09:35 UTC by Dominique Hazael-Massieux
Modified: 2005-04-28 11:53 UTC (History)
0 users

See Also:


Attachments

Description Dominique Hazael-Massieux 2005-01-21 09:35:08 UTC
Sent by Ian Hickson:
Some of the sections are empty. For example, take this markup:

   <h4 id="what-conform">2.2 What needs to conform</h4>

   <div id="implement">
     <div class="principle">
       <h4 id="implement-principle"><span class="principle-label">2.2
Requirement A:</span>
       Identify who or what will implement the specification.</h4>
     </div>
     ...

It is semantically equivalent to (removing the semantically-neutral
<div>s, <span>s, and id=""s for clarity):

   <h4>2.2 What needs to conform</h4>
   <h4>2.2 Requirement A: Identify who or what will implement the
specification.</h4>
   ...

...which means there are two sections labelled 2.2, with the first one
being empty of content. There are also examples where you have two
sections with the same number, for example there are two sections
numbered 2.3. Maybe the second set each time was supposed to be an
<h5> instead of an <h4>?
Comment 1 Dominique Hazael-Massieux 2005-04-28 11:53:51 UTC
setting version to LC in case of future use