Closed
Bug 529090
Opened 15 years ago
Closed 15 years ago
Minor markup issues in the field documentation page
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
DUPLICATE
of bug 488940
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
(Keywords: regression)
All H2 titles on this page are blue, except "See Also".
Looking at the source:
<h2><a name="see_also"></a>See Also</h2>
I'm guessing it should be:
<h2><a name="see_also">See Also</a></h2>
to match the other.
Also, there are two instances of name=importance:
<h2><a name="importance">Importance</a></h2>
<a name="importance">The importance of a bug is described as the combination of
its </a>
![]() |
||
Comment 1•15 years ago
|
||
The duplicated name="importance" is a local bug on bmo. About <a></a>, it's an upstream bug (maybe already reported; not sure).
The patch on bug#488940 (to add the alias field docs) includes fixes for the see_also inconsistency and a missing </a> tag.
It should also be noted that on the latest fields doc page, the titles that are named anchors have a mouseover color change that is potentially confusing, as it serves no purpose.
(In reply to comment #2)
> It should also be noted that on the latest fields doc page, the titles that are
> named anchors have a mouseover color change that is potentially confusing, as
> it serves no purpose.
This is fixed by bug#500853
Updated•15 years ago
|
No longer blocks: bmo-regressions-0911
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: regression
Resolution: --- → DUPLICATE
Assignee | ||
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•