html5/html4-differences Overview.src.html,1.106,1.107 Overview.html,1.129,1.130

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>&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:07:48 UTC