diff --git a/tests/to-do/README.md b/tests/to-do/README.md new file mode 100644 index 0000000..8f9e379 --- /dev/null +++ b/tests/to-do/README.md @@ -0,0 +1,5 @@ +Check how many tasks have been left aside. + +These tasks are marked with the four consecutive letters T, O, D, O in the source code. + +This tool also looks for instances of F, I, X, M, E and of X, X, X \ No newline at end of file diff --git a/tests/website/README.md b/tests/website/README.md new file mode 100644 index 0000000..34e1258 --- /dev/null +++ b/tests/website/README.md @@ -0,0 +1,5 @@ +Tests for the web pages. + +* Checks that the pages are valid Polyglot Markup (an HTML5 / XHTML chameleon, TODO link to references) + * Uses the W3C validator to check that the pages are valid HTML 5, XHTML 1.0, XHTML 1.1, as well as valid HTML 3.2, HTML 4.0 with the exception of the obvious incompatibilities (doctype and self-closing tags) +* Checks that there are no broken links between the pages, and no broken links to external pages. \ No newline at end of file