Closed
Bug 292620
Opened 20 years ago
Closed 20 years ago
doesn't recognize correct ended textarea tags
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 181996
People
(Reporter: cipherz, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
<textarea ... /> is not recognized as an ended textarea tag and the following
html code is put into the textarea.
However <textarea ..></textarea> is recognized as an ended textarea tag.
Reproducible: Always
Steps to Reproduce:
1. Create html page that contains <form ..> <textarea .. /></form>..
2. Open the page in firefox
3. Se the bug (the stuff after the textarea tag in the table tag)
Actual Results:
You see a textarea with some html code in it.
Expected Results:
You should see an empty textarea, since the <textarea .. /> is valid.
Comment 1•20 years ago
|
||
Looks like bug 181996 to me. Reporter, can you show us an url with this error ?
Is this in HTML or XHTML ?
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1)
> Looks like bug 181996 to me. Reporter, can you show us an url with this error ?
> Is this in HTML or XHTML ?
XHTML
Comment 3•20 years ago
|
||
XHTML or HTML is not the right question. What is the content-type?
Comment 4•20 years ago
|
||
If this is text/html, this is invalid.
Comment 5•20 years ago
|
||
Please reopen if against expectation you're sending the data as
application/xhtml+xml.
*** This bug has been marked as a duplicate of 181996 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•