[xiph-commits] r4080 - itext
silvia at svn.annodex.net
silvia at svn.annodex.net
Tue Feb 23 15:43:49 PST 2010
Author: silvia
Date: 2010-02-23 15:43:49 -0800 (Tue, 23 Feb 2010)
New Revision: 4080
Modified:
itext/videotest.html
Log:
Added fallback content to videotest and removed DOCTYPE to get quirks mode in IE.
Modified: itext/videotest.html
===================================================================
--- itext/videotest.html 2010-02-22 21:03:30 UTC (rev 4079)
+++ itext/videotest.html 2010-02-23 23:43:49 UTC (rev 4080)
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Experiment with video and audio accessibility and lyrics</title>
@@ -13,6 +12,7 @@
<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">
+ This is fallback content: download video from <a href="chocolate_rain/chocolate_rain.ogv" tabindex="10">Download</a>
</video>
</div>
More information about the commits
mailing list