Metadata
- Source
- VP-43
- Type
- Bug
- Priority
- Critical
- Status
- Closed
- Resolution
- Won't Fix
- Assignee
- N/A
- Reporter
- Anastasia Cheetham
- Created
2012-11-12T16:38:46.136-0500 - Updated
2017-12-22T10:28:48.230-0500 - Versions
-
- 0.1
- Fixed Versions
- N/A
- Component
-
- captions
Description
The Captionator code stores the track element's readyState inside the element's TextTrack object. The spec states that the readyState should be stored in the track element, as a sibling to the TextTrack object:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-track-element
Safari's native implementation of the track element follows the spec correctly, whereas our current VideoPlayer code uses the incorrect Captionator API. We need to bring the Captionator code in line with the spec so that we can have consistent behaviour across browsers.
Comments
-
Justin Obara commented
2017-12-22T10:28:48.228-0500 The video player repository has been archived.