tidy-html5/test/html5
2014-11-22 15:42:28 +08:00
..
html4 Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
article.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
aside.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
bdi.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
cleanup.bat Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
datalist.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
datalist2.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
datalist3.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
details.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
dialog.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
figure.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
footer.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
formselect.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
formselect2.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
header.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
keygen.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
main.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
mark.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
mav.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
menuitem.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
meter.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
min.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
output.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
progress.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
README.html5.txt Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
removed.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
rp.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
section.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
select2.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
summary.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
testhtml5.cmd Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
time.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
video.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08:00
wbr.org.html Restart with geoffmcl's fork 2014-11-22 15:42:28 +08: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