Closed
Bug 77746
Opened 24 years ago
Closed 24 years ago
residual style problem
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: harishd, Assigned: harishd)
Details
(Whiteboard: [fix in hand])
Attachments
(3 files)
3.00 KB,
patch
|
Details | Diff | Splinter Review | |
79 bytes,
text/html
|
Details | |
98 bytes,
text/html
|
Details |
Incorrect mark up, caused by MS Word, results in residual style problem in
Mozilla.
I just have a question, when you do:
+ mBodyContext->SetNodeAllocator(&mNodeAllocator);
is it quaranteed that mNodeAllocator != nsnull? Or does it matter? You later
pass that value on so I am just a little concerned...
Other than that, r=heikki.
mNodeAllocator will be available as soon as the DTD gets constructed. In other
words, mNodeAllocator will not be null.
Comment 4•24 years ago
|
||
sr=jst
Fix is in. Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified on:
build: 2001-05-21-11-Mtrunk
platform: WinNT
The test case passes.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•