Closed
Bug 39231
Opened 25 years ago
Closed 24 years ago
About: page should be in proper HTML 4.0
Categories
(SeaMonkey :: UI Design, defect, P3)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: mcafee)
Details
Attachments
(3 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
A small bug. But the about: page should be in proper html.
Problems:
All kind of casing are used:
<table> and </TABLE>
<center> even though is deprecated in HTML 4.0
etc..
Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Severity: minor → trivial
Comment 2•25 years ago
|
||
if you're going to make it valid with a new standard of html, you might as well
squish the <font> tag at the end in with the <p> as a style attribute...
and what's wrong with lower case? i like lower case :)
Summary: About: page should be in proper HTML → About: page should be in proper HTML 4.0
Reporter | ||
Comment 3•25 years ago
|
||
Nuthing wrong with lowercase. You just have to be consistent. So either it's
lowercase or it's UPPERCASE on all the tags. Not both...:)
Comment 4•25 years ago
|
||
W3c's current recommendation is XHTML 1.0, which calls for all tags to be
lowercase. The lower case option should allways be used in HTML 4.0 to make it
easier to update them to XHTML at a later date.
Reporter | ||
Comment 5•25 years ago
|
||
Updated•25 years ago
|
QA Contact: sairuh → elig
Assignee | ||
Comment 7•24 years ago
|
||
checked in, thanks henrik.
QA: html tags in about: should all be lower-case,
and some general html cleanup happened.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•24 years ago
|
||
Just two more fixes....
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 9•24 years ago
|
||
Reporter | ||
Comment 10•24 years ago
|
||
Thanx for the extra checkin mcafee!
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•