- From: <bugzilla@jessica.w3.org>
- Date: Mon, 18 Feb 2013 09:06:32 +0000
- To: public-html-media@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21034
Bug ID: 21034
Summary: Harmonize text regarding tracks and events
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Media Source Extensions
Assignee: adrianba@microsoft.com
Reporter: cyril.concolato@telecom-paristech.fr
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-media@w3.org
In some cases, when changes are made to the tracks and track list objects, the
MSE spec says:
"Queue a task to fire a simple event named change at the HTMLMediaElement track
lists that were modified."
This is the case when changing the kind, language of a track or when removing a
source buffer.
But when processing an initialization segment and setting up the tracks such
sentence is not used, for instance, it only says:
"Add new audio track to the audioTracks attribute on the HTMLMediaElement."
The removetrack events should also be called out in the removeSourceBuffer()
algorithm as well.
Similar wording should be used throughout the spec to clarify the impact on the
HTMLMediaElement.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 18 February 2013 09:06:40 UTC