tidy-html5/test/html5
2015-04-25 19:20:16 +02:00
..
html4 add marquee test 2014-08-08 19:52:03 +02:00
article.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
aside.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
bdi.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
cleanup.bat add a cleanup bach file 2014-08-05 13:09:44 +02:00
datalist.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
datalist2.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
datalist3.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
details.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
dialog.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
figure.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
footer.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
formselect.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
formselect2.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
header.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
keygen.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
main.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
mark.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
mav.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
menuitem.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
meter.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
min.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
output.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
progress.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
README.html5.txt add a README for the HTML5 tests 2014-08-05 12:28:43 +02:00
removed.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
rp.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
section.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
select2.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
summary.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
template.org.html Issue #199 - Add failing test case for html5's template tag 2015-04-10 15:49:59 -07:00
testhtml5.cmd minor changes in batch file 2014-08-05 13:08:24 +02:00
testhtml5.sh add x bit to testhtml5.sh 2015-04-25 19:20:16 +02:00
testone.cmd add cmd file to test one html file 2014-11-27 16:41:42 +01:00
time.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
video.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00
wbr.org.html Add abt 30 test files, and a testhtml5.cmd 2014-08-03 21:04:36 +02:00

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: <article> 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