- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 28 Apr 2011 14:07:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv29619
Modified Files:
Overview.src.html Overview.html
Log Message:
<video> example Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12437
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- Overview.html 28 Apr 2011 14:05:43 -0000 1.129
+++ Overview.html 28 Apr 2011 14:07:45 -0000 1.130
@@ -500,7 +500,7 @@
as a single unit from the main flow of the document.</p>
<pre><code><figure>
- <video src="ogg"></video>
+ <video src="example.webm" controls></video>
<figcaption>Example</figcaption>
</figure></code></pre>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- Overview.src.html 28 Apr 2011 14:05:43 -0000 1.106
+++ Overview.src.html 28 Apr 2011 14:07:44 -0000 1.107
@@ -382,7 +382,7 @@
referenced as a single unit from the main flow of the document.</p>
<pre><code><figure>
- <video src="ogg"></video>
+ <video src="example.webm" controls></video>
<figcaption>Example</figcaption>
</figure></code></pre>
Received on Thursday, 28 April 2011 14:07:48 UTC