[Bug 29068] New: Should not reocmmend DocumentEvent.createEvent

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

            Bug ID: 29068
           Summary: Should not reocmmend DocumentEvent.createEvent
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: UI Events
          Assignee: garykac@google.com
          Reporter: d@domenic.me
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org
  Target Milestone: ---

"To create an instance of the KeyboardEvent interface, use the
DocumentEvent.createEvent("KeyboardEvent") method call. "

You should recommend using new KeyboardEvent instead. DocumentEvent doesn't
even exist.

This problem also occurs with CompositionEvent.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 19 August 2015 21:36:56 UTC