Closed
Bug 5611
Opened 26 years ago
Closed 26 years ago
Line break within </A> tag breaks link handling
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: Antti.Nayha, Assigned: rickg)
References
()
Details
In my April 26th Win32 nightly build, the second test paragraph on this
page is rendered incorrectly. The </A> end tag seems to be ignored when
it has a line break in it:
</a
>
(This kind of thing is allowed, isn't it? Anyway, all current browsers
including Nav 4.x do allow it so Mozilla should too.)
Updated•26 years ago
|
Assignee: peterl → rickg
Component: Style System → Parser
Updated•26 years ago
|
QA Contact: 4110 → 3847
Updated•26 years ago
|
QA Contact: 3847 → 4141
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed by smarter algorithm for stripping unwanted chars from a tag name.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Verified fixed using May 4th Win32 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•