- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Mar 2009 20:24:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/client In directory hutz:/tmp/cvs-serv16047 Modified Files: sample.html Log Message: Index: sample.html =================================================================== RCS file: /sources/public/2002/css-validator/autotest/client/sample.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- sample.html 3 Mar 2009 20:13:24 -0000 1.1 +++ sample.html 3 Mar 2009 20:24:01 -0000 1.2 @@ -7,14 +7,14 @@ .invalid { background-color: #f77; } - table { + rtable { border-width: 2px; border-color: black; border-style: solid; border-spacing: 0; border-collapse: collapse; } - th, td { + rth, rtd { border-width: 2px 1px 2px 1px; border-color: black; border-style: solid; @@ -29,9 +29,9 @@ </head> <body> <div id="tableanchor"> - <p onclick="getTestList('http://jigsaw.w3.org/css-validator/autotest/testsuite/xml/bugs.xml')">Create Test Table for Bugs</p> - <p onclick="getTestList('http://jigsaw.w3.org/css-validator/autotest/testsuite/xml/general.xml')">Create Test Table for General</p> - <p onclick="getTestList('http://jigsaw.w3.org/css-validator/autotest/testsuite/xml/propertiesCSS2.xml')">Create Test Table for CSS2</p> + <p onclick="getTestList('../testsuite/xml/bugs.xml')">Create Test Table for Bugs</p> + <p onclick="getTestList('../testsuite/xml/general.xml')">Create Test Table for General</p> + <p onclick="getTestList('../testsuite/xml/propertiesCSS2.xml')">Create Test Table for CSS2</p> </div> </div> </body>
Received on Tuesday, 3 March 2009 20:24:13 UTC