[html5] r5169 - [e] (0) typo
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 15 20:23:42 PDT 2010
Author: ianh
Date: 2010-07-15 20:23:41 -0700 (Thu, 15 Jul 2010)
New Revision: 5169
Modified:
complete.html
index
source
Log:
[e] (0) typo
Modified: complete.html
===================================================================
--- complete.html 2010-07-15 23:54:55 UTC (rev 5168)
+++ complete.html 2010-07-16 03:23:41 UTC (rev 5169)
@@ -209,7 +209,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 14 July 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 16 July 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -23761,6 +23761,11 @@
</div>
+ <p>If the elements's <a href=#track-url>track URL</a> identifies a
+ <a href=#websrt>WebSRT</a> resource, and the element's <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code> attribute is not in the <a href=#attr-track-kind-metadata title=attr-track-kind-metadata>metadata</a> state, then the
+ <a href=#websrt>WebSRT</a> file must <a href=#websrt-file-using-cue-text>WebSRT file using cue
+ text</a>.</p>
+
<p>The <dfn id=attr-track-srclang title=attr-track-srclang><code>srclang</code></dfn>
attribute gives the language of the time track data. The value must
be a valid BCP 47 language tag. This attribute must be present if
@@ -26518,15 +26523,15 @@
<table><thead><tr><th>State
<th>String
<tbody><tr><td><a href=#attr-track-kind-subtitles title=attr-track-kind-subtitles>Subtitles</a>
- <td><code title=dom-track-kind-subtitles>subtitles</code>
+ <td><code title=dom-timedtrack-kind-subtitles><a href=#dom-timedtrack-kind-subtitles>subtitles</a></code>
<tr><td><a href=#attr-track-kind-captions title=attr-track-kind-captions>Captions</a>
- <td><code title=dom-track-kind-captions>captions</code>
+ <td><code title=dom-timedtrack-kind-captions><a href=#dom-timedtrack-kind-captions>captions</a></code>
<tr><td><a href=#attr-track-kind-descriptions title=attr-track-kind-descriptions>Descriptions</a>
- <td><code title=dom-track-kind-descriptions>descriptions</code>
+ <td><code title=dom-timedtrack-kind-descriptions><a href=#dom-timedtrack-kind-descriptions>descriptions</a></code>
<tr><td><a href=#attr-track-kind-chapters title=attr-track-kind-chapters>Chapters</a>
- <td><code title=dom-track-kind-chapters>chapters</code>
+ <td><code title=dom-timedtrack-kind-chapters><a href=#dom-timedtrack-kind-chapters>chapters</a></code>
<tr><td><a href=#attr-track-kind-metadata title=attr-track-kind-metadata>Metadata</a>
- <td><code title=dom-track-kind-metadata>metadata</code>
+ <td><code title=dom-timedtrack-kind-metadata><a href=#dom-timedtrack-kind-metadata>metadata</a></code>
</table><p>The <a href=#timed-track-label>timed track label</a> is the element's <a href=#track-label>track
label</a>.</p>
@@ -27555,8 +27560,20 @@
<li>Optionally, one or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters followed by <a href=#websrt-cue-settings>WebSRT cue settings</a>.</li>
<li>A <a href=#websrt-line-terminator>WebSRT line terminator</a>.</li>
<li>Optionally, a <a href=#websrt-voice-declaration>WebSRT voice declaration</a> followed by zero or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters.</li>
- <li><a href=#websrt-cue-text>WebSRT cue text</a>.</li>
- </ol><p>A <dfn id=websrt-line-terminator>WebSRT line terminator</dfn> consists of one of the
+ <li>The <dfn id=cue-payload>cue payload</dfn>: either <a href=#websrt-cue-text>WebSRT cue text</a> or <a href=#websrt-metadata-text>WebSRT metadata text</a>.</li>
+ </ol><p><a href=#websrt-cue-text>WebSRT cue text</a> is syntactically a subset of
+ <a href=#websrt-metadata-text>WebSRT metadata text</a>. Conformance checkers, when
+ validating <a href=#websrt>WebSRT</a> files, may offer to restrict all cues
+ to only having <a href=#websrt-cue-text>WebSRT cue text</a> as their <a href=#cue-payload>cue
+ payload</a>; <a href=#websrt-metadata-text>WebSRT metadata text</a> cues are only
+ useful for scripted applications (using the <code title=dom-timedtrack-kind-metadata><a href=#dom-timedtrack-kind-metadata>metadata</a></code> <a href=#timed-track-kind>timed
+ track kind</a>).</p>
+
+ <p>A <a href=#websrt-file>WebSRT file</a> whose cues all have a <a href=#cue-payload>cue
+ payload</a> that is <a href=#websrt-cue-text>WebSRT cue text</a> is said to be a
+ <dfn id=websrt-file-using-cue-text>WebSRT file using cue text</dfn>.</p>
+
+ <p>A <dfn id=websrt-line-terminator>WebSRT line terminator</dfn> consists of one of the
following:</p>
<ul class=brief><li>A U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pair.</li>
@@ -27712,7 +27729,15 @@
<li>The string "<dfn id=timed-track-cue-credit-voice title="timed track cue credit voice"><code>credit</code></dfn>".</li>
</ul></li>
<li>A U+003E GREATER-THAN SIGN character (>).</li>
- </ol><p><dfn id=websrt-cue-text>WebSRT cue text</dfn> consists of one or more of the
+ </ol><p><dfn id=websrt-metadata-text>WebSRT metadata text</dfn> consists of any sequence of one
+ or more characters other than U+000A LINE FEED (LF) characters and
+ U+000D CARRIAGE RETURN (CR) characters, each optionally separated
+ from the next by a <a href=#websrt-line-terminator>WebSRT line terminator</a>. (In other
+ words, any text that does not have two consecutive <a href=#websrt-line-terminator title="WebSRT line terminator">WebSRT line terminators</a> and
+ does not start or end with a <a href=#websrt-line-terminator>WebSRT line
+ terminator</a>.)</p>
+
+ <p><dfn id=websrt-cue-text>WebSRT cue text</dfn> consists of one or more of the
following components, in any order, each optionally separated from
the next by a <a href=#websrt-line-terminator>WebSRT line terminator</a>:</p>
Modified: index
===================================================================
--- index 2010-07-15 23:54:55 UTC (rev 5168)
+++ index 2010-07-16 03:23:41 UTC (rev 5169)
@@ -213,7 +213,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 14 July 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 16 July 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -23688,6 +23688,11 @@
</div>
+ <p>If the elements's <a href=#track-url>track URL</a> identifies a
+ <a href=#websrt>WebSRT</a> resource, and the element's <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code> attribute is not in the <a href=#attr-track-kind-metadata title=attr-track-kind-metadata>metadata</a> state, then the
+ <a href=#websrt>WebSRT</a> file must <a href=#websrt-file-using-cue-text>WebSRT file using cue
+ text</a>.</p>
+
<p>The <dfn id=attr-track-srclang title=attr-track-srclang><code>srclang</code></dfn>
attribute gives the language of the time track data. The value must
be a valid BCP 47 language tag. This attribute must be present if
@@ -26445,15 +26450,15 @@
<table><thead><tr><th>State
<th>String
<tbody><tr><td><a href=#attr-track-kind-subtitles title=attr-track-kind-subtitles>Subtitles</a>
- <td><code title=dom-track-kind-subtitles>subtitles</code>
+ <td><code title=dom-timedtrack-kind-subtitles><a href=#dom-timedtrack-kind-subtitles>subtitles</a></code>
<tr><td><a href=#attr-track-kind-captions title=attr-track-kind-captions>Captions</a>
- <td><code title=dom-track-kind-captions>captions</code>
+ <td><code title=dom-timedtrack-kind-captions><a href=#dom-timedtrack-kind-captions>captions</a></code>
<tr><td><a href=#attr-track-kind-descriptions title=attr-track-kind-descriptions>Descriptions</a>
- <td><code title=dom-track-kind-descriptions>descriptions</code>
+ <td><code title=dom-timedtrack-kind-descriptions><a href=#dom-timedtrack-kind-descriptions>descriptions</a></code>
<tr><td><a href=#attr-track-kind-chapters title=attr-track-kind-chapters>Chapters</a>
- <td><code title=dom-track-kind-chapters>chapters</code>
+ <td><code title=dom-timedtrack-kind-chapters><a href=#dom-timedtrack-kind-chapters>chapters</a></code>
<tr><td><a href=#attr-track-kind-metadata title=attr-track-kind-metadata>Metadata</a>
- <td><code title=dom-track-kind-metadata>metadata</code>
+ <td><code title=dom-timedtrack-kind-metadata><a href=#dom-timedtrack-kind-metadata>metadata</a></code>
</table><p>The <a href=#timed-track-label>timed track label</a> is the element's <a href=#track-label>track
label</a>.</p>
@@ -27482,8 +27487,20 @@
<li>Optionally, one or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters followed by <a href=#websrt-cue-settings>WebSRT cue settings</a>.</li>
<li>A <a href=#websrt-line-terminator>WebSRT line terminator</a>.</li>
<li>Optionally, a <a href=#websrt-voice-declaration>WebSRT voice declaration</a> followed by zero or more U+0020 SPACE characters or U+0009 CHARACTER TABULATION (tab) characters.</li>
- <li><a href=#websrt-cue-text>WebSRT cue text</a>.</li>
- </ol><p>A <dfn id=websrt-line-terminator>WebSRT line terminator</dfn> consists of one of the
+ <li>The <dfn id=cue-payload>cue payload</dfn>: either <a href=#websrt-cue-text>WebSRT cue text</a> or <a href=#websrt-metadata-text>WebSRT metadata text</a>.</li>
+ </ol><p><a href=#websrt-cue-text>WebSRT cue text</a> is syntactically a subset of
+ <a href=#websrt-metadata-text>WebSRT metadata text</a>. Conformance checkers, when
+ validating <a href=#websrt>WebSRT</a> files, may offer to restrict all cues
+ to only having <a href=#websrt-cue-text>WebSRT cue text</a> as their <a href=#cue-payload>cue
+ payload</a>; <a href=#websrt-metadata-text>WebSRT metadata text</a> cues are only
+ useful for scripted applications (using the <code title=dom-timedtrack-kind-metadata><a href=#dom-timedtrack-kind-metadata>metadata</a></code> <a href=#timed-track-kind>timed
+ track kind</a>).</p>
+
+ <p>A <a href=#websrt-file>WebSRT file</a> whose cues all have a <a href=#cue-payload>cue
+ payload</a> that is <a href=#websrt-cue-text>WebSRT cue text</a> is said to be a
+ <dfn id=websrt-file-using-cue-text>WebSRT file using cue text</dfn>.</p>
+
+ <p>A <dfn id=websrt-line-terminator>WebSRT line terminator</dfn> consists of one of the
following:</p>
<ul class=brief><li>A U+000D CARRIAGE RETURN U+000A LINE FEED (CRLF) character pair.</li>
@@ -27639,7 +27656,15 @@
<li>The string "<dfn id=timed-track-cue-credit-voice title="timed track cue credit voice"><code>credit</code></dfn>".</li>
</ul></li>
<li>A U+003E GREATER-THAN SIGN character (>).</li>
- </ol><p><dfn id=websrt-cue-text>WebSRT cue text</dfn> consists of one or more of the
+ </ol><p><dfn id=websrt-metadata-text>WebSRT metadata text</dfn> consists of any sequence of one
+ or more characters other than U+000A LINE FEED (LF) characters and
+ U+000D CARRIAGE RETURN (CR) characters, each optionally separated
+ from the next by a <a href=#websrt-line-terminator>WebSRT line terminator</a>. (In other
+ words, any text that does not have two consecutive <a href=#websrt-line-terminator title="WebSRT line terminator">WebSRT line terminators</a> and
+ does not start or end with a <a href=#websrt-line-terminator>WebSRT line
+ terminator</a>.)</p>
+
+ <p><dfn id=websrt-cue-text>WebSRT cue text</dfn> consists of one or more of the
following components, in any order, each optionally separated from
the next by a <a href=#websrt-line-terminator>WebSRT line terminator</a>:</p>
Modified: source
===================================================================
--- source 2010-07-15 23:54:55 UTC (rev 5168)
+++ source 2010-07-16 03:23:41 UTC (rev 5169)
@@ -29910,8 +29910,8 @@
<p><span>WebSRT cue text</span> is syntactically a subset of
<span>WebSRT metadata text</span>. Conformance checkers, when
validating <span>WebSRT</span> files, may offer to restrict all cues
- to only having <span>WebSRT cue text</span> as their <dfn>cue
- payload</dfn>; <span>WebSRT metadata text</span> cues are only
+ to only having <span>WebSRT cue text</span> as their <span>cue
+ payload</span>; <span>WebSRT metadata text</span> cues are only
useful for scripted applications (using the <code
title="dom-timedtrack-kind-metadata">metadata</code> <span>timed
track kind</span>).</p>
More information about the Commit-Watchers
mailing list