- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 May 2011 20:46:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv5082
Modified Files:
Overview.src.html Overview.html
Log Message:
track Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12611
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html 5 May 2011 23:02:45 -0000 1.134
+++ Overview.html 9 May 2011 20:46:14 -0000 1.135
@@ -30,13 +30,13 @@
<h1 id=html5-diff>HTML5 differences from HTML4</h1>
- <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 5 May 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-doctype>Editor's Draft 9 May 2011</h2>
<dl>
<dt>This Version:
<dd><a
- href="http://www.w3.org/TR/2011/ED-html5-diff-20110505/">http://www.w3.org/TR/2011/ED-html5-diff-20110505/</a>
+ href="http://www.w3.org/TR/2011/ED-html5-diff-20110509//">http://www.w3.org/TR/2011/ED-html5-diff-20110509/</a>
<dt>Latest Published Version:
@@ -127,7 +127,7 @@
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
index</a> at http://www.w3.org/TR/.</em>
- <p>This is the 5 May 2011 Editor's Draft produced by the <a
+ <p>This is the 9 May 2011 Editor's Draft produced by the <a
href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the <a
href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The Working
Group intends to publish this document as a <a
@@ -540,6 +540,11 @@
<li>
<p><a
+ href="http://www.w3.org/TR/html5/the-iframe-element.html#the-track-element"><code>track</code></a>
+ provides text tracks for the <code>video</code> element.
+
+ <li>
+ <p><a
href="http://www.w3.org/TR/html5/the-iframe-element.html#the-embed-element"><code>embed</code></a>
is used for plugin content.
@@ -1173,7 +1178,7 @@
for applications:
<ul>
- <li>API for playing of video and audio which can be used with the new
+ <li>An API for playing of video and audio which can be used with the new
<code>video</code> and <code>audio</code> elements.
<li>An API that enables offline Web applications.
@@ -1332,6 +1337,8 @@
<li>A <code>dirname</code> attribute was added to <code>input</code>
elements. When specified the directionality as specified by the user will
be submitted to the server as well.
+
+ <li>A new <code>track</code> element was added for video text tracks.
</ul>
<p>The <code>getSelection()</code> API moved to a separate <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- Overview.src.html 5 May 2011 23:02:45 -0000 1.111
+++ Overview.src.html 9 May 2011 20:46:06 -0000 1.112
@@ -412,6 +412,9 @@
<a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-source-element"><code>source</code></a>
elements are used together with these elements if there are multiple
streams available of different types.</p></li>
+
+ <li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-track-element"><code>track</code></a>
+ provides text tracks for the <code>video</code> element.</p></li>
<li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-embed-element"><code>embed</code></a>
is used for plugin content.</p></li>
@@ -976,9 +979,9 @@
for applications:</p>
<ul>
- <li>API for playing of video and audio which can be used with the new
+ <li>An API for playing of video and audio which can be used with the new
<code>video</code> and <code>audio</code> elements.</li>
-
+
<li>An API that enables offline Web applications.</li>
<li>An API that allows a Web application to register itself for
@@ -1113,6 +1116,7 @@
<li>A <code>dirname</code> attribute was added to <code>input</code>
elements. When specified the directionality as specified by the user
will be submitted to the server as well.</li>
+ <li>A new <code>track</code> element was added for video text tracks.</li>
</ul>
<p>The <code>getSelection()</code> API moved to a separate
Received on Monday, 9 May 2011 20:46:29 UTC