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)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 143512

People

(Reporter: csthomas, Unassigned)

References

()

Details

Attachments

(1 file)

###!!! 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
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....
*** 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.

Attachment

General

Created:
Updated:
Size: