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 20903 - subtitle kind of track inside an audio element
Summary: subtitle kind of track inside an audio element
Status: CLOSED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: CR HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Robin Berjon
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 12:00 UTC by Philippe Worontzoff
Modified: 2013-02-09 12:16 UTC (History)
1 user (show)

See Also:


Attachments

Description Philippe Worontzoff 2013-02-08 12:00:32 UTC
As a conclusion of bug 20890, an audio with subtitles displayed becomes audio-visual and so video, so, it should not be permited to have an attribute kind set to subtitle in a track whose parent is an audio element.
Comment 1 Silvia Pfeiffer 2013-02-09 02:47:05 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-v2.html

Status: Rejected

Change Description: none
Rationale:

This is a misunderstanding - there is nothing inherently visual about the <track> element. Subtitles in a <track> element in an <audio> element will provide the cues (e.g. the individual subtitles) through the JavaScript API. It allows the Web developer to do something with the cues in sync with the video, e.g. display them in a div next to the video or some other screen location. Something like was put together in SVG here: http://svg-wow.org/blog/2009/10/04/animated-lyrics/ .
Comment 2 Philippe Worontzoff 2013-02-09 09:49:07 UTC
The exemple you linked doesn't use any track element. Anyway, the concept of animated lyrics can effectively seen as something different then audio-video. So, I close the bug.
Comment 3 Silvia Pfeiffer 2013-02-09 12:16:41 UTC
(In reply to comment #2)
> The exemple you linked doesn't use any track element.

Yes, I didn't use it as an HTML example, but only to demonstrate the idea. Sorry for the confusion.