[Webkit-unassigned] [Bug 30709] New: Web Inspector: Pretty Print all HTML Collection Types like we do for NodeList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 00:33:49 PDT 2009


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

           Summary: Web Inspector: Pretty Print all HTML Collection Types
                    like we do for NodeList
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at hatcher.name, aroben at apple.com,
                    rik at webkit.org, joepeck at webkit.org,
                    pfeldman at chromium.org, bweinstein at apple.com


Created an attachment (id=41718)
 --> (https://bugs.webkit.org/attachment.cgi?id=41718)
[IMAGE] Current Behavior of All Known Collection Types

Earlier we added support for pretty printing NodeLists in the Console [1].  We
should extend that to HTMLCollection and other Collections defined in the HTML5
Spec [2]:

> HTMLCollection, HTMLAllCollection, HTMLFormControlsCollection,
> HTMLOptionsCollection, HTMLPropertyCollection, DOMTokenList,
> DOMSettableTokenList, DOMStringMap

Luckily, as the attached test case shows most of these reduce down to
HTMLCollection in practice or aren't yet implemented.

[1]: Bug 28061
[2]: http://www.whatwg.org/specs/web-apps/current-work/#collections-0

-- 
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