https://bugzilla.wikimedia.org/show_bug.cgi?id=17650

           Summary: XHTML validation errors -- some "id" attributes are not
                    unique
           Product: MediaWiki
           Version: 1.15-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Page rendering
        AssignedTo: [email protected]
        ReportedBy: [email protected]


OVERVIEW DESCRIPTION:

The <http://en.wikipedia.org/wiki/Neptune> page is invalid XHTML, because some
of the "id" attributes for <cite> elements are not unique.

STEPS TO REPRODUCE:

1. Launch the validator: <http://validator.w3.org/>
2. Enter the address: <http://en.wikipedia.org/wiki/Neptune>
3. Click the "Check" button, or press the Return key.

ACTUAL RESULTS:

- Errors found while checking this document as XHTML 1.0 Transitional!
- Result: 6 Errors
- Line 697, Column 128: ID "CITEREFPodolakWeizman.2C_A..3B_Marley.2C_M.1995"
already defined.
- An "id" is a unique identifier...
- ...

EXPECTED RESULTS:

- This document was successfully checked as XHTML 1.0 Transitional!
- Result: Passed
- ...

NOTES:

1. In the wikitext, the <ref name=Podolak1995> and <ref name=pass43> elements
contain the same information (except that the first also contains an url).
2. The duplicate "id" attributes don't appear to be used within the XHTML
document.
3. Possibly related to Bug 10218 [Sanitizer doesn't validate attribute values
according to DTD].


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to