From 9544d442af16443415b5617800885d0c00615bed Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Tue, 5 Aug 2014 12:28:43 +0200 Subject: [PATCH] add a README for the HTML5 tests --- test/html5/README.html5.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/html5/README.html5.txt diff --git a/test/html5/README.html5.txt b/test/html5/README.html5.txt new file mode 100644 index 0000000..2bd6c79 --- /dev/null +++ b/test/html5/README.html5.txt @@ -0,0 +1,23 @@ +README.html5.txt - 20140805 + +This folder contains about 30 HTML5 coded examples, using each of the 'new' tags +added in HTML5. + +Running these files through standard 2009 tidy should produce errors/warnings +like Error:
is not recognized, and will probably declare - +Info: Document content looks like HTML Proprietary. + +A batch file, testhtml5.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 taht failed, which should be ZERO +for a successful run. + +Enjoy. + +# eof +