Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 243014 - bots.html does not pass validation
Summary: bots.html does not pass validation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Bugzilla Admins
URL: https://bugs.gentoo.org/bots.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 08:47 UTC by Michael Palimaka (kensington)
Modified: 2011-10-30 23:15 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Resolves errors and warnings in bots.html (bots.html.patch,1.29 KB, patch)
2008-10-21 08:50 UTC, Michael Palimaka (kensington)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2008-10-21 08:47:40 UTC
The page at https://bugs.gentoo.org/bots.html does not HTML validation, according to http://validator.w3.org/check?verbose=1&uri=https%3A%2F%2Fbugs.gentoo.org%2Fbots.html.

Reproducible: Always

Steps to Reproduce:
1. Validate the page.
Actual Results:  
Errors found while checking this document as HTML 4.01 Transitional!
Result: 15 Errors, 6 warning(s)

Expected Results:  
This document was successfully checked as HTML 4.01 Transitional!

Patch eliminating all errors and warnings, resulting in validation to be attached.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2008-10-21 08:50:19 UTC
Created attachment 169268 [details, diff]
Resolves errors and warnings in bots.html
Comment 2 Mike Auty (RETIRED) gentoo-dev 2008-10-21 09:26:45 UTC
Not sure who to reassign it to, sorry if you're the wrong person...
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-10-21 09:47:56 UTC
wrangers: FYI, bugzilla@g.o is the assignee for bugzilla issues, NOT me personally.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-10-21 09:49:23 UTC
michael: fixed now.

However please use XHTML1.1 in future rather than HTML4.01. Your patch was also still fail in that it didn't add <body></body>.
Comment 5 Michael Palimaka (kensington) gentoo-dev 2008-10-21 09:58:40 UTC
(In reply to comment #4)
> michael: fixed now.
> 
> However please use XHTML1.1 in future rather than HTML4.01. Your patch was also
> still fail in that it didn't add <body></body>.
> 
Thanks - noted for future reference. Also re: patch, <body> appears to be optional in HTML4.01 transitional.