diff options
author | ot <ot@localhost> | 2007-05-31 02:32:14 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-05-31 02:32:14 +0000 |
commit | 74076c8b3aa0038723ab77e9ec40dbf7abe65499 (patch) | |
tree | 3ae1464f041a50332ab167378058ea37926bb0f3 /htdocs/dev/tests | |
parent | 2230ea5f39406b35c4d02f800d464a6d9a90fc51 (diff) | |
download | markup-validator-74076c8b3aa0038723ab77e9ec40dbf7abe65499.zip markup-validator-74076c8b3aa0038723ab77e9ec40dbf7abe65499.tar.gz markup-validator-74076c8b3aa0038723ab77e9ec40dbf7abe65499.tar.bz2 |
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)
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 348b340..334369e 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,9 +1,9 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.77 2007-05-07 18:30:50 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-05-07 18:30:50 $" +<!--#set var="revision" value="\$Id: index.html,v 1.78 2007-05-31 02:32:14 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-05-31 02:32:14 $" --><!--#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 @@ All these documents should validate, without "pretty print" for the document typ <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" --> |