401
edits
(more details on subtitles) |
(made end attribute optional) |
||
| Line 116: | Line 116: | ||
* it has the following additional attributes: | * it has the following additional attributes: | ||
** start: the start time of the cue (in relation to a media resource that is externally specified in a HTML media element) | ** start: the start time of the cue (in relation to a media resource that is externally specified in a HTML media element) | ||
** end: the end time of the cue | ** end: the end time of the cue (optional - if missing, implicitly ends with the start of the next cue) | ||
** voice (optional): a string identifying the voice with which the cue is associated (as defined in [http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#timed-track-cue-voice-identifier the HTML5 specification] | ** voice (optional): a string identifying the voice with which the cue is associated (as defined in [http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#timed-track-cue-voice-identifier the HTML5 specification] | ||
** width/height: per cue width/height in % | ** width/height: per cue width/height in % | ||
edits