mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 12:13:22 +00:00
Bug 996331 - Remove TextTrack.oncuechange. r=cpearce,smaug
This event isn't currently implemented. Removing it from the DOM interface provides a way for authors to detect that it cannot be expected to work.
This commit is contained in:
parent
34529c249f
commit
555c538a8d
@ -39,7 +39,7 @@ interface TextTrack : EventTarget {
|
||||
[Throws]
|
||||
void removeCue(VTTCue cue);
|
||||
|
||||
attribute EventHandler oncuechange;
|
||||
//(Not implemented)attribute EventHandler oncuechange;
|
||||
};
|
||||
|
||||
// Mozilla Extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user