Closed
Bug 219167
Opened 22 years ago
Closed 19 years ago
http://www.mozilla.org/foundation/donate.html doesn't validate
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: aguertin+bugzilla, Assigned: cameron)
References
()
Details
Attachments
(1 file, 2 obsolete files)
1.56 KB,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
http://www.mozilla.org/foundation/donate.html is missing several </a> tags and
also has several "document type does not allow element ... here" errors.
Never done anything with dependencies, but this blocks bug 151557, right?
Reporter | ||
Comment 1•22 years ago
|
||
This fixes it... I added </a>'s on lines 120, 186, 210, and 240, changed <div>
and </div> to <span> and </span> on lines 186, 210, and 240, and removed
border="0" on lines 205 and 230 (don't know if that last bit will cause any
problems with borders showing up on older browsers...).
It should probably be noted that the page uses a meta tag for character set,
and I remember reading just a minute ago (somewhere on *.mozilla.org) about
that being bad.
![]() |
||
Comment 2•22 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Summary: http://www.mozilla.org/foundation/donate.html doesn't validate → http://www.mozilla.org/foundation/donate.html doesn't validate
Reporter | ||
Comment 3•22 years ago
|
||
No, it's not fixed. The w3c validator still complains about border="0" in two
places, line 189 and 230.
(and I messed up in my comments last time, 205 should have been 189)
Comment 4•22 years ago
|
||
validator.w3.org says:
Line 189, column 57: there is no attribute "BORDER" (explain...).
...mage" src="x-click-but21.gif" border="0" name="submit" alt="Make a Donation"
-> reopening.
It's also rendered in quirks mode. The DTD should look like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
||
Comment 5•22 years ago
|
||
should validate when the server refreshes itself in 2 hr
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.mozilla.org%2Ffoundation%2Fdonate.html&charset=iso-8859-1+%28Western+Europe%29&doctype=%28detect+automatically%29
Comment 6•22 years ago
|
||
According to http://mozilla.org/docs/web-developer/quirks/doctypes.html
"the public identifier "-//W3C//DTD HTML 4.01 Transitional//EN", without a
system identifier" triggers quirks mode.
"The public identifier "-//W3C//DTD HTML 4.01 Transitional//EN", with a system
identifier" triggers almost standards mode. So please switch to the doctype I
mentioned in comment 4.
Comment 7•22 years ago
|
||
David, you only fixed the error at line 189, but there's another border="0" at
line 211! Please also use a valid doctype, see comment 6.
![]() |
||
Comment 8•22 years ago
|
||
should work now
and I'm daniel, not david
Comment 9•22 years ago
|
||
It's now valid HTML 4.01 transitional.
Thanks Daniel! Sorry 'bout the name confusion.
->fixed.
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•22 years ago
|
||
After redesign, no longer validates. Reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
||
Comment 11•22 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → FIXED
Comment 12•21 years ago
|
||
This one still (or again) has an error.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 13•21 years ago
|
||
This one fixes some of the indenting as well and removes the table. However,
the table should probably be replaced with a DIV which get the double border
effect, no?
Comment 14•21 years ago
|
||
Nicolas, for some reason I can't request a review on the patch. Could you take a
look at it? (I'm asking you since you offered helping out, if you don't have
that many time, just leave it.)
Comment 15•21 years ago
|
||
Checking in mozilla-org/html/foundation/donate.html;
/cvsroot/mozilla-org/html/foundation/donate.html,v <-- donate.html
new revision: 1.25; previous revision: 1.24
done
Status: REOPENED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → FIXED
![]() |
||
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: imajes → daniel.bugmail
![]() |
Assignee | |
Comment 16•19 years ago
|
||
Got some problems with ampersands. Patch shortly.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
![]() |
Assignee | |
Comment 17•19 years ago
|
||
Fixed to make validate
Assignee: endico → bugs.cameron
Attachment #131418 -
Attachment is obsolete: true
Attachment #158117 -
Attachment is obsolete: true
Status: REOPENED → ASSIGNED
Attachment #233945 -
Flags: review?(reed)
Updated•19 years ago
|
QA Contact: danielwang → www-mozilla-org
Comment 18•19 years ago
|
||
Comment on attachment 233945 [details] [diff] [review]
encode ampersands correctly
r=reed
Thanks!
Attachment #233945 -
Flags: review?(reed) → review+
Comment 19•19 years ago
|
||
Checking in mozilla-org/html/foundation/donate.html;
/cvsroot/mozilla-org/html/foundation/donate.html,v <-- donate.html
new revision: 1.37; previous revision: 1.36
done
Please verify once it reaches stage/production.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago → 19 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
•