Closed
Bug 110095
Opened 23 years ago
Closed 23 years ago
view source converts tags to lower case
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
People
(Reporter: endico, Assigned: doronr)
References
()
Details
most or all of the html tags on www.mozilla.org are upper case. View Page Source
displays them as lower case. It leaves attributes as upper case.
2001111314 linux x86 trunk
The document begins like this:
<HTML>
<HEAD>
<TITLE>mozilla.org</TITLE>
<LINK REL="stylesheet" HREF="persistent-style.css" TYPE="text/css">
<LINK REL="icon" HREF="images/mozilla-16.png" TYPE="image/png">
---------------------------------------------------------
what i see:
<html>
<head>
<title>Getting Involved with mozilla.org</title>
<link REL="stylesheet" HREF="../persistent-style.css" TYPE="text/css">
<link REL="icon" HREF="../images/mozilla-16.png" TYPE="image/png">
![]() |
||
Comment 2•23 years ago
|
||
Duplicate of "View Source converts tags to lower case"
*** This bug has been marked as a duplicate of 63137 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
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
•