[html5] r5410 - [e] (0) typos

whatwg at whatwg.org whatwg at whatwg.org
Fri Sep 3 13:36:55 PDT 2010


Author: ianh
Date: 2010-09-03 13:36:54 -0700 (Fri, 03 Sep 2010)
New Revision: 5410

Modified:
   complete.html
   index
   source
Log:
[e] (0) typos

Modified: complete.html
===================================================================
--- complete.html	2010-09-02 10:00:31 UTC (rev 5409)
+++ complete.html	2010-09-03 20:36:54 UTC (rev 5410)
@@ -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 — 2 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 3 September 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>-->
@@ -24105,7 +24105,7 @@
   the <a href=#attr-track-kind-captions title=attr-track-kind-captions>captions</a> state.</p>
 
   <p>The <dfn id=attr-track-src title=attr-track-src><code>src</code></dfn> attribute
-  gives the address of the time track data. The value must be a
+  gives the address of the timed track data. The value must be a
   <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>valid non-empty URL potentially surrounded by
   spaces</a>. This attribute must be present.</p>
 
@@ -24123,11 +24123,11 @@
 
   <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
+  <a href=#websrt>WebSRT</a> file must be a <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
+  attribute gives the language of the timed track data. The value must
   be a valid BCP 47 language tag. This attribute must be present if
   the element's <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code> attribute is
   in the <a href=#attr-track-kind-subtitles title=attr-track-kind-subtitles>subtitles</a>

Modified: index
===================================================================
--- index	2010-09-02 10:00:31 UTC (rev 5409)
+++ index	2010-09-03 20:36:54 UTC (rev 5410)
@@ -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 — 2 September 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 3 September 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>-->
@@ -24085,7 +24085,7 @@
   the <a href=#attr-track-kind-captions title=attr-track-kind-captions>captions</a> state.</p>
 
   <p>The <dfn id=attr-track-src title=attr-track-src><code>src</code></dfn> attribute
-  gives the address of the time track data. The value must be a
+  gives the address of the timed track data. The value must be a
   <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>valid non-empty URL potentially surrounded by
   spaces</a>. This attribute must be present.</p>
 
@@ -24103,11 +24103,11 @@
 
   <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
+  <a href=#websrt>WebSRT</a> file must be a <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
+  attribute gives the language of the timed track data. The value must
   be a valid BCP 47 language tag. This attribute must be present if
   the element's <code title=attr-track-kind><a href=#attr-track-kind>kind</a></code> attribute is
   in the <a href=#attr-track-kind-subtitles title=attr-track-kind-subtitles>subtitles</a>

Modified: source
===================================================================
--- source	2010-09-02 10:00:31 UTC (rev 5409)
+++ source	2010-09-03 20:36:54 UTC (rev 5410)
@@ -25885,7 +25885,7 @@
   the <span title="attr-track-kind-captions">captions</span> state.</p>
 
   <p>The <dfn title="attr-track-src"><code>src</code></dfn> attribute
-  gives the address of the time track data. The value must be a
+  gives the address of the timed track data. The value must be a
   <span>valid non-empty URL potentially surrounded by
   spaces</span>. This attribute must be present.</p>
 
@@ -25905,11 +25905,11 @@
   <span>WebSRT</span> resource, and the element's <code
   title="attr-track-kind">kind</code> attribute is not in the <span
   title="attr-track-kind-metadata">metadata</span> state, then the
-  <span>WebSRT</span> file must <span>WebSRT file using cue
+  <span>WebSRT</span> file must be a <span>WebSRT file using cue
   text</span>.</p>
 
   <p>The <dfn title="attr-track-srclang"><code>srclang</code></dfn>
-  attribute gives the language of the time track data. The value must
+  attribute gives the language of the timed track data. The value must
   be a valid BCP 47 language tag. This attribute must be present if
   the element's <code title="attr-track-kind">kind</code> attribute is
   in the <span title="attr-track-kind-subtitles">subtitles</span>




More information about the Commit-Watchers mailing list