Closed
Bug 33051
Opened 25 years ago
Closed 24 years ago
Improperly closed A causes FONT to close too soon.
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
mozilla0.8
People
(Reporter: chrispetersen, Assigned: harishd)
References
()
Details
(Keywords: top100, Whiteboard: [nsbeta3-](contacted webmaster@weather.com -- ianh 2000-08-08))
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Version: Apprunner
Build: 2000032305
Platform: Mac
Other Platforms:Need to check on Windows and Linux.
Expected Results: The Font element (size attribute) should be applied to
enclosed text.
What I got: The font element is closed early because of a improperly closed A.
Steps to reproduce:
1) Open attached test case in Apprunner. This test case was distilled from
weather.com.
2) The font element is using the SIZE attribute assigned a "1" value.
3) This size is applied to the first and second lines only. The third line
is render at the default size.
4) The problem is with the second line. The A is closed inside FONT instead of
outside. This apparent closes the beginning font element.
Reporter | ||
Comment 1•25 years ago
|
||
Changing component to Parser
Assignee: troy → rickg
Component: Layout → Parser
QA Contact: petersen → janc
Reporter | ||
Updated•25 years ago
|
QA Contact: janc → petersen
Reporter | ||
Updated•25 years ago
|
Summary: Improperly closed A cause FONT to close too soon. → Improperly closed A causes FONT to close too soon.
Isn't this something that should be fixed in the source HTML and not in the browser?
Moving to my list wince Rickg is on sabbatical.
Assignee: rickg → harishd
Top 100 sites. Ought to be fixed for beta3.
Status: NEW → ASSIGNED
Keywords: nsbeta3
Updated•24 years ago
|
OS: Mac System 9.0 → All
Hardware: Macintosh → All
Whiteboard: (contacted webmaster@weather.com -- ianh 2000-08-08)
Comment 8•24 years ago
|
||
Marking nsbeta3- and evangwanted...
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration, but do not clear
the nsbeta3- nomination.
Keywords: evangwanted
Whiteboard: (contacted webmaster@weather.com -- ianh 2000-08-08) → [nsbeta3-](contacted webmaster@weather.com -- ianh 2000-08-08)
Target Milestone: M18 → Future
Updated•24 years ago
|
Keywords: evangwanted
Assignee | ||
Comment 10•24 years ago
|
||
Fix is in. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•24 years ago
|
||
Marking verified in the March 23 build (2001032304).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•