Closed
Bug 158631
Opened 24 years ago
Closed 24 years ago
CNavDTD::CanContain calls too much times
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 158632
People
(Reporter: jerry.tan, Assigned: harishd)
Details
CNavDTD::CanContain(PRInt32 aParent,PRInt32 aChild) is to calculate if the
parent tag can contain the child tag according to html spec.
but some time, this function is called unnecessary more times.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 158632 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•