This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
It would be useful to be able to observe when the ReadyState of the HTMLTrackElement changes.
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'.
Okay I see them now. This should be enough for our needs. Thanks Simon.