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 9471 - Introduce declarative markup to associate timed text resources with media elements
Summary: Introduce declarative markup to associate timed text resources with media ele...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/WAI/PF/HTML/wiki/Me...
Whiteboard: video
Keywords: a11y, a11ytf, hasProposal, media
Depends on:
Blocks:
 
Reported: 2010-04-09 22:11 UTC by Silvia Pfeiffer
Modified: 2010-11-11 22:52 UTC (History)
6 users (show)

See Also:


Attachments

Description Silvia Pfeiffer 2010-04-09 22:11:29 UTC
Section affected: media sections

http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html


Problem: No support for timed text file

The current audio and video elements do not provide a standard means to associate timed text resources through declarative markup. This means that in particular solutions to captions and subtitles need to be created manually through JavaScript, causing the implementation of many non-interoperable caption implementations.


Suggested way to solve problem:

The media subgroup of the HTML5 Accessibility Task Force has worked on the
following proposal:
http://www.w3.org/WAI/PF/HTML/wiki/Media_TextAssociations

This proposal is the result of several discussions there. It is not yet a
recommendation of the task force, but in a good enough state to be introduced
into the HTML WG.

This proposal introduces declarative markup to reference external associated and time-synchronous text resources with media elements. It introduces in particular a <track> and a <trackgroup> element into HTML5 media elements to create a standard means to include such text resources. It has been defined in such a way as to be extensible in the future for external synchronised audio and video resources too.


Also relates to:
* Issue-9 (http://www.w3.org/html/wg/tracker/issues/9)

* Bug 5758: Insufficient accessibility fallback for <audio> or <video>
(http://www.w3.org/Bugs/Public/show_bug.cgi?id=5758)
Comment 1 Silvia Pfeiffer 2010-08-15 03:25:12 UTC
The specification at http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#the-track-element has a largely acceptable proposal to introduce the association of external time-synchronized text resources with media elements. Introducing that into http://dev.w3.org/html5/spec/ would be a big step towards solving this bug.
Comment 2 Ian 'Hixie' Hickson 2010-11-11 22:52:04 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: It's big.
Rationale: I did what the chairs asked me to do.