Closed
Bug 113446
Opened 24 years ago
Closed 22 years ago
executiveplanet.com uses invalid Doctype
Categories
(Tech Evangelism Graveyard :: English US, defect, P3)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: timeless, Assigned: doronr)
References
()
Details
(Whiteboard: [DOCTYPE][aok])
Attachments
(1 file)
|
68.10 KB,
image/png
|
Details |
Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.6+) Gecko/20011130.
according to ie6 and mozilla the doctype is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//ENhttp://www.w3.org/TR/REC-html40/loose.dtd">
Mozilla then proceeds to make the page look odd. In composer the page looks
fine, so i suspect the dtd is the main problem, i don't know why.
Comment 2•24 years ago
|
||
I made a local mirror and corrected the dtd declaration to
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd"> and it looks ok now.
So indeed a dtd problem.
Updated•24 years ago
|
OS: Windows 98 → All
Priority: -- → P3
Hardware: PC → All
Summary: www.executiveplanet.com uses invalid Doctype → executiveplanet.com uses invalid Doctype
Whiteboard: [DOCTYPE]
| Assignee | ||
Updated•24 years ago
|
Whiteboard: [DOCTYPE] → [DOCTYPE][aok]
Comment 3•24 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Comment 4•22 years ago
|
||
This specific URL is now a 404. The home page is using a valid 4.01 doctype.
WFM.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•