Closed
Bug 220457
Opened 22 years ago
Closed 22 years ago
Invalid DOM tree after loading page
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: vmm333, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax; BDP)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax; BDP)
DOM tree after loading is
HTML
HTML
HEAD ...
BODY ...
HTML tags are dupped.
Reproducible: Always
Steps to Reproduce:
1. Open www.ebay.com
2. Navigate with IDOMNode::getChilds, IDOMNode::item
Comment 1•22 years ago
|
||
Are you sure the first HTML is an Element node and not a document type
declaration? Based on DOM Inspector's view, I'd say you mistook the DOCTYPE node
for an element.
-> INVALID, reopen if you really do see two elements.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Component: DOM Core → Parser
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•