- From: poot <cvsmail@w3.org>
- Date: Thu, 28 Apr 2011 10:11:26 -0400
- To: public-html-diffs@w3.org
: <video> example Fixing
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12437
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.129&r2=1.130&f=h
===================================================================
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:11:27 UTC