[xiph-commits] r18263 - in websites/opus-codec.org: comparison contact development

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Wed May 2 07:05:48 PDT 2012


Author: gmaxwell
Date: 2012-05-02 07:05:48 -0700 (Wed, 02 May 2012)
New Revision: 18263

Modified:
   websites/opus-codec.org/comparison/index.shtml.en
   websites/opus-codec.org/contact/index.shtml.en
   websites/opus-codec.org/development/index.shtml.en
Log:
Updates to appease the HTML validator gods.

Modified: websites/opus-codec.org/comparison/index.shtml.en
===================================================================
--- websites/opus-codec.org/comparison/index.shtml.en	2012-05-02 12:09:19 UTC (rev 18262)
+++ websites/opus-codec.org/comparison/index.shtml.en	2012-05-02 14:05:48 UTC (rev 18263)
@@ -1,8 +1,9 @@
 <!--#include virtual="/ssi/header.include" -->
 <!--#include virtual="/ssi/contentheader.include" -->
+
 <h1>Codec Feature Comparison</h1>
 
-<table border="2" cellpadding="2" width="100%">
+<table border="1" style="border:1px solid black; padding:2px; width:100%;">
 	<thead>
 		<tr>
 			<th>Codec</th>
@@ -90,7 +91,7 @@
 
 <h1>Bitrate/Latency Comparison</h1>
 
-<p align="center"><a href="opus_comparison.png"><img src="opus_comparison.png" width="516" height="386"></a></p>
+<div style="text-align:center;"><a href="opus_comparison.png"><img src="opus_comparison.png" alt="Illustration showing overlapping circles against delay/quality to suggest applications where Opus is useful." width="516" height="386"></a></div>
 
 <h1>Quality Comparison</h1>
 
@@ -100,6 +101,6 @@
 the full details, see <a href="http://listening-tests.hydrogenaudio.org/igorc/results.html">the official results page</a>
 and <a href="http://people.xiph.org/~greg/opus/ha2011/">Greg Maxwell's analysis page</a>.</p>
 
-<p align="center"><a href="opus_ha_results.png"><img src="opus_ha_results.png" width="500" height="350"></a></p>
+<div style="text-align:center;"><a href="opus_ha_results.png"><img src="opus_ha_results.png" width="500" height="350" alt="Bar chart showing Opus outperforming two AAC-HE encoders and libvorbis."></a></div>
 
 <!--#include virtual="/ssi/footer.include" -->

Modified: websites/opus-codec.org/contact/index.shtml.en
===================================================================
--- websites/opus-codec.org/contact/index.shtml.en	2012-05-02 12:09:19 UTC (rev 18262)
+++ websites/opus-codec.org/contact/index.shtml.en	2012-05-02 14:05:48 UTC (rev 18263)
@@ -17,6 +17,6 @@
        (<a href="" onclick="document.getElementById('chatbox').innerHTML='<iframe src=\'http://webchat.freenode.net/?channels=opus\' width=800 height=600/>';return false;">web interface</a>)
 </ul>
 
-<center><div id="chatbox"></div></center>
+<div id="chatbox" style="text-align:center;"></div>
 
 <!--#include virtual="/ssi/footer.include" -->

Modified: websites/opus-codec.org/development/index.shtml.en
===================================================================
--- websites/opus-codec.org/development/index.shtml.en	2012-05-02 12:09:19 UTC (rev 18262)
+++ websites/opus-codec.org/development/index.shtml.en	2012-05-02 14:05:48 UTC (rev 18263)
@@ -18,8 +18,9 @@
 <p>Development chat takes place on <a href="irc://irc.freenode.net/opus">#opus on irc.freenode.net</a>
        (&rarr;<a href="" onclick="document.getElementById('chatbox').innerHTML='<iframe src=\'http://webchat.freenode.net/?channels=opus\' width=800 height=600/>';return false;">web interface</a>)
 </p>
-<center><div id="chatbox"></div></center>
 
+<div id="chatbox" style="text-align:center;"></div>
+
 <h2>Source code repository</h2>
 
 <b><a href="http://git.xiph.org/?p=opus.git" style="text-decoration:none;color:black;">Master git repository</a></b>: &nbsp;&nbsp;&nbsp;<tt>$ git clone <a href="http://git.xiph.org/?p=opus.git">git://git.opus-codec.org/opus.git</a></tt>



More information about the commits mailing list