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 23168 - Add 'onreadystatechange' event to HTMLTrackElement
Summary: Add 'onreadystatechange' event to HTMLTrackElement
Status: RESOLVED WORKSFORME
Alias: None
Product: HTML WG
Classification: Unclassified
Component: CR HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Robin Berjon
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 15:03 UTC by Rick Eyre
Modified: 2013-09-05 17:16 UTC (History)
3 users (show)

See Also:


Attachments

Description Rick Eyre 2013-09-05 15:03:34 UTC
It would be useful to be able to observe when the ReadyState of the HTMLTrackElement changes.
Comment 1 Simon Pieters 2013-09-05 16:25:00 UTC
Use case?

I think 'readystatechange' events is generally considered poor API design and it's better to have dedicated events for state changes you want to know about. <track> already has 'load' and 'error'.
Comment 2 Rick Eyre 2013-09-05 17:14:09 UTC
Okay I see them now. This should be enough for our needs. Thanks Simon.