Closed
Bug 25828
Opened 25 years ago
Closed 25 years ago
anchor tag bombed
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: redmotherfive, Assigned: harishd)
Details
Attachments
(2 files)
I've noticed that if a web page has a tag like this:
<a href="http://a.site.com"><font size=3>A Site</a>
Mozilla crashes and doesn't read the '</a>' tag.
Everything else on the page becomes linked to that anchor.
The </font tag must be used prior to the </a> tag.
Other browsers allow for font tag nesting and other trickery.
Ed
The content-model:
docshell=00ED9910
html@0125212C refcount=3<
head@012521DC refcount=2<
>
body@0120257C refcount=3<
a@01214E2C href=http://a.site.com refcount=3<
font@0121431C size=3 refcount=3<
Text@01214830 refcount=3<linked >
>
>
Text@01215120 refcount=3<not linked\n>
>
>
Could you tell me which build you are using? Because I don't see any of the
problems you mentioned.
Not able to reproduce the problem. Marking WORKSFORME.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•