- From: <bugzilla@jessica.w3.org>
- Date: Fri, 01 Jun 2012 19:20:38 +0000
- To: public-html@w3.org
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 on the CC list for the bug.
Received on Tuesday, 5 June 2012 04:23:24 UTC