Closed
Bug 21108
Opened 25 years ago
Closed 25 years ago
span ending a element
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
M14
People
(Reporter: charles.c.mak, Assigned: rickg)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Overview: Links shown as regular text
Steps to Reproduce: goto url and notice the 3 bullet text 'Most Popular,' 'New
Releases,' and 'Our Picks.'
Actual Results: They are shown as just text.
Expected Results: They should be links. This was not a problem in yesterday's
build.
Build: 1999-1207-08 on Windows NT 4.0 (sp6)
Updated•25 years ago
|
Assignee: leger → rickg
Severity: normal → major
Component: Browser-General → Parser
Summary: Links shown as regular text → span ending a element
Comment 1•25 years ago
|
||
Changing component to parser and reassiging.
The problem here seems to be that a span element is ending an a element. (I
didn't dump the content model, but applying CSS to the a element makes it look
that way). I think this is a regression only because it would have been caught
sooner if it weren't.
STEPS TO REPRODUCE (in addition to those on the CNet page):
* load attached testcase
ACTUAL RESULTS:
* only the first occurrence of "Mozilla" is a link to http://www.mozilla.org/
EXPECTED RESULTS:
* both occurrences should be
DOES NOT WORK CORRECTLY ON:
* Linux mozilla 1999-12-07-15-M12
Comment 2•25 years ago
|
||
This is fixed in my tree with the new residual style handling enabled.
Severity: major → normal
OS: Windows NT → All
Target Milestone: M14
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•25 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•