- From: <bugzilla@jessica.w3.org>
- Date: Sun, 22 Mar 2015 00:10:49 +0000
- To: public-texttracks@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28260
Bug ID: 28260
Summary: [webvtt] zero or more characters? [I18N-ISSUE-426]
Product: TextTracks CG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebVTT
Assignee: dave.null@w3.org
Reporter: silviapfeiffer1@gmail.com
QA Contact: public-texttracks@w3.org
CC: philipj@opera.com, silviapfeiffer1@gmail.com
Feedback by Addison Phillips from W3C I18N group:
http://lists.w3.org/Archives/Public/public-tt/2015Mar/0059.html
I18N comment: https://www.w3.org/International/track/issues/426
http://www.w3.org/TR/webvtt1/#webvtt-file-structure
A number of tokens are described as being a sequence of "zero or more" of
something. Here are a few examples:
--
A WebVTT cue settings list consist of a sequence of zero or more WebVTT cue
settings in any order, separated from each other by one or more U+0020 SPACE
characters
--
A WebVTT cue setting name and a WebVTT cue setting value each consist of any
sequence of zero or more characters other than U+000A LINE FEED (LF) characters
and U+000D CARRIAGE RETURN (CR) characters except that the entire resulting
string must not contain the substring "-->" (U+002D HYPHEN-MINUS, U+002D
HYPHEN-MINUS, U+003E GREATER-THAN SIGN).
--
A zero-length string seems problematic, since each space character can be
considered to separate one such zero-length entity. Should these be
reconsidered to be "one or more..."?
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 22 March 2015 00:10:59 UTC