Opened at 2009-11-01T03:20:09Z
Last modified at 2021-03-30T18:40:19Z
#824 assigned defect
WUI directory pages lack correct XHTML 1.0 Transitional declarations — at Initial Version
Reported by: | davidsarah | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | soon |
Component: | code-frontend-web | Version: | 1.5.0 |
Keywords: | standards html | Cc: | |
Launchpad Bug: |
Description
Results of running the W3C online validator on the root directory of the testgrid:
If I override the doctype to be "XHTML 1.0 Transitional", it fares much better:
So every XHTML document should start with
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
There is also a minor error on the Welcome page:
where I think the validator is wanting id="mutable" instead of, or in addition to name="mutable".
Note: See
TracTickets for help on using
tickets.