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 15759 - Chrome implementation (at least) now has addTrack() not addTextTrack()
Summary: Chrome implementation (at least) now has addTrack() not addTextTrack()
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-28 07:16 UTC by contributor
Modified: 2012-07-18 18:39 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2012-01-28 07:16:46 UTC
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
Comment 1 Simon Pieters 2012-01-30 09:26:17 UTC
File a bug with Chrome.
Comment 2 Kang-Hao (Kenny) Lu 2012-01-30 10:48:53 UTC
Reopening. It's pretty clear that the reporter asks for the spec matching Chrome. This bug deserves at least a WONTFIX.
Comment 3 Ian 'Hixie' Hickson 2012-01-30 19:48:23 UTC
What do other browsers do? Is there a bug filed on Chrome/WebKit?
Comment 4 Silvia Pfeiffer 2012-01-31 00:19:23 UTC
(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
Comment 5 Simon Pieters 2012-01-31 08:27:26 UTC
Opera has implemented addTextTrack() (although there's no public build yet).
Comment 6 Silvia Pfeiffer 2012-01-31 22:51:37 UTC
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