[Webkit-unassigned] [Bug 39699] New: Implement DOM Level 3 getUserData/setUserData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 16:36:08 PDT 2010


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

           Summary: Implement DOM Level 3 getUserData/setUserData
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kangax at gmail.com
                CC: john.david.dalton at gmail.com


DOM Level 3 is currently draft, but `Node::getUserData` (http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-getUserData )/`Node::setUserData` (http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-setUserData ) are already implemented in Mozilla and are a convenient way to store user data for node (instead of assigning expandos).

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