[Webkit-unassigned] [Bug 66172] New: HTMLCollections include non-HTML elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 12 15:14:05 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66172

           Summary: HTMLCollections include non-HTML elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugmail at eligrey.com


document.anchors/forms/images/links HTMLCollections include non-HTML elements when there are non-HTML elements in a document with the same node names as the corresponding elements for the collection accessor. For example, append document.createElementNS(null, "img") to the document, and it will be included in document.images.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list