Closed
Bug 226492
Opened 22 years ago
Closed 22 years ago
<Address> forced to lower case
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
People
(Reporter: spam, Assigned: doronr)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
<Address>blah</Address>
is displayed as <address>blah</address> even when other tags are not affected
similarily. Compare with IE to see it's browser specific.
Reproducible: Always
Steps to Reproduce:
1. include <Address>blah</Address> in a page
2. view source and note it doesn't display what was put in the page.
3.
Actual Results:
<address>blah</address>
Expected Results:
<Address>blah</Address>
This also happens on mozilla on linux.
Comment 1•22 years ago
|
||
->ViewSource
Assignee: general → doronr
Component: Browser-General → ViewSource
Comment 2•22 years ago
|
||
The bug I've duped this to was fixed recently. This worksforme on 20031120
Mozilla nightly.
*** This bug has been marked as a duplicate of 63137 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•