Closed
Bug 958557
Opened 12 years ago
Closed 12 years ago
Sections with identical titles get identical IDs, making them impossible to reference
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 819912
People
(Reporter: Gijs, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
Inserted the following HTML in the source view:
<h6>Parameters</h6>
...
<h6>Parameters</h6>
What happened?
==============
The sections both got id="Parameters"
What should have happened?
==========================
The sections should have gotten different IDs, probably using a counter or using the next higher section as a prefix (e.g. if below <h5>Foo</h5>, use Foo_Parameters instead)
Is there anything else we should know?
======================================
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•