- From: Internationalization Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Thu, 26 Feb 2015 01:34:26 +0000
- To: public-i18n-core@w3.org
I18N-ISSUE-426: zero or more characters? ⓟ [WebVTT] http://www.w3.org/International/track/issues/426 Raised by: Addison Phillips On product: WebVTT 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..."?
Received on Thursday, 26 February 2015 01:34:28 UTC