- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Mon, 08 Jun 2015 12:59:30 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/var/tmp/cvs-serv11295 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit c79afafd8ebbca7e059702006e64d9fceb6cc8cb --- /sources/public/html5/webvtt/Overview.html 2015/06/08 12:50:33 1.222 +++ /sources/public/html5/webvtt/Overview.html 2015/06/08 12:59:30 1.223 @@ -3,7 +3,7 @@ <head> <title>WebVTT: The Web Video Text Tracks Format</title> <meta charset="utf-8"> - <meta name="revision" content="2f0a190de41c6eaeebc63794ba458346f7977381"> + <meta name="revision" content="c79afafd8ebbca7e059702006e64d9fceb6cc8cb"> @@ -1313,7 +1313,7 @@ </ol> <p>A <dfn id="dfn-webvtt-metadata-header-name">WebVTT metadata header name</dfn> and a <dfn id="dfn-webvtt-metadata-header-value">WebVTT metadata header value</dfn> each - consist of any sequence of zero or more characters other than U+000A LINE FEED (LF) characters + consist of any sequence of one 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 "<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</p> @@ -1456,7 +1456,7 @@ </ol> <p>A <dfn id="dfn-webvtt-cue-setting-name">WebVTT cue setting name</dfn> and a <dfn id="dfn-webvtt-cue-setting-value">WebVTT cue setting value</dfn> each consist - of any sequence of zero or more characters other than U+000A LINE FEED (LF) characters and + of any sequence of one 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 "<code>--></code>" (U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS, U+003E GREATER-THAN SIGN).</p>
Received on Monday, 8 June 2015 12:59:32 UTC