Bug 927041 - RH Bugzilla HTML pages do not pass W3C HTML Validator
Summary: RH Bugzilla HTML pages do not pass W3C HTML Validator
Keywords:
Status: CLOSED DUPLICATE of bug 823429
Alias: None
Product: Bugzilla
Classification: Community
Component: User Interface
Version: 4.2
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Simon Green
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-25 00:51 UTC by Jason McDonald
Modified: 2014-10-12 22:50 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-15 22:47:54 UTC
Embargoed:


Attachments (Terms of Use)

Description Jason McDonald 2013-03-25 00:51:21 UTC
Description of problem:
The W3C HTML Validator reports three duplicated id attributes in HTML pages generated by RH Bugzilla (TOKEN, USEFUL-LINKS and LINKS-ACTIONS).  The HTML standards require that id attributes are unique in a document.  As these are not unique they should be a class rather than an id.

Version-Release number of selected component (if applicable):
4.2

How reproducible:
Always

Steps to Reproduce:
1. Open http://validator.w3.org/check?verbose=1&uri=https%3A%2F%2Fbugzilla.redhat.com%2F
  
Actual results:
Validator reports three errors of the form: ID "FOO" alreadt defined.

Expected results:
Validator reports no errors.

Additional info:
The W3C Validator does not report these errors for http://bugzilla.mozilla.org (though it does report other errors).

Comment 2 Simon Green 2013-04-15 22:47:54 UTC

*** This bug has been marked as a duplicate of bug 823429 ***


Note You need to log in before you can comment on or make changes to this bug.