[xiph-commits] r4079 - itext
silvia at svn.annodex.net
silvia at svn.annodex.net
Mon Feb 22 13:03:30 PST 2010
Author: silvia
Date: 2010-02-22 13:03:30 -0800 (Mon, 22 Feb 2010)
New Revision: 4079
Added:
itext/videotest.html
Modified:
itext/chocolate_rain.html
Log:
Made some additions for IE testing.
Modified: itext/chocolate_rain.html
===================================================================
--- itext/chocolate_rain.html 2010-02-12 09:33:43 UTC (rev 4078)
+++ itext/chocolate_rain.html 2010-02-22 21:03:30 UTC (rev 4079)
@@ -60,9 +60,10 @@
<div id="itextcontainer1"></div>
<video class="v" src="chocolate_rain/chocolate_rain.ogv"
poster="chocolate_rain/chocolate_rain.png" controls aria-label="Chocolate Rain video"
- autobuffer title="Chocolate Rain video">
+ autobuffer title="Chocolate Rain video" xmlns="http://www.w3.org/1999/xhtml/video">
<itext id="lyrics_v" lang="en" type="text/lrc" display="yes"
- src="chocolate_rain/chocolate_rain.lrc" category="LRC"></itext>
+ src="chocolate_rain/chocolate_rain.lrc" category="LRC"
+ xmlns="http://www.w3.org/1999/xhtml/video"></itext>
</video>
</div>
Added: itext/videotest.html
===================================================================
--- itext/videotest.html (rev 0)
+++ itext/videotest.html 2010-02-22 21:03:30 UTC (rev 4079)
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML>
+<html lang="en">
+ <head>
+ <title>Experiment with video and audio accessibility and lyrics</title>
+ </head>
+
+ <body>
+
+ <h1>Demo Video and Audio Lyrics</h1>
+
+
+ <div class="videocontainer" style="position: relative; display: inline-block; float: left;">
+ <video class="v" src="chocolate_rain/chocolate_rain.ogv"
+ poster="chocolate_rain/chocolate_rain.png" controls
+ autobuffer title="Chocolate Rain video" xmlns="http://www.w3.org/1999/xhtml/video">
+ </video>
+ </div>
+
+ </body>
+</html>
More information about the commits
mailing list