summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2007-05-31 02:32:14 +0000
committerot <ot@localhost>2007-05-31 02:32:14 +0000
commit74076c8b3aa0038723ab77e9ec40dbf7abe65499 (patch)
tree3ae1464f041a50332ab167378058ea37926bb0f3 /htdocs/dev/tests
parent2230ea5f39406b35c4d02f800d464a6d9a90fc51 (diff)
downloadmarkup-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-xhtdocs/dev/tests/index.html8
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" -->