- From: <bugzilla@jessica.w3.org>
- Date: Tue, 23 Nov 2010 16:37:01 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11391
Summary: Define examples of an actual <track> URI
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: franko@microsoft.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
http://dev.w3.org/html5/spec/video.html#timed-track
The specification should specify different kinds of actual content files
(timed or untimed track files) that may be associated with a media resource:
A textual representation of the content
An audio representation of the content (See SL-1, SL-2 in [1])
A video representation of the content
Non-synchronized alternatives that can be rendered as replacements for the
original rendered content (DAC-5 in [1])
[1] http://www.w3.org/WAI/PF/HTML/wiki/Media_Accessibility_Checklist
SUGGEST:
http://dev.w3.org/html5/spec/video.html#dom-track-src
The src attribute points to an additional timed or untimed textual, audio or
video representation of the media content that the user or user agent may
display.
The rendering of the alternative / replacement content is defined by the actual
track format and the user agent; for example:
Non-synchronized alternatives may be rendered as replacements for the original
rendered content
A additional video representation of the original content may be rendered over
the original content, or positioning in all parts of the screen. (CC-5 in [1])
[1] http://www.w3.org/WAI/PF/HTML/wiki/Media_Accessibility_Checklist
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Tuesday, 23 November 2010 16:37:05 UTC