: <video> example Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12437

: <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>&lt;figure>
- &lt;video src="ogg">&lt;/video>
+ &lt;video src="example.webm" controls>&lt;/video>
  &lt;figcaption>Example&lt;/figcaption>
 &lt;/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>&lt;figure>
- &lt;video src="ogg">&lt;/video>
+ &lt;video src="example.webm" controls>&lt;/video>
  &lt;figcaption>Example&lt;/figcaption>
 &lt;/figure></code></pre>

Received on Thursday, 28 April 2011 14:11:27 UTC