[Bug 17286] New: Add event handler attributes to IDL

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

           Summary: Add event handler attributes to IDL
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Encrypted Media Extensions
        AssignedTo: adrianba@microsoft.com
        ReportedBy: ddorwin@google.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


onkeyadded, onkeyerror, onkeymessage, and onneedkey event handler attributes
need to be added to the IDL.

[TreatNonCallableAsNull] attribute Function? onkeyadded;
[TreatNonCallableAsNull] attribute Function? onkeyerror;
[TreatNonCallableAsNull] attribute Function? onkeymessage;
[TreatNonCallableAsNull] attribute Function? onneedkey;

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

Received on Friday, 1 June 2012 19:20:38 UTC