This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html Multipage: http://www.whatwg.org/C#text-track-api Complete: http://www.whatwg.org/c#text-track-api Comment: I noticed that in Chrome's implementation, at least, addTextTrack() is now addTrack() Posted from: 92.21.40.133 User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1020.0 Safari/535.19
File a bug with Chrome.
Reopening. It's pretty clear that the reporter asks for the spec matching Chrome. This bug deserves at least a WONTFIX.
What do other browsers do? Is there a bug filed on Chrome/WebKit?
(In reply to comment #3) > What do other browsers do? Is there a bug filed on Chrome/WebKit? I believe it may be because WebKit implemented an early version of the spec where it was still called addTrack(). Bug registered: https://bugs.webkit.org/show_bug.cgi?id=77381
Opera has implemented addTextTrack() (although there's no public build yet).
WebKit change has been committed: https://bugs.webkit.org/show_bug.cgi?id=77381 It's now also called addTextTrack() I think this can be closed