[Webkit-unassigned] [Bug 8125] New: DOM nodeType constant values are undefined

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Apr 1 17:26:05 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8125

           Summary: DOM nodeType constant values are undefined
           Product: WebKit
           Version: 416.x
          Platform: Macintosh
               URL: http://www.gtalbot.org/BrowserBugsSection/MSIE6Bugs/DOMN
                    odeTypeConstantValues.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: browserbugs at gtalbot.org


When querying the nodeType constant values of a DOM node, Safari 2.02 (416.13)
returns undefined.

Expected results:

document.body.ELEMENT_NODE = 1
document.body.ATTRIBUTE_NODE = 2
document.body.TEXT_NODE = 3
document.body.CDATA_SECTION_NODE = 4
document.body.ENTITY_REFERENCE_NODE = 5
document.body.ENTITY_NODE = 6
document.body.PROCESSING_INSTRUCTION_NODE = 7
document.body.COMMENT_NODE = 8
document.body.DOCUMENT_NODE = 9
document.body.DOCUMENT_TYPE_NODE = 10
document.body.DOCUMENT_FRAGMENT_NODE = 11
document.body.NOTATION_NODE = 12


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list