Closed
Bug 254726
Opened 21 years ago
Closed 21 years ago
assertion: attribute encountered -- this shouldn't happen unless the attribute was not part of a start tag! CNavDTD.cpp line 2279
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 143512
People
(Reporter: csthomas, Unassigned)
References
()
Details
Attachments
(1 file)
|
90 bytes,
text/html
|
Details |
###!!! ASSERTION: attribute encountered -- this shouldn't happen unless the
attribute was not part of a start tag!: 'Error', file
d:/cvs-1.11.5/mozilla/parser/htmlparser/src/CNavDTD.cpp, line 2279
| Reporter | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
So the basic issue is that CNavDTD::HandleEndToken doesn't pop off the attribute
tokens. Compare the call to CollectAttributes() that CNavDTD::HandleStartToken
makes.
We don't quite want to collect attributes in HandleEndToken; we just want to
drop them on the floor....
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 143512 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•