- From: <bugzilla@jessica.w3.org>
- Date: Thu, 01 Dec 2011 19:05:38 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15032
Summary: Use 'after' (not 'before') to describe cue list
creation algorithm.
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows NT
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#dom-texttrack-activecues
CURRENT TEXT:
If the text track mode of the text track that the TextTrack object represents
is not the text track disabled mode, then the cues attribute must return a live
TextTrackCueList object that represents the subset of the text track list of
cues of the text track that the TextTrack object represents whose start times
occur >>before<< the earliest possible position when the script started, in
text track cue order. Otherwise, it must return null. When an object is
returned, the same object must be returned each time.
'before' doesn't make sense. Author probably meant 'after':
If the text track mode of the text track that the TextTrack object represents
is not the text track disabled mode, then the cues attribute must return a live
TextTrackCueList object that represents the subset of the text track list of
cues of the text track that the TextTrack object represents whose start times
occur >>AFTER<< the earliest possible position when the script started, in text
track cue order. Otherwise, it must return null. When an object is returned,
the same object must be returned each time.
--
Configure bugmail: https://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 Friday, 2 December 2011 04:49:49 UTC