This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17286 - Add event handler attributes to IDL
Summary: Add event handler attributes to IDL
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Encrypted Media Extensions (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: Adrian Bateman [MSFT]
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-01 19:20 UTC by David Dorwin
Modified: 2012-09-01 22:14 UTC (History)
3 users (show)

See Also:


Attachments

Description David Dorwin 2012-06-01 19:20:35 UTC
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;
Comment 1 David Dorwin 2012-06-01 19:29:49 UTC
At the same time, we should update the IDL to match WebIDL spec. See the related changes made to the Media Source Extensions: http://dvcs.w3.org/hg/html-media/rev/e433598d22a7.
Comment 2 Adrian Bateman [MSFT] 2012-08-28 21:26:50 UTC
Assigned to Adrian.
Comment 3 Adrian Bateman [MSFT] 2012-09-01 22:14:19 UTC
Fixed in check-in: http://dvcs.w3.org/hg/html-media/rev/a307fdd7e7bd