Closed
Bug 213509
Opened 22 years ago
Closed 22 years ago
http://www.mozilla.org/roadmap.html is not valid HTML
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martin, Assigned: brendan)
References
()
Details
Attachments
(1 file)
|
1.73 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3) Gecko/20030312
1. It has no character encoding: http://tinyurl.com/hrp4
2. It is not valid 4.01 strict: http://tinyurl.com/hrp0
3. It is nearly valid 4.01 transitional: http://tinyurl.com/hrp7
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•22 years ago
|
||
Primary authors are brendan@mozilla.org and hyatt@mozilla.org
Assignee: endico → brendan
| Assignee | ||
Comment 2•22 years ago
|
||
I don't have time for this. Martin, can you provide a patch?
/be
| Reporter | ||
Comment 3•22 years ago
|
||
It also adds a button for "valid HTML" which can be used to check the validity.
| Assignee | ||
Comment 5•22 years ago
|
||
Thanks, Martin and Daniel!
/be
| Reporter | ||
Comment 6•22 years ago
|
||
The current version (1.108) is nearly HTML 4.01/strict (!), but it's still
missing the encoding declaration.
This line must be added to the headers:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
And here http://www.squarefree.com/bookmarklets/validation.html#validate_html
you can get a nice bookmarklet for validating html pages. :-)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 7•22 years ago
|
||
-> fixed again
that is bug 154570 "www.mozilla.org doesn't send charset information"
<meta> character-set declaration is not required. The page does
validates if you set the charset manually in the validator. Per
style guide <http://www.mozilla.org/README-style.html>, I won't
put the <meta> tag in.
verification link:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mozilla.org%2Froadmap.html&doctype=%28detect+automatically%29&charset=iso-8859-1+%28Western+Europe%29
btw, at the bottom of each page is an Edit this Page link. Use it to create a
patch (instead of saving the page source which includes unneccessary info from
the wrapper)
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•