Closed
Bug 169906
Opened 23 years ago
Closed 22 years ago
View Source shows all entity names in lowercase
Categories
(Core Graveyard :: View Source, defect)
Tracking
(Not tracked)
People
(Reporter: tea, Assigned: doronr)
Details
Attachments
(1 file)
117 bytes,
text/html
|
Details |
If I have a textarea box with a </U> (Uppercase U) in it, it renders on the
screen as </u>. If I view source it also renders as Lowercase even though in
the html file it is uppercase. Submitting the form unaltered submits the
lowercase u, thus changing the content.
Reporter | ||
Comment 1•23 years ago
|
||
I should also mention, that we have seen this bug on Windows 2k, Mac OS9, and
Mac OS X.
Comment 2•23 years ago
|
||
The contents of TEXTAREA is defined as PCDATA - i.e., text including markup.
If you want the text '</U>' to appear in the text area, you'll need to escape
it as '</U>'.
I think this is invalid.
Reporter | ||
Comment 3•23 years ago
|
||
This makes sense. At very least, however, shouldn't the view source show the
'</U>' correctly since that is the correct source?
Comment 4•23 years ago
|
||
Ummm.. Yes, of course it should.
I missed the 'If I view source it also renders as Lowercase...' line in your bug
report. Actually, all entity names are shown in lowercase in View Source.
Resummarising. Old summary:
</U> in textarea box renders as </u>
New summary:
View Source shows all entity names in lowercase
As for a testcase, bring up View Source on http://www.mozilla.org
Contrast with the output of
http://webtools.mozilla.org/web-sniffer/view.cgi?url=http%3A%2F%2Fwww.mozilla.org
-> ViewSource and confirm with Mozilla 1.1.
Assignee: jst → doron
Status: UNCONFIRMED → NEW
Component: DOM HTML → ViewSource
Ever confirmed: true
QA Contact: stummala → pmac
Summary: </U> in textarea box renders as </u> → View Source shows all entity names in lowercase
Comment 5•22 years ago
|
||
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•