Closed
Bug 154449
Opened 23 years ago
Closed 22 years ago
iframe and object tags with html source have two html nodes in dom inspector
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozbugs, Assigned: harishd)
References
()
Details
Attachments
(1 file)
207 bytes,
text/html
|
Details |
both the iframe and object nodes show two html nodes (the first one is empty)
according to DOM inspector.
see url page through dom inspector.
Comment 1•23 years ago
|
||
I suspect this is actually an inspector bug....
Updated•23 years ago
|
QA Contact: desale → stummala
Comment 2•22 years ago
|
||
bug still occurs on Build 2002072514
Comment 3•22 years ago
|
||
Comment 4•22 years ago
|
||
This is due to the <html> node the parser creates for docs in which the first
thing is not <html>... unfortunately, that node gets triggerred by the presence
of a doctype....
Assignee: jst → harishd
Status: UNCONFIRMED → NEW
Component: DOM HTML → Parser
Ever confirmed: true
OS: Windows 2000 → All
QA Contact: stummala → moied
Hardware: PC → All
Comment 5•22 years ago
|
||
The first HTML node is a DocumentType node. The second is the HTML element
node. INVALID.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•