From d15ffb026b6a3777b0fd23185d8a6408b520d22d Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Tue, 5 Aug 2014 13:25:27 +0200 Subject: [PATCH] add a README for the HTML4 to 5 tests --- test/html5/html4/README.html4.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/html5/html4/README.html4.txt diff --git a/test/html5/html4/README.html4.txt b/test/html5/html4/README.html4.txt new file mode 100644 index 0000000..a2a5c12 --- /dev/null +++ b/test/html5/html4/README.html4.txt @@ -0,0 +1,26 @@ +README.html4.txt - 20140805 + +This folder contains about dozen HTML files, each using a tag or tags REMOVED from HTML5 + +Running these files through standard 2009 tidy should mostly produce no errors or warnings. + +However if a HTML 5 aware tidy is used, and doctype: html5 is configured, EACH should +have warnings and/or errors... + +A batch file, testhtml4.cmd is provided to run these tests using the tidy5.exe +built using build/cmake... system, namely expects the EXE to be at - + + ..\..\..\build\cmake\Release\tidy5.exe. + +If you have used some 'other' build system, then the batch file may have to be +adjusted to find the correct EXE to use. + +At the end it will report the number of tests that failed, which should be ZERO +for a successful run. Remember here success is when a warning or error is produced, +and a FAILURE if a clean run. + +There is also a cleanup.bat to delete the products produced by this test. + +Enjoy. + +# eof