Closed
Bug 266686
Opened 20 years ago
Closed 20 years ago
Mistyped HTML Link Code
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: fareedrizkalla, Unassigned)
Details
Attachments
(1 file)
|
74 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041025 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041025 Firefox/1.0 Well what happened that I was writing HTML code. And I mistyped a character and when I rendered it, it showed as a link. Although it was not formed correctly. Reproducible: Always Steps to Reproduce: Actual Results: Should not show misformed urls. Expected Results: Show those url which contain correct link formation.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
This is expected behavior. Not a bug.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 3•20 years ago
|
||
To be clearer, the web is full of junk and browsers get blamed when they don't render it. Because this document has no DOCTYPE we use "quirks" mode where we are very accepting. If you use a proper DOCTYPE we will interpret the page strictly according to standard. In no way a security problem
Group: security
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•