Closed
Bug 190959
Opened 22 years ago
Closed 22 years ago
Normal text is displayed as a Link when Mouse hoovers over it
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 190780
People
(Reporter: szymon, Assigned: jst)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
on the page found on http://ds.ccc.de/index the first test lines change their
attributes when the mouse cursor is hovering over it, like it usually does when
the text is a alink. Now this text is definetly NOT a link, but the text
changes though. I think it is because there is actually an anchor tag, but
without the href atribute, there is just a name atribute fo navigate on a HTML
page.
Reproducible: Always
Steps to Reproduce:
1.Do nothing, download Mozilla, and proceed to http://ds.ccc.de/index
2.
3.
Actual Results:
you'll see the mess!
Expected Results:
nothing at all! this is normal text, it should be displayed as normal text!
Mozilla should only render anchor tags as Links, when then href attribute is
given.
Comment 1•22 years ago
|
||
It is same with bug 190780 -- this page sending as text/html, and this file
parsed as HTML, so anchor <a name="top"/> not closing (read comment #6 of bug
190780 for more information)-- and you see hover result of this unclosed <a> tag.
*** This bug has been marked as a duplicate of 190780 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•