Closed
Bug 32422
Opened 25 years ago
Closed 24 years ago
Non-terminating anchor tag, when a <cite>..<p>..</cite> tag(s) is/are nested inside it.
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
INVALID
Future
People
(Reporter: dshahbaz, Assigned: harishd)
References
()
Details
(Keywords: compat, testcase)
Attachments
(1 file)
Linux, Mozilla nightly build 031716.
The following HTML:
<p>random text
<p>text before a link: <a href="http://www.fastcompany.com/"><cite>link
<p>..link </cite></a>text after link
<p>more randomness
causes the anchor (link to www.fastcompany.com) to NOT terminate at the </a>.
Instead, everything after <a href:...> is treated as the link. If I remove the
nested <p>:
<p>random text
<p>text before a link: <a href="http://www.fastcompany.com/"><cite>link
..link </cite></a>text after link
<p>more randomness
the anchor tag correctly terminates at </a>. If instead I remove the
<cite></cite> tags:
<p>random text
<p>text before a link: <a href="http://www.fastcompany.com/">link
<p>..link </a>text after link
<p>more randomness
again, the link is terminated correctly.
Reporter | ||
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Moivng to my list since Rickg is on sabbatical.
Assignee: rickg → harishd
Should probably be fixed for rtm.
Status: NEW → ASSIGNED
Keywords: rtm
Moving to the FUTURE list. Please raise your concerns. Thanx.
Keywords: nsbeta3
Target Milestone: M18 → Future
Comment 6•24 years ago
|
||
Ugh, this is very invalid HTML.
If anyone wants this fixed, we're going to need to find top100 sites that
exhibit this.
If we don't fix it by rtm, then we might as well mark it WONTFIX or INVALID,
since by then there will be a precedent for our behaviour: us.
I don't see the problem anymore. Marking WFM. Could someone please verify this?
Thanx.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Actually, the problem is still appearing. From Hixie's comment though, this
should be an INVALID. Marking as such, since <p> is illegal inide <a> tags.
REOPENing.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 10•24 years ago
|
||
Now marking
RESOLVED INVALID.
Also changing Plat/OS to ALL since it affected everything:).
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → INVALID
Comment 11•24 years ago
|
||
*shrug* VERIFIED, since it's invalid. reopen if you find some top100 sites that
exhibit this behaviour.
Status: RESOLVED → VERIFIED
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
•