[Bug 16335] New: undefined attribute values

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16335

           Summary: undefined attribute values
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
               URL: http://lists.w3.org/Archives/Public/www-dom/2011JanMar
                    /0066.html
        OS/Version: Windows NT
            Status: NEW
          Keywords: LC
          Severity: normal
          Priority: P2
         Component: DOM3 Events
        AssignedTo: travil@microsoft.com
        ReportedBy: travil@microsoft.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, annevk@opera.com, www-dom@w3.org


PORTING from TRACKER, ISSUE-186:
[see http://lists.w3.org/Archives/Public/www-dom/2011JanMar/0066.html]

The result of getting attributes on an event object e created through

   var e = document.createEvent("Event")

appears to be completely undefined. What does eventPhase return, what does  
bubbles return, etc? Also after dispatching of an event is finished it is  
unclear what e.g. eventPhase and currentTarget ought to return. DOM Core  
attempts to cover this in detail.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 12 March 2012 20:59:45 UTC