[Bug 21078] New: EventInit should have default values for bubbles and cancelable

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

            Bug ID: 21078
           Summary: EventInit should have default values for bubbles and
                    cancelable
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: bugs@pettay.fi
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

bubbles and cancelable are false by default when event is created, and
it would make the spec easier to understand if that was the
case in the dictionary too.
Also, in Gecko it simplifies the implementation if we have
default values.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 21 February 2013 19:02:08 UTC