WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
124789
Fire "change" event on TextTrackList when a TextTrack's mode changes
https://bugs.webkit.org/show_bug.cgi?id=124789
Summary
Fire "change" event on TextTrackList when a TextTrack's mode changes
Brendan Long
Reported
2013-11-22 13:31:53 PST
TextTrackList has gained the same "change" event as AudioTrackList and VideoTrackList:
> Whenever a text track that is in a media element's list of text tracks has its text track mode change value, the user agent must run the following steps for the media element:
>
> If the media element's pending text track change notification flag is set, abort these steps.
>
> Set the media element's pending text track change notification flag.
>
> Queue a task that runs the following substeps:
>
> Unset the media element's pending text track change notification flag.
>
> Fire a simple event named change at the media element's textTracks attribute's TextTrackList object.
http://www.w3.org/TR/html5/embedded-content-0.html#texttracklist
Attachments
Patch
(5.36 KB, patch)
2013-11-22 13:41 PST
,
Brendan Long
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brendan Long
Comment 1
2013-11-22 13:41:42 PST
Created
attachment 217712
[details]
Patch
WebKit Commit Bot
Comment 2
2013-11-22 14:21:59 PST
Comment on
attachment 217712
[details]
Patch Clearing flags on attachment: 217712 Committed
r159714
: <
http://trac.webkit.org/changeset/159714
>
WebKit Commit Bot
Comment 3
2013-11-22 14:22:01 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug