Closed
Bug 137771
Opened 23 years ago
Closed 21 years ago
downcase element and attribute names and quote attribute values
Categories
(Bugzilla :: User Interface, defect, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: jwbaker, Assigned: jwbaker)
Details
Attachments
(1 file, 1 obsolete file)
1.97 KB,
patch
|
Details | Diff | Splinter Review |
Bugzilla should be as close to XHTML as possible without breaking HTML 4.01
Transitional. Elements should be lowercase and attributes should be quoted.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Comment 2•23 years ago
|
||
This is happening as we templatise.
Gerv
Assignee | ||
Comment 3•23 years ago
|
||
What does that mean, exactly? Ignore everything in CGI.pl because eventually it
won't exist anymore? Or something else?
Comment 4•23 years ago
|
||
It means all output in CGI.pl will eventually be templatised, yes.
Comment 5•22 years ago
|
||
Comment on attachment 79438 [details] [diff] [review]
downcase and quote in CGI.pl
Theres now only one place in CGI.pl which uses upper cased stuff - make_options
Attachment #79438 -
Flags: review-
Comment 6•21 years ago
|
||
Unloved bugs targetted for 2.18 but untouched since 9-15-2003 are being
retargeted to 2.20
If you plan to act on one immediately, go ahead and pull it back to 2.18.
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Assignee | ||
Comment 8•21 years ago
|
||
There are still ALL CAPS elements and unquoted attribute values in CGI.pl.
This patch addresses the remaining ones.
Assignee | ||
Updated•21 years ago
|
Attachment #79438 -
Attachment is obsolete: true
Comment 9•21 years ago
|
||
This was fixed already when we switched to using Perl's CGI.pm
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•