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)

defect
Not set
trivial

Tracking

()

RESOLVED INVALID

People

(Reporter: mozbugs, Assigned: harishd)

References

()

Details

Attachments

(1 file)

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.
I suspect this is actually an inspector bug....
QA Contact: desale → stummala
bug still occurs on Build 2002072514
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
Depends on: 156072
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.

Attachment

General

Created:
Updated:
Size: