validator/htdocs/dev/tests index.html,1.77,1.78

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv8394/htdocs/dev/tests

Modified Files:
	index.html 
Log Message:
In collaboration with (and mostly courtesy of) Valerio Proietti (mad4milk/mootools), 
cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator.

Changes include:
* cleaner CSS for the UI
* (more) accessible, gracefully degrading tab and toggle scripting
* smooth, unobtrusive transition effects
* form styling
* Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view"
 (e.g one can link directly to the "by upload", "with options toggled on" 
  this was an issue in earlier toggle script versions for the CSS validator
* scripting with smaller footprint
* minor CSS changes (page and UI takes all width, etc)



Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- index.html	7 May 2007 18:30:50 -0000	1.77
+++ index.html	31 May 2007 02:32:14 -0000	1.78
@@ -3,7 +3,7 @@
 --><!--#set var="title" value="The W3C Markup Validation Service: Tests"
 --><!--#set var="relroot" value="../../"
 --><!--#include virtual="../../header.html" -->
-
+<div class="doc">
 <h2>Markup Validator's test collection</h2>
 
 <h3 id="TableOfContents">Table of contents</h3>
@@ -565,5 +565,7 @@
       <h2>Other Test Suites</h2>
       <ul><li><a href="http://www.nist.gov/xml/">NIST's XML, DOM test suites</a></li></ul>
     </div>
+<div class="doc">
+
 <!--#include virtual="../../footer.html" -->
 

Received on Thursday, 31 May 2007 02:32:29 UTC