diff --git a/.gitignore b/.gitignore index d2365da..80368f2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.user *.suo *.sdf +/test /test/testall.log /test/tmp/ /test/tmp2/ diff --git a/test/.gitignore b/test/.gitignore deleted file mode 100644 index 1ea3ca8..0000000 --- a/test/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -temp* -*.old -*.bak diff --git a/test/README.md b/test/README.md deleted file mode 100644 index c2b1bd8..0000000 --- a/test/README.md +++ /dev/null @@ -1,62 +0,0 @@ -# test directory 20151205 - -All of the test input files, some with their own config file, are in the `input` directory. These tests can be run using the various cmd/bat and sh script files supplied. - -And there is a `testbase` directory containing the expected output of all tests. - -#### Files: alltest.cmd / testall.sh - -In essence it is an attempt to automate some regression testing. The idea is that after making a code change to tidy, the alltest.cmd can be run using the new executable. This would produce an output in the `temp-5` folder. - -Comparing the `testbase` folder with the new `temp-5` folder will show you what file output was changed by your code modification, if any. In WIN32 there should be none. - -If unix the `$ diff -ua testbase tmp` will normally yield 3 changes, tests 431895, 500236 and 616606. 431895 is because it uses the `gnu-emacs: yes` option and we can thus expect the path separator in the file names to change. - -The other two 500236 and 616606 just seem to have some spaces changes. Not sure exactly why. If `-w` or `-b` option is use there should be no difference. So these 3 tests must be especially checked. - -Difficult, and tedious! Yes, but is a sure way to see if your changes adversely effected tidy. Unfortunately, only such a visual comparison would show the results. If the output changes are fully acceptable, like a warning message changed, then this should become the new base file for that test. - -Of course some of the tests were to say avoid a segfault found. Other tests were to visually compare the original input test file in a browser, with how the new output displayed in a browser. This is a purely VISUAL compare, and can not be done in code. - -And what about if there was NO current test existing to test what you were trying to fix. Well that means a NEW test should be added. Its output added to the 'base', then there would be a comparison. - -The chain is alltest.cmd runs alltest1.cmd, which then uses onetest.cmd for each test. And a similar chain for unix stating with testall.sh which uses testone.sh. - -Both tool chains use the testcases.txt file for the list of some 227 cases. There is now a `testinfo.txt` file which give some desciption of the test. Well actually the title of the original bug report filed at https://sourceforge.net/p/tidy/bugs/#number/ - -Additionally there are some 27 xml tests, runby xmltest.cmd, reading the test list from xmlcases.txt, and using the same onetest.cmd for each test... - -#### Files: acctest.cmd / testaccess.sh - -Another series of tests in this folder are the accessability tests, executed by running the acctest.cmd. - -It uses onetesta.cmd to process each of the some 118 tests in accesscases.txt. - -The test files for these accessability tests are in the `accessTest` directory. - -There is a similar unix tool chain of testaccess.sh, which uses testaccessone.sh for each test, from the same accesscases.txt list. - -#### Files: alltestc.bat - -This is essentially similar to the above, except it includes a COMPARE of the previous established output in the `testbase` folder with the NEW output in temp-5, hence the addition of a 'c'. - -As indicated above, this is an attempt to create such a BASE set of output files when tidy is run on the input test cases. - -Then when alltestc.bat is run, it runs alltest2.bat, which like the above it reads the tests from testcases.txt, and uses onetest2.bat for each test. - -So the difference between this and the above is, it further immediately compares the output of tidy, if there is one, with the equivalent file in the `testbase` directory using a windows port of diff. - -It is a success if there is **NO** diff! A difference means this newer version of tidy has modified the output. That modification needs to be carefully inspected, and if it is thought exact and suitable, then that new output should be copied to the `testbase` folder for future compares. - -#### Directory html5: - -A series of some 31 test html5 files were added for HTML5 support to this directory. - -In this folder there is a testhtml5.cmd, which uses testone.cmd to run each test. Similarly a testhtml5.sh for unix. - -Each of the *.org.html files will be process, with the output witten to a `tempout` directory. - -This was just to ensure tidy5 had support for many new tags introduced in HTML5. - - -; eof diff --git a/test/accessTest/1-1-1-1.html b/test/accessTest/1-1-1-1.html deleted file mode 100644 index 6a72bc2..0000000 --- a/test/accessTest/1-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.1 - - - - - \ No newline at end of file diff --git a/test/accessTest/1-1-1-10.html b/test/accessTest/1-1-1-10.html deleted file mode 100644 index 402a2e5..0000000 --- a/test/accessTest/1-1-1-10.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.1 - - -0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 0123456789 - - diff --git a/test/accessTest/1-1-1-2.html b/test/accessTest/1-1-1-2.html deleted file mode 100644 index 6120836..0000000 --- a/test/accessTest/1-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.1 - - -gifimage.gif - - diff --git a/test/accessTest/1-1-1-3.html b/test/accessTest/1-1-1-3.html deleted file mode 100644 index 52f31eb..0000000 --- a/test/accessTest/1-1-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.1 - - -34K bytes - - diff --git a/test/accessTest/1-1-1-4.html b/test/accessTest/1-1-1-4.html deleted file mode 100644 index 61be3d6..0000000 --- a/test/accessTest/1-1-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.1 - - -{short description of image} - - diff --git a/test/accessTest/1-1-10-1.html b/test/accessTest/1-1-10-1.html deleted file mode 100644 index eeb9591..0000000 --- a/test/accessTest/1-1-10-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.10 - - - - - diff --git a/test/accessTest/1-1-12-1.html b/test/accessTest/1-1-12-1.html deleted file mode 100644 index ea7122b..0000000 --- a/test/accessTest/1-1-12-1.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -aert1.0/1.1.12 - - -
 
-  %   __ __ __ __ __ __ __ __ __ __ __ __ __ __   
-100 |             *                             |
- 90 |                *  *                       |
- 80 |          *           *                    |
- 70 |             @           *                 |
- 60 |          @                 *              |
- 50 |       *        @              *           |
- 40 |                   @              *        |
- 30 |    *  @              @  @           *     |
- 20 |                                           |
- 10 |    @                       @  @  @  @     |
-      0  5 10 15 20 25 30 35 40 45 50 55 60 65 70
-      Flash frequency (Hertz)
-
- - diff --git a/test/accessTest/1-1-2-1.html b/test/accessTest/1-1-2-1.html deleted file mode 100644 index da2bfda..0000000 --- a/test/accessTest/1-1-2-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.2 - - -Pie chart of federal expenditures - - diff --git a/test/accessTest/1-1-2-2.html b/test/accessTest/1-1-2-2.html deleted file mode 100644 index 163ae4e..0000000 --- a/test/accessTest/1-1-2-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -bobby/g13 - - -Pie chart of federal expenditures - - diff --git a/test/accessTest/1-1-2-3.html b/test/accessTest/1-1-2-3.html deleted file mode 100644 index eebe3f6..0000000 --- a/test/accessTest/1-1-2-3.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/1.1.2 - - -Pie chart of federal expenditures -D - - diff --git a/test/accessTest/1-1-3-1.html b/test/accessTest/1-1-3-1.html deleted file mode 100644 index 88586d2..0000000 --- a/test/accessTest/1-1-3-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/1.1.3 - - -
- -
- - diff --git a/test/accessTest/1-1-4-1.html b/test/accessTest/1-1-4-1.html deleted file mode 100644 index 6c2d721..0000000 --- a/test/accessTest/1-1-4-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.4 - - - - - diff --git a/test/accessTest/1-1-5-1.html b/test/accessTest/1-1-5-1.html deleted file mode 100644 index 1634d41..0000000 --- a/test/accessTest/1-1-5-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.5 - - - - - diff --git a/test/accessTest/1-1-6-1.html b/test/accessTest/1-1-6-1.html deleted file mode 100644 index a434a5c..0000000 --- a/test/accessTest/1-1-6-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (wav) - - diff --git a/test/accessTest/1-1-6-2.html b/test/accessTest/1-1-6-2.html deleted file mode 100644 index a2a13ad..0000000 --- a/test/accessTest/1-1-6-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (au) - - diff --git a/test/accessTest/1-1-6-3.html b/test/accessTest/1-1-6-3.html deleted file mode 100644 index d8ae1f5..0000000 --- a/test/accessTest/1-1-6-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (aiff) - - diff --git a/test/accessTest/1-1-6-4.html b/test/accessTest/1-1-6-4.html deleted file mode 100644 index e05b3ef..0000000 --- a/test/accessTest/1-1-6-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (snd) - - diff --git a/test/accessTest/1-1-6-5.html b/test/accessTest/1-1-6-5.html deleted file mode 100644 index f9f8484..0000000 --- a/test/accessTest/1-1-6-5.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (ra) - - diff --git a/test/accessTest/1-1-6-6.html b/test/accessTest/1-1-6-6.html deleted file mode 100644 index 6a05cfe..0000000 --- a/test/accessTest/1-1-6-6.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.1.6 - - -The sound of one hand clapping (rm) - - diff --git a/test/accessTest/1-1-8-1.html b/test/accessTest/1-1-8-1.html deleted file mode 100644 index c97ffa9..0000000 --- a/test/accessTest/1-1-8-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - -Frame elements missing valid long descriptions - - - - - - diff --git a/test/accessTest/1-1-9-1.html b/test/accessTest/1-1-9-1.html deleted file mode 100644 index 3ded0a7..0000000 --- a/test/accessTest/1-1-9-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/1.1.9 - - - -Link a - -Service - - -navigation - - diff --git a/test/accessTest/1-2-1-1.html b/test/accessTest/1-2-1-1.html deleted file mode 100644 index 9c9295c..0000000 --- a/test/accessTest/1-2-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/1.2.1 - - - -server-side imagemap - - - diff --git a/test/accessTest/1-4-1-1.html b/test/accessTest/1-4-1-1.html deleted file mode 100644 index 423274d..0000000 --- a/test/accessTest/1-4-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/1.4.1 - - -Baby Walking - - diff --git a/test/accessTest/1-5-1-1.html b/test/accessTest/1-5-1-1.html deleted file mode 100644 index 6f6e35c..0000000 --- a/test/accessTest/1-5-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/1.5.1 - - - -Link a - -Service - - -navigation - - diff --git a/test/accessTest/10-1-1-1.html b/test/accessTest/10-1-1-1.html deleted file mode 100644 index 29897ec..0000000 --- a/test/accessTest/10-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/10.1.1 - - -Opens in new window. - - diff --git a/test/accessTest/10-1-1-2.html b/test/accessTest/10-1-1-2.html deleted file mode 100644 index 6ebb7bb..0000000 --- a/test/accessTest/10-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/10.1.1 - - -Opens in new window. - - diff --git a/test/accessTest/11-2-1-1.html b/test/accessTest/11-2-1-1.html deleted file mode 100644 index 9ae7c72..0000000 --- a/test/accessTest/11-2-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - - diff --git a/test/accessTest/11-2-1-10.html b/test/accessTest/11-2-1-10.html deleted file mode 100644 index fb98f43..0000000 --- a/test/accessTest/11-2-1-10.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/11.2.1 - - - -x - - - diff --git a/test/accessTest/11-2-1-2.html b/test/accessTest/11-2-1-2.html deleted file mode 100644 index 4d45ed6..0000000 --- a/test/accessTest/11-2-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - diff --git a/test/accessTest/11-2-1-3.html b/test/accessTest/11-2-1-3.html deleted file mode 100644 index db6a27b..0000000 --- a/test/accessTest/11-2-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/11.2.1 - - - -
Hello
- - - diff --git a/test/accessTest/11-2-1-4.html b/test/accessTest/11-2-1-4.html deleted file mode 100644 index 08c4ad5..0000000 --- a/test/accessTest/11-2-1-4.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/11.2.1 - - - -Hello - - - diff --git a/test/accessTest/11-2-1-5.html b/test/accessTest/11-2-1-5.html deleted file mode 100644 index 3652983..0000000 --- a/test/accessTest/11-2-1-5.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - -Hello - - diff --git a/test/accessTest/11-2-1-6.html b/test/accessTest/11-2-1-6.html deleted file mode 100644 index d971b22..0000000 --- a/test/accessTest/11-2-1-6.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - diff --git a/test/accessTest/11-2-1-7.html b/test/accessTest/11-2-1-7.html deleted file mode 100644 index b3da35d..0000000 --- a/test/accessTest/11-2-1-7.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - - - - diff --git a/test/accessTest/11-2-1-8.html b/test/accessTest/11-2-1-8.html deleted file mode 100644 index e5c4d6d..0000000 --- a/test/accessTest/11-2-1-8.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - -x - - diff --git a/test/accessTest/11-2-1-9.html b/test/accessTest/11-2-1-9.html deleted file mode 100644 index ccc98c0..0000000 --- a/test/accessTest/11-2-1-9.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/11.2.1 - - -x - - diff --git a/test/accessTest/12-1-1-1.html b/test/accessTest/12-1-1-1.html deleted file mode 100644 index e2c537f..0000000 --- a/test/accessTest/12-1-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/12.1.1 - - - - - diff --git a/test/accessTest/12-1-1-2.html b/test/accessTest/12-1-1-2.html deleted file mode 100644 index 7585db1..0000000 --- a/test/accessTest/12-1-1-2.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/12.1.1 - - - - - diff --git a/test/accessTest/12-1-1-3.html b/test/accessTest/12-1-1-3.html deleted file mode 100644 index 811c447..0000000 --- a/test/accessTest/12-1-1-3.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/12.1.1 - - - - - diff --git a/test/accessTest/12-4-1-1.html b/test/accessTest/12-4-1-1.html deleted file mode 100644 index ee8a69e..0000000 --- a/test/accessTest/12-4-1-1.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/12.4.1 - - -
- - -
- - diff --git a/test/accessTest/12-4-1-2.html b/test/accessTest/12-4-1-2.html deleted file mode 100644 index 5a9e774..0000000 --- a/test/accessTest/12-4-1-2.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/12.4.1 - - -
- - -
- - diff --git a/test/accessTest/12-4-1-3.html b/test/accessTest/12-4-1-3.html deleted file mode 100644 index 6288d3b..0000000 --- a/test/accessTest/12-4-1-3.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/12.4.1 - - -
- - -
- - diff --git a/test/accessTest/13-1-1-1.html b/test/accessTest/13-1-1-1.html deleted file mode 100644 index 281ca44..0000000 --- a/test/accessTest/13-1-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/13.1.1 - - -cats -some text -cats - - diff --git a/test/accessTest/13-1-1-2.html b/test/accessTest/13-1-1-2.html deleted file mode 100644 index b3a98f8..0000000 --- a/test/accessTest/13-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/13.1.1 - - - - - diff --git a/test/accessTest/13-1-1-3.html b/test/accessTest/13-1-1-3.html deleted file mode 100644 index 3a63e19..0000000 --- a/test/accessTest/13-1-1-3.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/13.1.1 - - -Want to find out more about small furry animals? -Then click here and this link will take you there. - - diff --git a/test/accessTest/13-1-1-4.html b/test/accessTest/13-1-1-4.html deleted file mode 100644 index 2f4b333..0000000 --- a/test/accessTest/13-1-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/13.1.1 - - -click here - - diff --git a/test/accessTest/13-10-1-1.html b/test/accessTest/13-10-1-1.html deleted file mode 100644 index c338296..0000000 --- a/test/accessTest/13-10-1-1.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -aert1.0/13.10.1 - - -
-  %   __ __ __ __ __ __ __ __ __ __ __ __ __ __
-100 |             *                             |
- 90 |                *  *                       |
- 80 |          *           *                    |
- 70 |             @           *                 |
- 60 |          @                 *              |
- 50 |       *        @              *           |
- 40 |                   @              *        |
- 30 |    *  @              @  @           *     |
- 20 |                                           |
- 10 |    @                       @  @  @  @     |
-      0  5 10 15 20 25 30 35 40 45 50 55 60 65 70
-      Flash frequency (Hertz)
-
- - diff --git a/test/accessTest/13-2-1-1.html b/test/accessTest/13-2-1-1.html deleted file mode 100644 index d8f94a9..0000000 --- a/test/accessTest/13-2-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/test/accessTest/13-2-1-3.html b/test/accessTest/13-2-1-3.html deleted file mode 100644 index e74cdfa..0000000 --- a/test/accessTest/13-2-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/13.2.1 - - - - - diff --git a/test/accessTest/2-1-1-1.html b/test/accessTest/2-1-1-1.html deleted file mode 100644 index 45b2304..0000000 --- a/test/accessTest/2-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - -big cat - - diff --git a/test/accessTest/2-1-1-2.html b/test/accessTest/2-1-1-2.html deleted file mode 100644 index 9ccb40d..0000000 --- a/test/accessTest/2-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - - - - diff --git a/test/accessTest/2-1-1-3.html b/test/accessTest/2-1-1-3.html deleted file mode 100644 index 5388651..0000000 --- a/test/accessTest/2-1-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - - - - diff --git a/test/accessTest/2-1-1-4.html b/test/accessTest/2-1-1-4.html deleted file mode 100644 index 7888e3c..0000000 --- a/test/accessTest/2-1-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/2.1.1 - - - - - diff --git a/test/accessTest/2-1-1-5.html b/test/accessTest/2-1-1-5.html deleted file mode 100644 index 4602947..0000000 --- a/test/accessTest/2-1-1-5.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/2.1.1 - - -
- -
- - diff --git a/test/accessTest/2-2-1-1.html b/test/accessTest/2-2-1-1.html deleted file mode 100644 index efe8a87..0000000 --- a/test/accessTest/2-2-1-1.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/test/accessTest/2-2-1-2.html b/test/accessTest/2-2-1-2.html deleted file mode 100644 index 1263575..0000000 --- a/test/accessTest/2-2-1-2.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/test/accessTest/2-2-1-3.html b/test/accessTest/2-2-1-3.html deleted file mode 100644 index 1047a70..0000000 --- a/test/accessTest/2-2-1-3.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/test/accessTest/2-2-1-4.html b/test/accessTest/2-2-1-4.html deleted file mode 100644 index 0342870..0000000 --- a/test/accessTest/2-2-1-4.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Foreground and background color do not contrast sufficiently - - - - diff --git a/test/accessTest/3-2-1-1.html b/test/accessTest/3-2-1-1.html deleted file mode 100644 index dd09a0c..0000000 --- a/test/accessTest/3-2-1-1.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -Document missing doctype - - - - diff --git a/test/accessTest/3-3-1-1.html b/test/accessTest/3-3-1-1.html deleted file mode 100644 index 353ef55..0000000 --- a/test/accessTest/3-3-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.3.1 - - -Does not use stylesheets. - - diff --git a/test/accessTest/3-5-1-1.html b/test/accessTest/3-5-1-1.html deleted file mode 100644 index 8aad8a7..0000000 --- a/test/accessTest/3-5-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/3.5.1 - - -

First Heading

-

Next Heading

- - diff --git a/test/accessTest/3-5-2-1.html b/test/accessTest/3-5-2-1.html deleted file mode 100644 index 1007bcd..0000000 --- a/test/accessTest/3-5-2-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.5.2 - - -

This may be a header.

- - diff --git a/test/accessTest/3-5-2-2.html b/test/accessTest/3-5-2-2.html deleted file mode 100644 index f040514..0000000 --- a/test/accessTest/3-5-2-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.5.2 - - -

This may be a header.

- - diff --git a/test/accessTest/3-5-2-3.html b/test/accessTest/3-5-2-3.html deleted file mode 100644 index 67cf5df..0000000 --- a/test/accessTest/3-5-2-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/3.5.2 - - -

This may be a header.

- - diff --git a/test/accessTest/3-6-1-1.html b/test/accessTest/3-6-1-1.html deleted file mode 100644 index a80c624..0000000 --- a/test/accessTest/3-6-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/3.6.1 - - - - - diff --git a/test/accessTest/3-6-1-2.html b/test/accessTest/3-6-1-2.html deleted file mode 100644 index 0cdaa6b..0000000 --- a/test/accessTest/3-6-1-2.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/3.6.1 - - -
    - This is only for the indent.
    - And this as well. -
      - A further indent. -
    -
- - diff --git a/test/accessTest/3-6-1-4.html b/test/accessTest/3-6-1-4.html deleted file mode 100644 index 73441d7..0000000 --- a/test/accessTest/3-6-1-4.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/3.6.1 - - -
  • Just an li by itself
  • - - - diff --git a/test/accessTest/4-1-1-1.html b/test/accessTest/4-1-1-1.html deleted file mode 100644 index c71c213..0000000 --- a/test/accessTest/4-1-1-1.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/4.1.1 - - - -

    In Luis Bunuel's 1967 film, "Belle de Jour", the stunning Catherine Deneuve -portrays a woman leading a double life.

    - - - diff --git a/test/accessTest/4-3-1-1.html b/test/accessTest/4-3-1-1.html deleted file mode 100644 index 7c3f9cb..0000000 --- a/test/accessTest/4-3-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - -aert1.0/4.3.1 - The HTML element does not contain a lang attribute - - - - diff --git a/test/accessTest/4-3-1-2.html b/test/accessTest/4-3-1-2.html deleted file mode 100644 index d00d8a0..0000000 --- a/test/accessTest/4-3-1-2.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -aert1.0/4.3.1 - The HTML element does not contain a valid lang attribute - - - - diff --git a/test/accessTest/5-1-2-1.html b/test/accessTest/5-1-2-1.html deleted file mode 100644 index 6869248..0000000 --- a/test/accessTest/5-1-2-1.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -aert1.0/5.1.2 - - - - - - - - - - - - - - - - - - -
    This data table is missing row/column headers
    ageheightweight
    101.3 m50 kg.
    151.8 m75 kg.
    202.1 m100 kg.
    - - - diff --git a/test/accessTest/5-1-2-2.html b/test/accessTest/5-1-2-2.html deleted file mode 100644 index 6569e4f..0000000 --- a/test/accessTest/5-1-2-2.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -aert1.0/5.1.2 - - - - - - - - - - - - - - - - - - -
    This data table is missing one column headers
    ageheightweight
    101.3 m50 kg.
    151.8 m75 kg.
    202.1 m100 kg.
    - - - diff --git a/test/accessTest/5-1-2-3.html b/test/accessTest/5-1-2-3.html deleted file mode 100644 index b2c0a7b..0000000 --- a/test/accessTest/5-1-2-3.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -aert1.0/5.1.2 - - - - - - - - - - - - - - - -
    This data table is missing one row header
    age101520
    height1.3 m1.8 m2.1 m
    weight50 kg75 kg.100 kg.
    - - - diff --git a/test/accessTest/5-2-1-1.html b/test/accessTest/5-2-1-1.html deleted file mode 100644 index fa56894..0000000 --- a/test/accessTest/5-2-1-1.html +++ /dev/null @@ -1,35 +0,0 @@ - - - -aert1.0/5.2.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    This data table should use markup to associate multiple levels of row and column headers
    IDSystem
    Color or Name
    Required
    a-1blueyes
    a-2Susanyes
    a-3greenno
    a-4orangeno
    a-5Frankyes
    a-6Haroldno
    - - - diff --git a/test/accessTest/5-2-1-2.html b/test/accessTest/5-2-1-2.html deleted file mode 100644 index ee1bb5a..0000000 --- a/test/accessTest/5-2-1-2.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -aert1.0/5.2.1 - - - - - - - - - - - - - - - - - - -
    This data table should use markup to associate multiple levels of row and column headers
    Systema-1SusanMacintosh
    ID
    location or code
    LocalBuilding 1Front Desk
    LocalBuilding 2Back Desk
    Requiredyesyesno
    - - - diff --git a/test/accessTest/5-3-1-1.html b/test/accessTest/5-3-1-1.html deleted file mode 100644 index b4615a6..0000000 --- a/test/accessTest/5-3-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.3.1 - - - - - - - - -
    Does this layout table make sense when linearized?
    Here is some text that is in a column.Here is some more text that is also in a column.
    - - diff --git a/test/accessTest/5-4-1-1.html b/test/accessTest/5-4-1-1.html deleted file mode 100644 index aadec71..0000000 --- a/test/accessTest/5-4-1-1.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -aert1.0/5.4.1 - - - - - - - - - - - - -
    This layout table is using TH for formatting.
    Here is some text.More text is this.
    Here is some text that is in a column.Here is some more text that is also in a column.
    - - diff --git a/test/accessTest/5-5-1-1.html b/test/accessTest/5-5-1-1.html deleted file mode 100644 index 769cc38..0000000 --- a/test/accessTest/5-5-1-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has no summary
    12
    34
    - - diff --git a/test/accessTest/5-5-1-2.html b/test/accessTest/5-5-1-2.html deleted file mode 100644 index 02eec8b..0000000 --- a/test/accessTest/5-5-1-2.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has an invalid summary (NULL)
    12
    34
    - - diff --git a/test/accessTest/5-5-1-3.html b/test/accessTest/5-5-1-3.html deleted file mode 100644 index 3f2fd85..0000000 --- a/test/accessTest/5-5-1-3.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has an invalid summary (all spaces)
    12
    34
    - - diff --git a/test/accessTest/5-5-1-6.html b/test/accessTest/5-5-1-6.html deleted file mode 100644 index 6a81191..0000000 --- a/test/accessTest/5-5-1-6.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.1 - - - - - - - - -
    This table has an invalid summary (placeholder 'table summary')
    12
    34
    - - diff --git a/test/accessTest/5-5-2-1.html b/test/accessTest/5-5-2-1.html deleted file mode 100644 index 49e7df8..0000000 --- a/test/accessTest/5-5-2-1.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -aert1.0/5.5.2 - - - - - - - - -
    12
    34
    - - \ No newline at end of file diff --git a/test/accessTest/5-6-1-1.html b/test/accessTest/5-6-1-1.html deleted file mode 100644 index c8dafa0..0000000 --- a/test/accessTest/5-6-1-1.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -aert1.0/5.6.1 - - - - - - - - - - -
    These table headers require abbreviations
    Age Of All Recent Residents Of The GTAIncome Level Specified In English Pounds
    197000
    2919000
    - - - diff --git a/test/accessTest/5-6-1-2.html b/test/accessTest/5-6-1-2.html deleted file mode 100644 index 00b3f09..0000000 --- a/test/accessTest/5-6-1-2.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -aert1.0/5.6.1 - - - - - - - - - - -
    These table headers have invalid abbreviations (NULL)
    Age Of All Recent Residents Of The GTAIncome Level Specified In English Pounds
    197000
    2919000
    - - - diff --git a/test/accessTest/5-6-1-3.html b/test/accessTest/5-6-1-3.html deleted file mode 100644 index 5caf1f3..0000000 --- a/test/accessTest/5-6-1-3.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -aert1.0/5.6.1 - - - - - - - - - - -
    These table headers have invalid abbreviations (spaces)
    Age Of All Recent Residents Of The GTAIncome Level Specified In English Pounds
    197000
    2919000
    - - - diff --git a/test/accessTest/6-1-1-1.html b/test/accessTest/6-1-1-1.html deleted file mode 100644 index ef96038..0000000 --- a/test/accessTest/6-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.1.1 - This page uses a stylesheet - - - - - diff --git a/test/accessTest/6-1-1-2.html b/test/accessTest/6-1-1-2.html deleted file mode 100644 index 0569218..0000000 --- a/test/accessTest/6-1-1-2.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -aert1.0/6.1.1 - - - - - diff --git a/test/accessTest/6-1-1-3.html b/test/accessTest/6-1-1-3.html deleted file mode 100644 index 1209d80..0000000 --- a/test/accessTest/6-1-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.1.1 - - - -

    hello

    - - - diff --git a/test/accessTest/6-2-1-1.html b/test/accessTest/6-2-1-1.html deleted file mode 100644 index e5714f7..0000000 --- a/test/accessTest/6-2-1-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -aert1.0/6.2.1 - - - - - diff --git a/test/accessTest/6-2-2-1.html b/test/accessTest/6-2-2-1.html deleted file mode 100644 index 447b511..0000000 --- a/test/accessTest/6-2-2-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.2.2 - - - - - diff --git a/test/accessTest/6-2-2-2.html b/test/accessTest/6-2-2-2.html deleted file mode 100644 index 4cb7bd8..0000000 --- a/test/accessTest/6-2-2-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.2.2 - - - - - diff --git a/test/accessTest/6-2-2-3.html b/test/accessTest/6-2-2-3.html deleted file mode 100644 index b52f4c8..0000000 --- a/test/accessTest/6-2-2-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.2.2 - - - - - - - diff --git a/test/accessTest/6-3-1-1.html b/test/accessTest/6-3-1-1.html deleted file mode 100644 index 71d9c49..0000000 --- a/test/accessTest/6-3-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - - - diff --git a/test/accessTest/6-3-1-2.html b/test/accessTest/6-3-1-2.html deleted file mode 100644 index 4d24b2c..0000000 --- a/test/accessTest/6-3-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - diff --git a/test/accessTest/6-3-1-3.html b/test/accessTest/6-3-1-3.html deleted file mode 100644 index 8dfe947..0000000 --- a/test/accessTest/6-3-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - - - diff --git a/test/accessTest/6-3-1-4.html b/test/accessTest/6-3-1-4.html deleted file mode 100644 index 03b3786..0000000 --- a/test/accessTest/6-3-1-4.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.3.1 - - - - - - - diff --git a/test/accessTest/6-5-1-1.html b/test/accessTest/6-5-1-1.html deleted file mode 100644 index e7e9689..0000000 --- a/test/accessTest/6-5-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/6.5.1 - - - - - - diff --git a/test/accessTest/6-5-1-2.html b/test/accessTest/6-5-1-2.html deleted file mode 100644 index 5553a23..0000000 --- a/test/accessTest/6-5-1-2.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -aert1.0/6.5.1 - - - - - - - - - diff --git a/test/accessTest/6-5-1-3.html b/test/accessTest/6-5-1-3.html deleted file mode 100644 index 9642742..0000000 --- a/test/accessTest/6-5-1-3.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/6.5.1 - - - - <p>Upgrade your browser to one that supports frames!</p> - - - diff --git a/test/accessTest/6-5-1-4.html b/test/accessTest/6-5-1-4.html deleted file mode 100644 index 9682545..0000000 --- a/test/accessTest/6-5-1-4.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -aert1.0/6.5.1 - - - hello - - <p>content within noframes</p> - - - diff --git a/test/accessTest/7-1-1-1.html b/test/accessTest/7-1-1-1.html deleted file mode 100644 index 19df17e..0000000 --- a/test/accessTest/7-1-1-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/test/accessTest/7-1-1-2.html b/test/accessTest/7-1-1-2.html deleted file mode 100644 index 30c830e..0000000 --- a/test/accessTest/7-1-1-2.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/test/accessTest/7-1-1-3.html b/test/accessTest/7-1-1-3.html deleted file mode 100644 index 9902926..0000000 --- a/test/accessTest/7-1-1-3.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/test/accessTest/7-1-1-4.html b/test/accessTest/7-1-1-4.html deleted file mode 100644 index 027da74..0000000 --- a/test/accessTest/7-1-1-4.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - - - - - diff --git a/test/accessTest/7-1-1-5.html b/test/accessTest/7-1-1-5.html deleted file mode 100644 index 51b0440..0000000 --- a/test/accessTest/7-1-1-5.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -aert1.0/7.1.1 - - - -flicker - - - diff --git a/test/accessTest/7-2-1-1.html b/test/accessTest/7-2-1-1.html deleted file mode 100644 index 74e19b4..0000000 --- a/test/accessTest/7-2-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/7.2.1 - - -

    Here is a word of blinking text.

    - - diff --git a/test/accessTest/7-4-1-1.html b/test/accessTest/7-4-1-1.html deleted file mode 100644 index e073da4..0000000 --- a/test/accessTest/7-4-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test 7.4.1 - - - - - diff --git a/test/accessTest/7-5-1-1.html b/test/accessTest/7-5-1-1.html deleted file mode 100644 index 6a8839f..0000000 --- a/test/accessTest/7-5-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test 7.5.1 - - - - - diff --git a/test/accessTest/8-1-1-1.html b/test/accessTest/8-1-1-1.html deleted file mode 100644 index c86520f..0000000 --- a/test/accessTest/8-1-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/test/accessTest/8-1-1-2.html b/test/accessTest/8-1-1-2.html deleted file mode 100644 index 31d0e11..0000000 --- a/test/accessTest/8-1-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/test/accessTest/8-1-1-3.html b/test/accessTest/8-1-1-3.html deleted file mode 100644 index 0764f5b..0000000 --- a/test/accessTest/8-1-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/test/accessTest/8-1-1-4.html b/test/accessTest/8-1-1-4.html deleted file mode 100644 index d154f98..0000000 --- a/test/accessTest/8-1-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/8.1.1 - - - - - diff --git a/test/accessTest/9-1-1-1.html b/test/accessTest/9-1-1-1.html deleted file mode 100644 index 9d6e345..0000000 --- a/test/accessTest/9-1-1-1.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -aert1.0/9.1.1 - - - -main front page navigation - - - diff --git a/test/accessTest/9-3-1-1.html b/test/accessTest/9-3-1-1.html deleted file mode 100644 index b4f165d..0000000 --- a/test/accessTest/9-3-1-1.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/test/accessTest/9-3-1-2.html b/test/accessTest/9-3-1-2.html deleted file mode 100644 index 57a2b77..0000000 --- a/test/accessTest/9-3-1-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/test/accessTest/9-3-1-3.html b/test/accessTest/9-3-1-3.html deleted file mode 100644 index 0868aec..0000000 --- a/test/accessTest/9-3-1-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/test/accessTest/9-3-1-4.html b/test/accessTest/9-3-1-4.html deleted file mode 100644 index b6a07cd..0000000 --- a/test/accessTest/9-3-1-4.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/test/accessTest/9-3-1-5.html b/test/accessTest/9-3-1-5.html deleted file mode 100644 index eba8f9a..0000000 --- a/test/accessTest/9-3-1-5.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/test/accessTest/9-3-1-6.html b/test/accessTest/9-3-1-6.html deleted file mode 100644 index 3af0cd4..0000000 --- a/test/accessTest/9-3-1-6.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -aert1.0/9.3.1 - - -

    - - diff --git a/test/accessTest/cfg_default.txt b/test/accessTest/cfg_default.txt deleted file mode 100644 index 6369317..0000000 --- a/test/accessTest/cfg_default.txt +++ /dev/null @@ -1,2 +0,0 @@ -char-encoding: latin1 - diff --git a/test/accesscases.txt b/test/accesscases.txt deleted file mode 100644 index cb8cf8e..0000000 --- a/test/accesscases.txt +++ /dev/null @@ -1,119 +0,0 @@ -FILE TEST_EXPECTED LEVEL -1-1-1-1 1.1.1.1 1 -1-1-1-2 1.1.1.2 1 -1-1-1-3 1.1.1.3 1 -1-1-1-4 1.1.1.4 1 -1-1-1-10 1.1.1.10 1 -1-1-2-1 1.1.2.1 1 -1-1-2-2 1.1.2.2 1 -1-1-2-3 1.1.2.3 1 -1-1-3-1 1.1.3.1 1 -1-1-4-1 1.1.4.1 1 -1-1-5-1 1.1.5.1 1 -1-1-6-1 1.1.6.1 1 -1-1-6-2 1.1.6.2 1 -1-1-6-3 1.1.6.3 1 -1-1-6-4 1.1.6.4 1 -1-1-6-5 1.1.6.5 1 -1-1-6-6 1.1.6.6 1 -1-1-8-1 1.1.8.1 1 -1-1-9-1 1.1.9.1 1 -1-1-10-1 1.1.10.1 1 -1-1-12-1 1.1.12.1 2 -1-2-1-1 1.2.1.1 1 -1-4-1-1 1.4.1.1 1 -1-5-1-1 1.5.1.1 3 -2-1-1-1 2.1.1.1 1 -2-1-1-2 2.1.1.2 1 -2-1-1-3 2.1.1.3 1 -2-1-1-4 2.1.1.4 1 -2-1-1-5 2.1.1.5 1 -2-2-1-1 2.2.1.1 3 -2-2-1-2 2.2.1.2 3 -2-2-1-3 2.2.1.3 3 -2-2-1-4 2.2.1.4 3 -3-2-1-1 3.2.1.1 2 -3-3-1-1 3.3.1.1 2 -3-5-1-1 3.5.1.1 2 -3-5-2-1 3.5.2.1 2 -3-5-2-2 3.5.2.2 2 -3-5-2-3 3.5.2.3 2 -3-6-1-1 3.6.1.1 2 -3-6-1-2 3.6.1.2 2 -3-6-1-4 3.6.1.4 2 -4-3-1-1 4.3.1.1 3 -4-3-1-2 4.3.1.2 3 -5-1-2-1 5.1.2.1 1 -5-1-2-2 5.1.2.2 1 -5-1-2-3 5.1.2.3 1 -5-2-1-1 5.2.1.1 1 -5-2-1-2 5.2.1.2 1 -5-3-1-1 5.3.1.1 2 -5-4-1-1 5.4.1.1 2 -5-5-1-1 5.5.1.1 3 -5-5-1-2 5.5.1.2 3 -5-5-1-3 5.5.1.2 3 -5-5-1-6 5.5.1.6 3 -5-5-2-1 5.5.2.1 2 -5-6-1-1 5.6.1.1 3 -5-6-1-2 5.6.1.2 3 -5-6-1-3 5.6.1.2 3 -6-1-1-1 6.1.1.1 1 -6-1-1-2 6.1.1.2 1 -6-1-1-3 6.1.1.3 1 -6-2-1-1 6.2.1.1 1 -6-2-2-1 6.2.2.1 1 -6-2-2-2 6.2.2.2 1 -6-2-2-3 6.2.2.3 1 -6-3-1-1 6.3.1.1 1 -6-3-1-2 6.3.1.2 1 -6-3-1-3 6.3.1.3 1 -6-3-1-4 6.3.1.4 1 -6-5-1-1 6.5.1.1 2 -6-5-1-2 6.5.1.2 2 -6-5-1-3 6.5.1.3 2 -6-5-1-4 6.5.1.4 2 -7-1-1-1 7.1.1.1 1 -7-1-1-2 7.1.1.2 1 -7-1-1-3 7.1.1.3 1 -7-1-1-4 7.1.1.4 1 -7-1-1-5 7.1.1.5 1 -7-2-1-1 7.2.1.1 2 -7-4-1-1 7.4.1.1 2 -7-5-1-1 7.5.1.1 2 -8-1-1-1 8.1.1.1 1 -8-1-1-2 8.1.1.2 1 -8-1-1-3 8.1.1.3 1 -8-1-1-4 8.1.1.4 1 -9-1-1-1 9.1.1.1 1 -9-3-1-1 9.3.1.1 2 -9-3-1-2 9.3.1.2 2 -9-3-1-3 9.3.1.3 2 -9-3-1-4 9.3.1.4 2 -9-3-1-5 9.3.1.5 2 -9-3-1-6 9.3.1.6 2 -10-1-1-1 10.1.1.1 2 -10-1-1-2 10.1.1.2 2 -11-2-1-1 11.2.1.1 2 -11-2-1-2 11.2.1.2 2 -11-2-1-3 11.2.1.3 2 -11-2-1-4 11.2.1.4 2 -11-2-1-5 11.2.1.5 2 -11-2-1-6 11.2.1.6 2 -11-2-1-7 11.2.1.7 2 -11-2-1-8 11.2.1.8 2 -11-2-1-9 11.2.1.9 2 -11-2-1-10 11.2.1.10 2 -12-1-1-1 12.1.1.1 1 -12-1-1-2 12.1.1.2 1 -12-1-1-3 12.1.1.3 1 -12-4-1-1 12.4.1.1 2 -12-4-1-2 12.4.1.2 2 -12-4-1-3 12.4.1.3 2 -13-1-1-1 13.1.1.1 2 -13-1-1-2 13.1.1.2 2 -13-1-1-3 13.1.1.3 2 -13-1-1-4 13.1.1.4 2 -13-2-1-1 13.2.1.1 2 -13-2-1-3 13.2.1.3 2 -13-10-1-1 13.10.1.1 3 diff --git a/test/acctest.cmd b/test/acctest.cmd deleted file mode 100755 index 662eae3..0000000 --- a/test/acctest.cmd +++ /dev/null @@ -1,61 +0,0 @@ -@setlocal -@REM echo off -@REM execute all test cases of the accessibility test suite - -@REM USER VARIABLES -@REM ############## -@REM set executable to be used -@set TIDY=..\build\cmake\Release\tidy.exe -@REM set INPUT folder -@set TIDYINPUT=accessTest -@REM set OUTPUT folder -@set TIDYOUT=temp-acc -@REM set input test list file -@set TIDYIN=accesscases.txt -@set TIDYLOG=tempacc.txt -@REM ############## - -@if NOT EXIST %TIDY% goto ERR1 -@if NOT EXIST %TIDYINPUT%\cfg_default.txt goto ERR2 -@if NOT EXIST %TIDYIN% goto ERR3 -@REM Make sure output directory exists, or WARN of creation ... -@if EXIST %TIDYOUT%\nul goto RUNTEST -@echo NOTE: Folder %TIDYOUT% does not exist. It will be created ... -@echo Ctrl+C to abort ... any other keyin to continue ... -@pause -@md %TIDYOUT% -:RUNTEST -@echo Running ACCESS TEST suite -@echo Executable = %TIDY% -@echo Input Folder = %TIDYINPUT% -@echo Output Folder = %TIDYOUT% - -@echo Running ACCESS TEST suite > %TIDYLOG% -@echo Executable = %TIDY% >> %TIDYLOG% -@echo Input Folder = %TIDYINPUT% >> %TIDYLOG% -@echo Output Folder = %TIDYOUT% >> %TIDYLOG% -@set FAILEDACC= -@for /F "skip=1 tokens=1,2*" %%i in (%TIDYIN%) do @(call onetesta.cmd %%i %%j %%k) -@if "%FAILEDACC%." == "." goto SUCCESS -@echo FAILED [%FAILEDACC%] ... -@goto END - -:SUCCESS -@echo Appears ALL tests ran fine ... -@goto END - - -:ERR1 -@echo ERROR: Unable to locate executable - [%TIDY%] - check name and location ... -@goto END - -:ERR2 -@echo ERROR: Unable to locate input folder - [%TIDYINPUT%]! - check name and location ... -@echo Specifically can not locate the file - [%TIDYINPUT%\cfg_default.txt] ... -@goto END - -:ERR3 -@echo ERROR: Can not locate file - [%TIDYIN%] - check name and location ... -@goto END - -:END diff --git a/test/alltest.cmd b/test/alltest.cmd deleted file mode 100755 index 108f2fc..0000000 --- a/test/alltest.cmd +++ /dev/null @@ -1,39 +0,0 @@ -@setlocal - -@REM alltest.cmd - execute all test cases -@REM It runs 'alltest1.cmd', which uses 'onetest.cmd' -@REM -@REM (c) 1998-2015 (W3C) MIT, ERCIM, Keio University -@REM See include/tidy.h for the copyright notice. -@REM -@REM -@REM - -@REM ######################################################## -@REM ### *** SET LOCATION OF TIDY EXE TO USE FOR TEST *** ### -@REM ### (for MS compiler users) ### -@REM ######################################################## -@REM call alltest1 ..\build\msvc\Release\tidy.exe .\tmp -@REM call alltest1 ..\bin\tidy.exe .\tmp -@REM ######################################################################## -@REM This is the location of the cmake build output using the MSVC Generator -@set TMPEXE=..\build\cmake\Release\tidy.exe -@REM === some other test EXE I can use for compare === -@REM set TMPEXE=C:\Projects\tidy\tidy-cvs\build\msvc\Release\tidy.exe -@REM set TMPEXE=C:\MDOS\tidydev.exe -@REM ######################################################################## -@if NOT EXIST %TMPEXE% goto NOEXE - -@REM Set an output file - used in alltest1.cmd and onetest.cmd -@set TMPTEST=temptest.txt -@if EXIST %TMPTEST% @del %TMPTEST% - -@call alltest1 %TMPEXE% temp-5 - -@goto END - -:NOEXE -@echo. -@echo Error: Can NOT locate %TMPEXE%! Has it been built? -@echo *** FIX ME *** setting the location of the EXE to use for the test -:END diff --git a/test/alltest1.cmd b/test/alltest1.cmd deleted file mode 100755 index d5405c8..0000000 --- a/test/alltest1.cmd +++ /dev/null @@ -1,100 +0,0 @@ -@setlocal -@echo off - -REM alltest1.cmd - execute all test cases -REM -REM (c) 1998-2006 (W3C) MIT, ERCIM, Keio University -REM See tidy.c for the copyright notice. -REM -REM -REM -REM $Author: arnaud02 $ -REM $Date: 2006/12/28 10:01:44 $ -REM $Revision: 1.1 $ - -@if "%1." == "." goto USE -@if "%2." == "." goto USE -@if "%TMPTEST%x" == "x" goto USE - -REM check for input file -@if NOT EXIST testcases.txt goto Err0 -@if NOT EXIST onetest.cmd goto Err3 -@if NOT EXIST input\nul goto Err4 - -REM set the runtime exe file -set TIDY=%1 -@if NOT EXIST %TIDY% goto ERR1 - -REM set the OUTPUT folder -set TIDYOUT=%2 -@if EXIST %TIDYOUT%\nul goto GOTDIR -@echo Folder '%TIDYOUT%' does not exist ... it will be created? ... Ctrl+C to EXIT! -@pause -@md %TIDYOUT% -@if NOT EXIST %TIDYOUT%\nul goto Err2 -:GOTDIR - -@set TMPCNT=0 -@for /F "tokens=1*" %%i in (testcases.txt) do @set /A TMPCNT+=1 -@echo =============================== > %TMPTEST% -@echo Date %DATE% %TIME% >> %TMPTEST% -@echo Tidy EXE %TIDY%, version >> %TMPTEST% -@%TIDY% -v >> %TMPTEST% -@echo Input list of %TMPCNT% tests from 'testcases.txt' file >> %TMPTEST% -@echo Outut will be to the '%TIDYOUT%' folder >> %TMPTEST% -@echo =============================== >> %TMPTEST% - -@echo Doing %TMPCNT% tests from 'testcases.txt' file... -@set ERRTESTS= -@for /F "tokens=1*" %%i in (testcases.txt) do @call onetest.cmd %%i %%j -@echo =============================== >> %TMPTEST% -@if "%ERRTESTS%." == "." goto DONE -@echo ERROR TESTS [%ERRTESTS%] ... -@echo ERROR TESTS [%ERRTESTS%] ... >> %TMPTEST% -:DONE -@echo End %DATE% %TIME% >> %TMPTEST% -@echo =============================== >> %TMPTEST% -@echo. -@echo See %TMPTEST% file for list of tests done... -@echo And compare folders 'diff -u testbase %TIDYOUT% ^> temp.diff' -@echo and check any differences carefully... If acceptable update 'testbase' accordingly... -@echo. -goto END - -:ERR0 -echo ERROR: Can not locate 'testcases.txt' ... check name, and location ... -goto END -:ERR1 -echo ERROR: Can not locate %TIDY% ... check name, and location ... -goto END -:ERR2 -echo ERROR: Can not create %TIDYOUT% folder ... check name, and location ... -goto END -:ERR3 -echo ERROR: Can not locate 'onetest.cmd' ... check name, and location ... -goto END -:ERR4 -echo ERROR: Can not locate 'input' folder ... check name, and location ... -goto END - -:USE -@echo Usage of ALLTEST1.CMD ......................................... -@echo Env TMPTEST must be set to a log file name. -@echo AllTest1 tidy.exe Out_Folder -@echo tidy.exe - This is the Tidy.exe you want to use for the test. -@echo Out_Folder - This is the FOLDER where you want the results put. -@echo This folder will be created if it does not already exist. -@echo ================================== -@echo ALLTEST1.CMD will run a battery of test files in the input folder -@echo Each test name, has an expected result, given in testcases.txt -@echo There will be a warning if any test file fails to give this result. -@echo ================================== -@echo But the main purpose is to compare the 'results' of two version of -@echo any two Tidy runtime exe's. Thus after you have two sets of results, -@echo in separate folders, the idea is to compare these two folders. -@echo Any directory compare utility will do, or you can download, and use -@echo a WIN32 port of GNU diff.exe from http://unxutils.sourceforge.net/ -@echo ................................................................ -@goto END - -:END diff --git a/test/alltest2.bat b/test/alltest2.bat deleted file mode 100644 index cc3639d..0000000 --- a/test/alltest2.bat +++ /dev/null @@ -1,89 +0,0 @@ -@setlocal -@echo off - -REM alltest2.bat - execute all test cases -REM - -@if "%1." == "." goto USE -@if "%2." == "." goto USE - -REM check for input file -@if NOT EXIST testcases.txt goto Err0 -@if NOT EXIST onetest2.bat goto Err3 -@if NOT EXIST input\nul goto Err4 -@if NOT EXIST testbase\nul goto Err5 -@diff --version >nul -@if ERRORLEVEL 1 goto Err6 - -REM set the runtime exe file -set TIDY=%1 -@if NOT EXIST %TIDY% goto ERR1 - -REM set the OUTPUT folder -set TIDYOUT=%2 -@if EXIST %TIDYOUT%\nul goto GOTDIR -@echo Folder '%TIDYOUT%' does not exist ... it will be created? ... Ctrl+C to EXIT! -@pause -@md %TIDYOUT% -@if NOT EXIST %TIDYOUT%\nul goto Err2 -:GOTDIR -@set TMPTEST=temptest.txt -@if EXIST %TMPTEST% @del %TMPTEST% - -@echo Processing input test case list from testcases.txt -@echo Each test will be passed to onetest1.bat for processing... - -@set ERRTESTS= -for /F "tokens=1*" %%i in (testcases.txt) do call onetest2.bat %%i %%j -@if "%ERRTESTS%." == "." goto DONE -@echo ERROR TESTS [%ERRTESTS%] ... -:DONE -@echo Completed all test... full output written to %TMPTEST% -goto END - -:ERR0 -echo ERROR: Can not locate 'testcases.txt' ... check name, and location ... -goto END -:ERR1 -echo ERROR: Can not locate %TIDY% ... check name, and location ... -goto END -:ERR2 -echo ERROR: Can not create %TIDYOUT% folder ... check name, and location ... -goto END -:ERR3 -echo ERROR: Can not locate 'onetest2.bat' ... check name, and location ... -goto END -:ERR4 -echo ERROR: Can not locate 'input' folder ... check name, and location ... -goto END -:ERR5 -echo ERROR: Can not locate 'testbase' folder ... check name, and location ... -goto END -:ERR6 -echo ERROR: Seem unable to run 'diff'! Either intall 'diff' in your path, -@echo or *** FIX ME *** to use a some other file compare untility. -goto END - -:USE -@echo Usage of ALLTEST2.BAT ......................................... -@echo AllTest2 tidy.exe Out_Folder -@echo tidy.exe - This is the Tidy.exe you want to use for the test. -@echo Out_Folder - This is the FOLDER where you want the results put. -@echo This folder will be created if it does not already exist. -@echo ================================== -@echo ALLTEST2.BAT will run a battery of test files in the input folder -@echo Each test name, has an expected result, given in testcases.txt -@echo There will be a warning if any test file fails to give this result. -@echo ================================== -@echo But the main purpose is to compare the 'results' of two version of -@echo any two Tidy runtime exe's. Thus the NEW sets of results, -@echo will be compareed these two folders. -@echo Probably any file compare utility can be used, but here 'diff' -@echo is used. -@echo ================================== -@echo Essentially this batch file should be run using alltestc.bat, -@echo which establishes some of the variable needed. -@echo ................................................................ -@goto END - -:END diff --git a/test/alltestc.bat b/test/alltestc.bat deleted file mode 100644 index 9b106a4..0000000 --- a/test/alltestc.bat +++ /dev/null @@ -1,27 +0,0 @@ -@setlocal - -@REM alltestc.bat - execute all test cases -@REM - -@REM ######################################################## -@REM ### *** SET LOCATION OF TIDY EXE TO USE FOR TEST *** ### -@REM ### (for MS compiler users) ### -@REM ######################################################## -@REM This is the location of the cmake build output using the MSVC Generator -@set TMPEXE=..\build\cmake\Release\tidy.exe -@if NOT EXIST %TMPEXE% goto NOEXE - -@set TMPTEST=temptests.txt -@if EXIST %TMPTEST% @del %TMPTEST% - -@echo Doing: 'alltest2 %TMPEXE% temp-5' - -@call alltest2 %TMPEXE% temp-5 - -@goto END - -:NOEXE -@echo. -@echo Error: Can NOT locate %TMPEXE%! Has it been built? -@echo *** FIX ME *** setting the location of the EXE to use for the test -:END diff --git a/test/cmp.sh b/test/cmp.sh deleted file mode 100755 index 8634894..0000000 --- a/test/cmp.sh +++ /dev/null @@ -1,109 +0,0 @@ -#!/bin/sh -#< cmp.sh - 20140805 -# If you have the tidied HTML output from two version of 'tidy' then -# this can COMPARE the files ONE BY ONE -# -BN=`basename $0` - -TMPDIR1=$1 -TMPDIR2=$2 -OUTLOG="temp.diff" -TMPDOP="-ua" - -usage() -{ - echo "" - echo "Usage: ./$BN directory1 directory2" - echo "" - echo "$BN: If you have the tidied HTML output from two version of 'tidy' then " - echo "$BN: this can COMPARE the output files ONE BY ONE, output to $OUTLOG" - echo "" -} - -d_now() -{ - date +%Y%m%d%H%M%S -} - -if [ -z "$TMPDIR1" ] || [ -z "$TMPDIR2" ] || [ "$TMPDIR1" = "--help" ] || [ "$TMPDIR1" = "-h" ] || [ "$TMPDIR1" = "-?" ]; then - usage - exit 1 -fi - - -if [ ! -d "$TMPDIR1" ]; then - usage - echo "$BN: Can NOT locate directory 1 '$TMPDIR1'!" - exit 1 -fi - -if [ ! -d "$TMPDIR2" ]; then - usage - echo "$BN: Can NOT locate directory 2 '$TMPDIR2'!" - exit 1 -fi - -shift -shift - -TMPCNT1=0 -TMPCNT2=0 -SAMECNT=0 -DIFFCNT=0 -DIFFFILES="" - -# 20150917 - Maybe should be ALL, not just html -TMPMASK="*" -# TMPMASK="*.html" - -for fil in $TMPDIR1/$TMPMASK; do - TMPCNT1=`expr $TMPCNT1 + 1` -done - -for fil in $TMPDIR2/$TMPMASK; do - TMPCNT2=`expr $TMPCNT2 + 1` -done - -echo "$BN: Found $TMPCNT1 files in $TMPDIR1" -echo "$BN: Found $TMPCNT2 files in $TMPDIR2" - -if [ -f "$OUTLOG" ]; then - rm -f $OUTLOG -fi - -TMPNOW=`d_now` -echo "$BN: Compare of '$TMPDIR1' and '$TMPDIR2' on $TMPNOW" >> $OUTLOG -echo "$BN: Found $TMPCNT1 files in $TMPDIR1" >> $OUTLOG -echo "$BN: Found $TMPCNT2 files in $TMPDIR2" >> $OUTLOG - -for fil in $TMPDIR1/$TMPMASK; do - bfil=`basename $fil` - if [ -f "$TMPDIR2/$bfil" ]; then - diff $TMPDOP $TMPDIR1/$bfil $TMPDIR2/$bfil >> $OUTLOG - if [ "$?" = "0" ]; then - echo "diff $TMPDOP $TMPDIR1/$bfil $TMPDIR2/$bfil are the SAME" >> $OUTLOG - SAMECNT=`expr $SAMECNT + 1` - else - echo "diff $TMPDOP $TMPDIR1/$bfil $TMPDIR2/$bfil are DIFFERENT! *** CHECK DIFFERENCE ***" >> $OUTLOG - DIFFCNT=`expr $DIFFCNT + 1` - DIFFFILES="$DIFFFILES $bfil" - fi - else - echo "$BN: File $bfil not found in dir 2 $TMPDIR2" >> $OUTLOG - fi -done -TOTCNT=`expr $SAMECNT + $DIFFCNT` -echo "" >> $OUTLOG -echo "$BN: Of the $TOTCNT compares made, $SAMECNT are the SAME, $DIFFCNT are DIFFERENT" -echo "$BN: Of the $TOTCNT compares made, $SAMECNT are the SAME, $DIFFCNT are DIFFERENT" >> $OUTLOG -if [ ! "$DIFFCNT" = "0" ]; then - echo "$BN: VERIFY $DIFFCNT $DIFFFILES" - echo "$BN: VERIFY $DIFFCNT $DIFFFILES" >> $OUTLOG -fi -echo "" >> $OUTLOG - -echo "$BN: Full results are in $OUTLOG" -echo "" - -# eof - diff --git a/test/html5/README.html5.txt b/test/html5/README.html5.txt deleted file mode 100644 index 2bd6c79..0000000 --- a/test/html5/README.html5.txt +++ /dev/null @@ -1,23 +0,0 @@ -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 - diff --git a/test/html5/article.org.html b/test/html5/article.org.html deleted file mode 100644 index e9d18c4..0000000 --- a/test/html5/article.org.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - -HTML5 article tag - - - -
    -

    Google Chrome

    -

    Google Chrome is a free, open-source web browser developed by Google, released in 2008.

    -
    - - - diff --git a/test/html5/aside.org.html b/test/html5/aside.org.html deleted file mode 100644 index 054ef6f..0000000 --- a/test/html5/aside.org.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -Minimum HTML5 document - - - - -

    My family and I visited The Epcot center this summer.

    - - - - - diff --git a/test/html5/atemplate.org.html b/test/html5/atemplate.org.html deleted file mode 100644 index 037bbf0..0000000 --- a/test/html5/atemplate.org.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - HTML5 template tag - - - - - - - - diff --git a/test/html5/bdi.org.html b/test/html5/bdi.org.html deleted file mode 100644 index 374cc17..0000000 --- a/test/html5/bdi.org.html +++ /dev/null @@ -1,24 +0,0 @@ - - - -HTML5 bdi element - - - - -

    -In the example below, usernames are shown along with the number of points in a contest. -If the bdi element is not supported in the browser, the username of the Arabic user would confuse the text (the bidirectional algorithm would put the colon and the number "90" next to the word "User" rather than next to the word "points"). -

    - -
      -
    • User hrefs: 60 points
    • -
    • User jdoe: 80 points
    • -
    • User إيان: 90 points
    • -
    - -

    Note: The bdi element is currently supported only in Firefox and Chrome.

    - - - - diff --git a/test/html5/cleanup.bat b/test/html5/cleanup.bat deleted file mode 100644 index 785a330..0000000 --- a/test/html5/cleanup.bat +++ /dev/null @@ -1,23 +0,0 @@ -@setlocal -@set TMPCNT1=0 -@if EXIST tempout ( -@echo Cleaning and removing tempout folder... -@cd tempout -@del *.html >nul -@del *.txt >nul -@cd .. -@rd tempout -@set /A TMPCNT1+=1 -) - -@if EXIST temp* ( -@echo Removing temp* file -@del temp* >nul -@set /A TMPCNT1+=1 -) - -@if "%TMPCNT1%x" == "0x" ( -@echo Appears nothing to clean up! -) - - diff --git a/test/html5/datalist.org.html b/test/html5/datalist.org.html deleted file mode 100644 index 6752460..0000000 --- a/test/html5/datalist.org.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - -HTML5 datalist tag - - - -
    - - - - -
    - -

    Note: The datalist tag is not supported in Internet Explorer 9 and earlier versions, or in Safari.

    - - - diff --git a/test/html5/datalist2.org.html b/test/html5/datalist2.org.html deleted file mode 100644 index 90676ce..0000000 --- a/test/html5/datalist2.org.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - HTML5 datalist2 - - - - -
    -

    Select city

    -

    - - - -

    -

    - -

    -
    - - - - diff --git a/test/html5/datalist3.org.html b/test/html5/datalist3.org.html deleted file mode 100644 index ca09acb..0000000 --- a/test/html5/datalist3.org.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - HTML5 form input datalist 3 - - - - - -
    -

    Select the city 1 - - - -

    - -
    -

    Select the city 2 - - - - -

    - -
    -

    Select browser - - - - -

    - - - - diff --git a/test/html5/details.org.html b/test/html5/details.org.html deleted file mode 100644 index 2bd71b3..0000000 --- a/test/html5/details.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -HTML5 details - - - - -
    -Copyright 1999-2014. -

    - by Refsnes Data. All Rights Reserved.

    -

    All content and graphics on this web site are the property of the company Refsnes Data.

    -
    - -

    Note: The details tag is currently only supported in Opera, Chrome, and in Safari 6.

    - - - diff --git a/test/html5/dialog.org.html b/test/html5/dialog.org.html deleted file mode 100644 index 178b092..0000000 --- a/test/html5/dialog.org.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - -HTML5 dialog element - - - - -

    Note: The dialog tag is only supported in Chrome Canary and Safari 6.

    - - - - - - - - - - - - -
    January This is an open dialog windowFebruaryMarch
    312831
    - - - - diff --git a/test/html5/figure.org.html b/test/html5/figure.org.html deleted file mode 100644 index 86f7456..0000000 --- a/test/html5/figure.org.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - -HTML5 figure and figcaption - - - -

    The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.

    - -
    - The Pulpit Rock -
    Fig.1 - A view of the pulpit rock in Norway.
    -
    - - - diff --git a/test/html5/footer.org.html b/test/html5/footer.org.html deleted file mode 100644 index 275330e..0000000 --- a/test/html5/footer.org.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - -HTML5 footer tag - - - - - - - - diff --git a/test/html5/formselect.org.html b/test/html5/formselect.org.html deleted file mode 100644 index 24e6d1f..0000000 --- a/test/html5/formselect.org.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - HTML form/select/option - - - - -
    -

    Which course would you like to watch today? -

    -

    -

    - - - diff --git a/test/html5/formselect2.org.html b/test/html5/formselect2.org.html deleted file mode 100644 index 4d0c43a..0000000 --- a/test/html5/formselect2.org.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - -HTML form/select/option 2 - - -
    -

    Which course would you like to watch today? -

    - -

    -

    - - diff --git a/test/html5/header.org.html b/test/html5/header.org.html deleted file mode 100644 index a252a5f..0000000 --- a/test/html5/header.org.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - -HTML5 header for article - - - -
    -
    -

    Internet Explorer 9

    -

    -
    -

    Windows Internet Explorer 9 (abbreviated as IE9) was released to - the public on March 14, 2011 at 21:00 PDT.....

    -
    - - - diff --git a/test/html5/html4/README.html4.txt b/test/html5/html4/README.html4.txt deleted file mode 100644 index 2e1a20e..0000000 --- a/test/html5/html4/README.html4.txt +++ /dev/null @@ -1,58 +0,0 @@ -README.html4.txt - 20140805 - -## Tests 1 - -This folder contains about dozen HTML files, each using a tag or tags REMOVED from HTML5, -all named *4.html - -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. - -## Tests 2 - -This folder contains about 14 HTML files, each using a tag or tags REMOVED from HTML5, -all named *5.html. A lot of the tests came from reading - - http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html -A text copy, obsolete.txt is included in this folder. - -These were use to test an develop the CheckHTML5(doc,node) service. And there are -a set of batch file to run these tests, named test*.bat, and some 'special' -batch file like - - -setexe.bat - This is called by all others to set the location of the EXE to use. This - file will need to be ADJUST to point to where the Tidy EXE that you want to use. - -testone.bat - After setting the input file, each test????.bat calls this to conduct - four (4) tests - - Using configure DOCTYPE AND CLEAN - Using configure DOCTYPE but NO CLEAN - Using configure CLEAN but NO DOCTYPE - Using configure NO CLEAN and NO DOCTYPE - -All the output is redirected to tempinfo.html - -The set of test batch files is - -testacro.bat testbig.bat testbody.bat testcent.bat testcent2.bat testdir.bat -testfont.bat testi2.bat teststrike.bat testtt.bat - -The name generally indicates the tag or attribute being tested... - -Enjoy. - -# eof diff --git a/test/html5/html4/acronym4.html b/test/html5/html4/acronym4.html deleted file mode 100644 index cdc891d..0000000 --- a/test/html5/html4/acronym4.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - acronym - - - -

    An acronym for the World Wide Web is - WWW -

    - - - diff --git a/test/html5/html4/acronym5.html b/test/html5/html4/acronym5.html deleted file mode 100644 index aa0eccf..0000000 --- a/test/html5/html4/acronym5.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - acronym - - - - -

    An acronym for the World Wide Web is - WWW -

    -

    This file contains <acronym title="World Widw Web">WWW</acronym> -

    -

    The 'experimental' Nu Markup Checker flags this as an ERROR with the string - "Error: The acronym element is obsolete. Use the abbr element instead." -

    - - - diff --git a/test/html5/html4/align5.html b/test/html5/html4/align5.html deleted file mode 100644 index d304b5b..0000000 --- a/test/html5/html4/align5.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - align5.html - align attribute to css - - - - -

    Using align="center"

    -

    This file contains an element <h1 align="center">, but it also applies - to any element, like <p..., <table, etc... -

    -

    The 'experimental' Nu Markup Checker flags this as an HTML5 ERROR with the string - "Error: The align attribute on the h1 element is obsolete. Use CSS instead." -

    - -

    If 'clean' at present tidy 'silently' replaces this with CSS in TY_(CleanDocument)(doc), - in Style2Rule( TidyDocImpl* doc, Node *node), using TY_(AttrGetById)(node, TidyAttr_STYLE); -

    - -

    Q: Should this behaviour be modified? -

    -

    A: There are various possibilities
    -

      -
    • If the document is configured (or found?) to be HTML5, then -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      • Clean not configured -
          -
        • No fix, with no warning or error, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      -
    • Else if NOT configured (or found?) to be HTML5 -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        -
      • Clean not configured -
          -
        • Flag as a warning -
        • Flag as an error -
        • No warning or error, as now -
        -
      -
    - - - \ No newline at end of file diff --git a/test/html5/html4/applet4.html b/test/html5/html4/applet4.html deleted file mode 100644 index 498bcad..0000000 --- a/test/html5/html4/applet4.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - applet - - - -

    An applet tag not supported in HTML5

    - - -Java applet that draws animated bubbles. - - - - - diff --git a/test/html5/html4/applet5.html b/test/html5/html4/applet5.html deleted file mode 100644 index 4f99db7..0000000 --- a/test/html5/html4/applet5.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - applet - - - -

    An applet tag is not supported in HTML5

    - - -Java applet that draws animated bubbles. - - - - diff --git a/test/html5/html4/basefont4.html b/test/html5/html4/basefont4.html deleted file mode 100644 index b68a33d..0000000 --- a/test/html5/html4/basefont4.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - -HTML Test - - - - - - -

    This line of text is before the basefont tag.

    - -

    This is the first line of text after the basefont tag.

    -

    This is the second line of text after the basefont tag.

    - -

    Note: The basefont tag is not supported by most browsers. This line uses an alternative CSS -which could be associated to the body to effect the whole document. -

    - - - \ No newline at end of file diff --git a/test/html5/html4/basefont5.html b/test/html5/html4/basefont5.html deleted file mode 100644 index bc8e8f1..0000000 --- a/test/html5/html4/basefont5.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -basefont - - - - - - -

    This line of text is before the basefont tag.

    - -

    This is the first line of text after the basefont tag.

    -

    This is the second line of text after the basefont tag.

    - -

    Note: The basefont tag is not supported by most browsers. This line uses an alternative CSS -which could be associated to the body to effect the whole document. -

    - - - diff --git a/test/html5/html4/big4.html b/test/html5/html4/big4.html deleted file mode 100644 index 3ab3941..0000000 --- a/test/html5/html4/big4.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - big tag - - - -

    Normal text Bigger text

    - - - diff --git a/test/html5/html4/big5.html b/test/html5/html4/big5.html deleted file mode 100644 index e9a4c37..0000000 --- a/test/html5/html4/big5.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - big tag - - - - -

    Normal text, then some <big> bigger text

    -

    Similar text, using span bigger text

    - - diff --git a/test/html5/html4/blink5.html b/test/html5/html4/blink5.html deleted file mode 100644 index fbc0fc0..0000000 --- a/test/html5/html4/blink5.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - blink tag - - - - -

    Normal text, then some blink

    -

    Similar text, using span blink

    - - diff --git a/test/html5/html4/bodyatts5.html b/test/html5/html4/bodyatts5.html deleted file mode 100644 index 0cd8116..0000000 --- a/test/html5/html4/bodyatts5.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - bodyatts5.html - body attribute to css - - - - -

    This file contains a body element <body background="images/non-existing.jpg"> -

    -

    The 'experimental' Markup Validation Service flags this as an HTML5 ERROR with the string - "The background attribute on the body element is obsolete. Use CSS instead." -

    -

    If 'clean' at present tidy 'silently' replaces this with CSS in CleanBodyAttrs( TidyDocImpl* doc, Node* body ), - called from CreateStyleElement( doc ), in void TY_(CleanDocument)( TidyDocImpl* doc ) -

    -

    Q: Should this behaviour be modified? -

    -

    A: There are various possibilities
    -

      -
    • If the document is configured (or found?) to be HTML5, then -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      • Clean not configured -
          -
        • No fix, with no warning or error, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      -
    • If NOT configured (or found?) to be HTML5 -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        -
      • Clean not configured -
          -
        • Flag as a warning -
        • Flag as an error -
        • No warning or error, as now -
        -
      -
    - - - - diff --git a/test/html5/html4/center25.html b/test/html5/html4/center25.html deleted file mode 100644 index 81ae2d5..0000000 --- a/test/html5/html4/center25.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - center25.html - center tag on table - - - - -
    - - -
    Table centered by <center>
    -
    -

    This file contains <center;> ... </center;> -

    -

    The 'experimental' Nu Markup Checker flags this as an HTML5 ERROR with the string - "Error: The center element is obsolete. Use CSS instead." -

    - -

    If 'clean' at present tidy 'silently' replaces this with a <div class="c1">, and - add the CSS in TY_(CleanDocument)(doc), ... -

    - -

    Q: Should this behaviour be modified? -

    -

    A: There are various possibilities
    -

      -
    • If the document is configured (or found?) to be HTML5, then -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      • Clean not configured -
          -
        • No fix, with no warning or error, as now -
        • Fix it with a warning -
        • No fix and flag as an error, like the validator -
        -
      -
    • Else if NOT configured (or found?) to be HTML5 -
        -
      • If clean configured -
          -
        • Fix it silently, as now -
        • Fix it with a warning -
        -
      • Clean not configured -
          -
        • Flag as a warning -
        • Flag as an error -
        • No warning or error, as now -
        -
      -
    - -

    Also perhaps Tidy5 needs another configuration parameter as suggested by the validator.w3.org, - namely "HTML4-specific tokenization errors are enabled." That is being - able to clearly inform tidy that is the document is to be taken as HTML5, then certain - tags are to be an error. -

    - - - \ No newline at end of file diff --git a/test/html5/html4/center4.html b/test/html5/html4/center4.html deleted file mode 100644 index 9195d89..0000000 --- a/test/html5/html4/center4.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - center tag - - - -
    -

    This text will be center-aligned.

    -
    -

    Nomal left text

    - - - diff --git a/test/html5/html4/center5.html b/test/html5/html4/center5.html deleted file mode 100644 index aa87b7d..0000000 --- a/test/html5/html4/center5.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - center tag - - - - -
    -

    This text will be center-aligned.

    -
    - -

    Nomal left text

    - -

    Center aligned by CSS

    - - - diff --git a/test/html5/html4/cleanup.bat b/test/html5/html4/cleanup.bat deleted file mode 100644 index 7d50bdc..0000000 --- a/test/html5/html4/cleanup.bat +++ /dev/null @@ -1,23 +0,0 @@ -@setlocal -@set TMPCNT1=0 -@if EXIST tempout ( -@echo Cleaning and removing tempout folder... -@cd tempout -@del *.html >nul -@del *.txt >nul -@cd .. -@rd tempout -@set /A TMPCNT1+=1 -) - -@if EXIST temphtml4.cfg ( -@echo Removing temphtml4.cfg file -@del temphtml4.cfg >nul -@set /A TMPCNT1+=1 -) - -@if "%TMPCNT1%x" == "0x" ( -@echo Appears nothing to clean up! -) - - diff --git a/test/html5/html4/dir4.html b/test/html5/html4/dir4.html deleted file mode 100644 index 4fb802f..0000000 --- a/test/html5/html4/dir4.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - dir tag - - - -

    dir tag for a list...

    - -
  • html
  • -
  • xhtml
  • -
  • css
  • -
    - - - diff --git a/test/html5/html4/dir5.html b/test/html5/html4/dir5.html deleted file mode 100644 index 437e1cb..0000000 --- a/test/html5/html4/dir5.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - dir tag - - - -

    dir tag for a list...

    - -
  • html
  • -
  • xhtml
  • -
  • css
  • -
    - - - diff --git a/test/html5/html4/font4.html b/test/html5/html4/font4.html deleted file mode 100644 index 135e4ea..0000000 --- a/test/html5/html4/font4.html +++ /dev/null @@ -1,17 +0,0 @@ - - -font tag - - - - -

    Some text, size=3, color=red!

    - -

    Some text, size=2, color=blue!

    - -

    Some text, face=verdana, color=green!

    - -

    Note: The font element is not supported in HTML5. Use CSS instead.

    - - - diff --git a/test/html5/html4/font5.html b/test/html5/html4/font5.html deleted file mode 100644 index 62de3d3..0000000 --- a/test/html5/html4/font5.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -font tag - - - -

    Some text, size=3, color=red!

    - -

    Some text, size=2, color=blue!

    - -

    Some text, face=verdana, color=green!

    - -

    Note: The font element is not supported in HTML5. Use CSS instead.

    - - - diff --git a/test/html5/html4/frame_a.htm b/test/html5/html4/frame_a.htm deleted file mode 100644 index 5a55ae7..0000000 --- a/test/html5/html4/frame_a.htm +++ /dev/null @@ -1,6 +0,0 @@ - - -

    Frame A

    -

    Note: The frameset, frame, and noframes elements are not supported in HTML5.

    - - diff --git a/test/html5/html4/frame_b.htm b/test/html5/html4/frame_b.htm deleted file mode 100644 index 3c6ad17..0000000 --- a/test/html5/html4/frame_b.htm +++ /dev/null @@ -1,5 +0,0 @@ - - -

    Frame B

    - - diff --git a/test/html5/html4/frame_c.htm b/test/html5/html4/frame_c.htm deleted file mode 100644 index 2decbb5..0000000 --- a/test/html5/html4/frame_c.htm +++ /dev/null @@ -1,5 +0,0 @@ - - -

    Frame C

    - - diff --git a/test/html5/html4/frameset4.html b/test/html5/html4/frameset4.html deleted file mode 100644 index 95da75a..0000000 --- a/test/html5/html4/frameset4.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - frameset, frame, noframes tags - - - - - - - - -frameset, frame not supported - - diff --git a/test/html5/html4/frameset5.html b/test/html5/html4/frameset5.html deleted file mode 100644 index dd6f14d..0000000 --- a/test/html5/html4/frameset5.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - frameset, frame, noframes tags - - - - - - - - -<p>frameset, frame not supported</p> - - - diff --git a/test/html5/html4/index2.html b/test/html5/html4/index2.html deleted file mode 100644 index e226a4f..0000000 --- a/test/html5/html4/index2.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - Geoff McLane Wanadoo Home Page - - - - -

    - Geoff McLane Wanadoo Home Page -

    - -

    - Go To Geoff McLane Home Page -

    - -

    - To go to my main site, click on the above link, or the image below! -

    - -
    - - - - -
    - image of me -
    -
    - -

    - checked by tidy  Valid HTML 5 -

    - - - - - - diff --git a/test/html5/html4/marquee5.html b/test/html5/html4/marquee5.html deleted file mode 100644 index 861e7ae..0000000 --- a/test/html5/html4/marquee5.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - marquee - - - - Marquee scrolling text across the page - -

    A marquee tag is not supported in HTML5

    - - - - diff --git a/test/html5/html4/obsolete.txt b/test/html5/html4/obsolete.txt deleted file mode 100644 index 6a11530..0000000 --- a/test/html5/html4/obsolete.txt +++ /dev/null @@ -1,1099 +0,0 @@ -Processing file obsolete.html ... - -HTML Living Standard — Last Updated 6 August 2014 - -14 Rendering — Table of Contents — 16 IANA considerations → 15 Obsolete features 15.1 Obsolete but conforming features 15.1.1 Warnings for obsolete but conforming features 15.2 Non-conforming features 15.3 Requirements for implementations 15.3.1 The applet element 15.3.2 The marquee element 15.3.3 Frames 15.3.4 Other elements, attributes and APIs 15 Obsolete features - -15.1 Obsolete but conforming features - -Features listed in this section will trigger warnings in conformance checkers. - -Authors should not specify a border attribute on an img element. -If the attribute is present, its value must be the string " 0". CSS should be used instead. - -Authors should not specify a language attribute on a script element. If the attribute is present, its value must be an ASCII -case-insensitive match for the string " JavaScript " and either the -type attribute must be omitted or its value must be an -ASCII case-insensitive match for the string " text/javascript ". -The attribute should be entirely omitted instead (with the value " JavaScript ", it has no effect), -or replaced with use of the type attribute. - -Authors should not specify the name attribute on a elements. If the attribute is present, its value must not be the empty string and -must neither be equal to the value of any of the IDs in the element's home subtree other than the element's own ID , -if any, nor be equal to the value of any of the other name attributes on a elements in the element's home -subtree . If this attribute is present and the element has an ID , then the attribute's value must be equal to the -element's ID . In earlier versions of the language, this attribute was intended as -a way to specify possible targets for fragment identifiers in URLs . The id attribute should be used instead. - -Authors should not, but may despite requirements to the contrary elsewhere in this specification, specify the -maxlength and size attributes on input elements whose type attributes are in the Number state. One valid reason for -using these attributes regardless is to help legacy user agents that do not support input elements with -type="number" to still render the text field with a useful width. - -In the HTML syntax , specifying a DOCTYPE that is an obsolete permitted DOCTYPE will also -trigger a warning. - -15.1.1 Warnings for obsolete but conforming features - -To ease the transition from HTML4 Transitional documents to the language defined in -this specification, and to discourage certain features that are only allowed in very few -circumstances, conformance checkers must warn the user when the following features are used in a -document. These are generally old obsolete features that have no effect, and are allowed only to -distinguish between likely mistakes (regular conformance errors) and mere vestigial markup or -unusual and discouraged practices (these warnings). - -The following features must be categorised as described -above: - -The presence of an obsolete permitted DOCTYPE in an HTML document. -The presence of a border attribute on an img element if its value is the string " 0". -The presence of a language attribute on a script element if its value is an ASCII case-insensitive match for the -string " JavaScript " and if there is no type attribute or there is and its value is an ASCII -case-insensitive match for the string " text/javascript ". -The presence of a name attribute on an a element, if its value is not the empty string. -The presence of a maxlength attribute on an input element whose type attribute is in the -Number state. The presence of a size attribute on an input element whose type attribute is in the Number state. - -Conformance checkers must distinguish between pages that have no conformance errors and have -none of these obsolete features, and pages that have no conformance errors but do have some of -these obsolete features. - -For example, a validator could report some pages as "Valid HTML" and others as -"Valid HTML with warnings". - -15.2 Non-conforming features - -Elements in the following list are entirely obsolete, and must not be used by authors: - -applet Use embed or object instead. -acronym Use abbr instead. -bgsound Use audio instead. -dir Use ul instead. -frame frameset noframes Either use iframe and CSS instead, or use server-side includes to generate -complete pages with the various invariant parts merged in. isindex Use an explicit form and text field -combination instead. listing Use pre and code instead. nextid Use GUIDs instead. noembed Use object instead of -embed when fallback is necessary. plaintext Use the " text/plain " MIME type instead. -rb Providing the ruby base directly inside the ruby element is sufficient; the rb element is unnecessary. Omit it altogether. -strike Use del instead if the element is marking an edit, otherwise use s instead. -xmp Use pre and code instead, and escape " < " and " & " characters as " < " and " & " respectively. -basefont big blink center font marquee multicol nobr spacer tt - -Use appropriate elements or CSS instead. - -Where the tt element would have been used for marking up keyboard input, -consider the kbd element; for variables, consider the var element; for -computer code, consider the code element; and for computer output, consider the -samp element. - -Similarly, if the big element is being used to denote a heading, consider using -the h1 element; if it is being used for marking up important passages, consider the -strong element; and if it is being used for highlighting text for reference -purposes, consider the mark element. - -See also the text-level semantics usage summary for more -suggestions with examples. - -The following attributes are obsolete (though the elements are still part of the language), and -must not be used by authors: - -charset on a elements -charset on link elements Use an HTTP Content-Type header on the linked resource instead. -coords on a elements -shape on a elements Use area instead of a for image maps. -methods on a elements -methods on link elements Use the HTTP OPTIONS feature instead. -name on a elements (except as noted in the previous section) -name on embed elements -name on img elements -name on option elements Use the id attribute instead. -rev on a elements -rev on link elements Use the rel attribute instead, with an opposite term. (For example, instead of -rev="made" , use rel="author" .) urn on a elements urn on link elements Specify the preferred persistent -identifier using the href attribute instead. accept on form elements Use the accept attribute directly -on the input elements instead. nohref on area elements Omitting the href -attribute is sufficient; the nohref attribute is -unnecessary. Omit it altogether. profile on head elements When used for declaring which meta terms are -used in the document, unnecessary; omit it altogether, and register the names .When used for triggering -specific user agent behaviors: use a link element instead. -version on html elements Unnecessary. Omit it altogether. -ismap on input elements Unnecessary. Omit it altogether. All input elements with a type attribute in the Image -Button state are processed as server-side image maps. -usemap on input elements Use img instead of input for image maps. -longdesc on iframe elements -longdesc on img elements Use a regular a element to link to the -description, or (in the case of images) use an image -map to provide a link from the image to the image's -description. -lowsrc on img elements Use a progressive JPEG image (given in the src attribute), -instead of using two separate images. -target on link elements Unnecessary. Omit it altogether. scheme on meta elements Use only one scheme per field, or -make the scheme declaration part of the value. -archive on object elements -classid on object elements -code on object elements -codebase on object elements -codetype on object elements Use the data and type attributes to invoke plugins . To set parameters with these names -in particular, the param element can be used. -declare on object elements Repeat the object element completely each time the resource is to be reused. -standby on object elements Optimise the linked resource so that it loads quickly or, at least, incrementally. -type on param elements -valuetype on param elements Use the name and value attributes without declaring value types. -language on script elements (except as noted in the previous section) Use the type attribute instead. -event on script elements -for on script elements Use DOM Events mechanisms to register event listeners. [DOM] -media on source elements Use script to select the media resource(s) to use. -datapagesize on table elements Unnecessary. Omit it altogether. -summary on table elements Use one of the techniques for describing tables given in the table section instead. -abbr on td elements Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that. -The title attribute can also be useful in including more detailed text, so that the cell's contents can be made terse. -If it's a heading, use th (which has an abbr attribute). - -axis on td and th elements Use the scope attribute on the relevant th . - -scope on td elements Use th elements for heading cells. - -datasrc on a , applet , button , div , frame , iframe , img , input , label , legend , marquee , object , option , select , span , table , and textarea elements datafld on a , applet , button , div , fieldset , frame , iframe , img , input , label , legend , marquee , object , param , select , span , and textarea elements dataformatas on button , div , input , label , legend , marquee , object , option , select , span , and table elements -Use script and a mechanism such as XMLHttpRequest to populate the page dynamically. [XHR] -alink on body elements -bgcolor on body elements -bottommargin on body elements -leftmargin on body elements -link on body elements -marginheight on body elements -marginwidth on body elements -rightmargin on body elements -text on body elements -margintop on body elements -vlink on body elements -clear on br elements -align on caption elements -align on col elements -char on col elements -charoff on col elements -valign on col elements -width on col elements -align on div elements -compact on dl elements -align on embed elements -hspace on embed elements -vspace on embed elements -align on hr elements -color on hr elements -noshade on hr elements -size on hr elements -width on hr elements -align on h1 — h6 elements -align on iframe elements -allowtransparency on iframe elements -frameborder on iframe elements -hspace on iframe elements -marginheight on iframe elements -marginwidth on iframe elements -scrolling on iframe elements -vspace on iframe elements -align on input elements -border on input elements -hspace on input elements -vspace on input elements -align on img elements -border on img elements (except as noted in the previous section) -hspace on img elements -vspace on img elements -align on legend elements -type on li elements -compact on menu elements -align on object elements -border on object elements -hspace on object elements -vspace on object elements -compact on ol elements -align on p elements -width on pre elements -align on table elements -bgcolor on table elements -border on table elements -bordercolor on table elements -cellpadding on table elements -cellspacing on table elements -frame on table elements -height on table elements -hspace on table elements -rules on table elements -vspace on table elements -width on table elements -align on tbody , thead , and tfoot elements -char on tbody , thead , and tfoot elements -charoff on tbody , thead , and tfoot elements -valign on tbody , thead , and tfoot elements -align on td and th elements -bgcolor on td and th elements -char on td and th elements -charoff on td and th elements -height on td and th elements -nowrap on td and th elements -valign on td and th elements -width on td and th elements -align on tr elements -bgcolor on tr elements -char on tr elements -charoff on tr elements -height on tr elements -valign on tr elements -compact on ul elements -type on ul elements -background on body , table , thead , tbody , tfoot , tr , td , and th elements Use CSS instead. - -15.3 Requirements for implementations - -15.3.1 The applet element - -The applet element is a Java-specific variant of the embed element. -The applet element is now obsoleted so that all extension frameworks (Java, .NET, Flash, etc) are handled in a consistent manner. - -When the element matches any of the following conditions, it represents its contents: - -The element is still in the stack of open elements of an HTML parser or XML parser. -The element is not in a Document. The element's Document is not fully active. -The element's Document's active sandboxing flag -set has its sandboxed plugins browsing context flag set. -The element has an ancestor media element. -The element has an ancestor object element that is not showing its fallback content. -No Java Language runtime plugin is available. A Java runtime plugin is available but it is disabled. - -Otherwise, the user agent should instantiate a Java Language runtime plugin , and -should pass the names and values of all the attributes on the element, in the order they were -added to the element, with the attributes added by the parser being ordered in source order, and -then a parameter named "PARAM" whose value is null, and then all the names and values of parameters given by param elements that are -children of the applet element, in tree order , to the plugin used. If the plugin supports a scriptable interface, the -HTMLAppletElement object representing the element should expose that interface. The applet element represents the plugin. - -The applet element is unaffected by the CSS 'display' property. The -Java Language runtime is instantiated even if the element is hidden with a 'display:none' CSS style. - -The applet element must implement the HTMLAppletElement interface. - -interface HTMLAppletElement : HTMLElement { -attribute DOMString align ; -attribute DOMString alt ; -attribute DOMString archive ; -attribute DOMString code ; -attribute DOMString codeBase ; -attribute DOMString height ; -attribute unsigned long hspace ; -attribute DOMString name ; -attribute DOMString _ object ; // the underscore is not part of the identifier -attribute unsigned long vspace ; -attribute DOMString width ; -}; - -The align , alt , archive , code , height , hspace , name , object , vspace , and width IDL attributes must reflect the -respective content attributes of the same name. For the purposes of reflection, the applet element's object content -attribute is defined as containing a URL. - -The codeBase IDL attribute must reflect the codebase content -attribute, which for the purposes of reflection is defined as containing a URL. - -15.3.2 The marquee element - -The marquee element is a presentational element that animates content. CSS -transitions and animations are a more appropriate mechanism. [CSSANIMATIONS] [CSSTRANSITIONS] - -The task source for tasks mentioned in this section is the DOM manipulation -task source . - -The marquee element must implement the HTMLMarqueeElement interface. - -interface HTMLMarqueeElement : HTMLElement { -attribute DOMString behavior ; -attribute DOMString bgColor ; -attribute DOMString direction ; -attribute DOMString height ; -attribute unsigned long hspace ; -attribute long loop ; -attribute unsigned long scrollAmount ; -attribute unsigned long scrollDelay ; -attribute boolean trueSpeed ; -attribute unsigned long vspace ; -attribute DOMString width ; -attribute EventHandler onbounce ; -attribute EventHandler onfinish ; -attribute EventHandler onstart ; -void start (); -void stop (); -}; - -A marquee element can be turned on or turned off . When it is created, it is turned on . - -When the start() method is called, the marquee element must be turned on . - -When the stop() method is called, the marquee element must be turned off . - -When a marquee element is created, the user agent must queue a task -to fire a simple event named start at the element. - -The behavior content attribute on -marquee elements is an enumerated attribute with the following keywords -(all non-conforming): - -Keyword -State -scroll -scroll -slide -slide -alternate -alternate - -The missing value default is the scroll state. - -The direction content attribute on -marquee elements is an enumerated attribute with the following keywords -(all non-conforming): - -Keyword -State -left -right -up -down - -The missing value default is the left state. - -The truespeed content attribute on marquee elements is a boolean attribute . - -A marquee element has a marquee scroll interval , which is obtained as follows: - -If the element has a scrolldelay attribute, -and parsing its value using the rules for parsing non-negative integers does not -return an error, then let delay be the parsed value. Otherwise, let delay -be 85. If the element does not have a truespeed -attribute, and the delay value is less than 60, then let delay be 60 -instead. The marquee scroll interval is delay , interpreted in milliseconds. - -A marquee element has a marquee scroll distance , which, if the element -has a scrollamount attribute, and -parsing its value using the rules for parsing non-negative integers does not return -an error, is the parsed value interpreted in CSS pixels, and otherwise is 6 CSS pixels. - -A marquee element has a marquee loop count , which, if the element has a -loop attribute, and parsing its value using the rules -for parsing integers does not return an error or a number less than 1, is the parsed value, -and otherwise is −1. - -The loop IDL attribute, on getting, must -return the element's marquee loop count ; and on setting, if the new value is -different than the element's marquee loop count and either greater than zero or equal -to −1, must set the element's loop content attribute -(adding it if necessary) to the valid integer that represents the new value. (Other -values are ignored.) - -A marquee element also has a marquee current loop index , which is zero -when the element is created. - -The rendering layer will occasionally increment the marquee current loop index , -which must cause the following steps to be run: - -If the marquee loop count is −1, then abort these steps. - -Increment the marquee current loop index by one. - -If the marquee current loop index is now equal to or greater than the element's -marquee loop count , turn off the -marquee element and queue a task to fire a simple event -named finish at the marquee element. - -Otherwise, if the behavior attribute is in the alternate state, then queue a -task to fire a simple event named bounce at the marquee element. - -Otherwise, queue a task to fire a simple event named start at the marquee element. - -The following are the event handlers (and their corresponding event handler event types ) that must be supported, -as event handler content attributes and event handler IDL attributes , by marquee elements: - -Event handler Event handler event type -onbounce bounce -onfinish finish -onstart start - -The behavior , direction , height , hspace , vspace , and width IDL attributes must reflect the -respective content attributes of the same name. - -The bgColor IDL attribute must reflect the bgcolor content attribute. - -The scrollAmount IDL attribute must reflect the scrollamount content attribute. The default value is 6. - -The scrollDelay IDL attribute must reflect the scrolldelay content attribute. The default value is 85. - -The trueSpeed IDL attribute must reflect the truespeed content attribute. - -15.3.3 Frames - -The frameset element acts as the body element in documents that use frames. - -The frameset element must implement the HTMLFrameSetElement interface. - -interface HTMLFrameSetElement : HTMLElement { -attribute DOMString cols ; -attribute DOMString rows ; -}; -HTMLFrameSetElement implements WindowEventHandlers ; - -The cols and rows IDL attributes of the frameset -element must reflect the respective content attributes of the same name. - -The frameset element exposes as event handler content attributes a -number of the event handlers of the Window object. It also mirrors their -event handler IDL attributes . - -The onblur , onerror , onfocus , onload , onresize , and onscroll -event handlers of the Window object, exposed on the -frameset element, replace the generic event handlers with the same names -normally supported by HTML elements . - -The frame element defines a nested browsing context -similar to the iframe element, but rendered within a frameset element. - -A frame element is said to be an active frame element when it is in a Document . - -When a frame element is created as an active frame -element , or becomes an active frame element after not having been -one, the user agent must create a nested browsing context , and then process the -frame attributes for the first time. - -When a frame element stops being an active frame element , the user agent must discard -the nested browsing context . - -Whenever a frame element with a nested browsing context has its src attribute set, changed, or removed, the user agent must -process the frame attributes . - -When the user agent is to process the frame attributes , it must run the -first appropriate steps from the following list: - -If the element has no src attribute specified, and the -user agent is processing the frame 's attributes for the first time - -Queue a task to fire a simple event named load at the frame element. - -Otherwise - -If the value of the src attribute is the empty string, let url be the string " about:blank ". - -Otherwise, resolve the value of the src attribute, relative to the frame element. - -If that is not successful, then let url be the string -" about:blank ". Otherwise, let url be the resulting -absolute URL . - -Navigate the element's child browsing context to url . - -Any navigation required of the user agent in the process -the frame attributes algorithm must be completed as an explicit -self-navigation override and with the frame element's document's -browsing context as the source browsing context . - -Furthermore, if the active document of the element's child browsing -context before such a navigation was not completely -loaded at the time of the new navigation , then the navigation must be completed with replacement enabled . - -Similarly, if the child browsing context 's session history contained -only one Document when the process the frame attributes -algorithm was invoked, and that was the about:blank Document created -when the child browsing context was created, then any navigation required of the user agent in that algorithm must be completed -with replacement enabled . - -When a Document in a frame is marked as completely -loaded , the user agent must queue a task to fire a simple event -named load at the frame element. - -The task source for the tasks above is the -DOM manipulation task source . - -When a frame element's nested browsing context 's active -document is not ready for post-load tasks , and when anything is delaying the load event of the frame element's -browsing context 's active document , and when the frame -element's browsing context is in the delaying load events mode , the frame must delay the -load event of its document. - -When the browsing context is created, if a name attribute -is present, the browsing context name must be set to the value of this attribute; -otherwise, the browsing context name must be set to the empty string. - -Whenever the name attribute is set, the nested -browsing context 's name must be changed to -the new value. If the attribute is removed, the browsing context name must be set to -the empty string. - -The frame element must implement the HTMLFrameElement interface. - -interface HTMLFrameElement : HTMLElement { -attribute DOMString name ; -attribute DOMString scrolling ; -attribute DOMString src ; -attribute DOMString frameBorder ; -attribute DOMString longDesc ; -attribute boolean noResize ; -readonly attribute Document ? contentDocument ; -readonly attribute WindowProxy ? contentWindow ; - -[TreatNullAs=EmptyString] attribute DOMString marginHeight ; -[TreatNullAs=EmptyString] attribute DOMString marginWidth ; -}; - -The name , scrolling , and src IDL attributes of the frame element must -reflect the respective content attributes of the same name. For the purposes of -reflection, the frame element's src content attribute is defined as containing a URL . - -The frameBorder IDL attribute of the frame element must reflect the element's frameborder content attribute. - -The longDesc IDL attribute of the -frame element must reflect the element's longdesc content attribute, which for the purposes -of reflection is defined as containing a URL . - -The noResize IDL attribute of the frame element must reflect the element's noresize content attribute. - -The contentDocument IDL attribute of -the frame element must return the Document object of the active -document of the frame element's nested browsing context , if any -and if its effective script origin is the same origin as the -effective script origin specified by the incumbent settings object , or -null otherwise. - -The contentWindow IDL attribute must -return the WindowProxy object of the frame element's nested -browsing context . - -The marginHeight IDL attribute of the -frame element must reflect the element's marginheight content attribute. - -The marginWidth IDL attribute of the -frame element must reflect the element's marginwidth content attribute. - -15.3.4 Other elements, attributes and APIs - -User agents must treat acronym elements in a manner -equivalent to abbr elements in terms of semantics and -for purposes of rendering. - -partial interface HTMLAnchorElement { -attribute DOMString coords ; -attribute DOMString charset ; -attribute DOMString name ; -attribute DOMString rev ; -attribute DOMString shape ; -}; - -The coords , charset , name , rev , and shape IDL attributes of the a element must reflect the respective -content attributes of the same name. - - - -partial interface HTMLAreaElement { -attribute boolean noHref ; -}; - -The noHref IDL attribute of the -area element must reflect the element's nohref content attribute. - -partial interface HTMLBodyElement { -[TreatNullAs=EmptyString] attribute DOMString text ; -[TreatNullAs=EmptyString] attribute DOMString link ; -[TreatNullAs=EmptyString] attribute DOMString vLink ; -[TreatNullAs=EmptyString] attribute DOMString aLink ; -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -attribute DOMString background ; -}; - -The text IDL attribute of the body element must reflect the element's text content attribute. - -The link IDL attribute of the body element must reflect the element's link content attribute. - -The aLink IDL attribute of the body element must reflect the element's alink content attribute. - -The vLink IDL attribute of the body element must reflect the element's vlink content attribute. - -The bgColor IDL attribute of the body element must reflect the element's bgcolor content attribute. - -The background IDL attribute of the body element must reflect the element's background content attribute. -(The background content is not defined to contain a URL , despite rules regarding its handling in the -rendering section above.) - -partial interface HTMLBRElement { -attribute DOMString clear ; -}; - -The clear IDL attribute of the br element must reflect the content attribute of the same name. - -partial interface HTMLTableCaptionElement { -attribute DOMString align ; -}; - -The align IDL attribute of the caption element must reflect the content attribute of the same name. - -partial interface HTMLTableColElement { -attribute DOMString align ; -attribute DOMString ch ; -attribute DOMString chOff ; -attribute DOMString vAlign ; -attribute DOMString width ; -}; - -The align and width IDL attributes of the col element must -reflect the respective content attributes of the same name. - -The ch IDL attribute of the col element must reflect the element's char content attribute. - -The chOff IDL attribute of the col element must reflect the element's charoff content attribute. - -The vAlign IDL attribute of the col element must reflect the element's valign content attribute. - -User agents must treat dir elements in a manner equivalent to ul -elements in terms of semantics and for purposes of rendering. - -The dir element must implement the HTMLDirectoryElement interface. - -interface HTMLDirectoryElement : HTMLElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the dir element must reflect the content attribute of the same name. - -partial interface HTMLDivElement { -attribute DOMString align ; -}; - -The align IDL attribute of the div element must reflect the content attribute of the same name. - -partial interface HTMLDListElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the dl element must reflect the content attribute of the same name. - -partial interface HTMLEmbedElement { -attribute DOMString align ; -attribute DOMString name ; -}; - -The name and align IDL attributes of the embed element -must reflect the respective content attributes of the same name. - -The font element must implement the HTMLFontElement interface. - -interface HTMLFontElement : HTMLElement { -[TreatNullAs=EmptyString] attribute DOMString color ; -attribute DOMString face ; -attribute DOMString size ; -}; - -The color , face , and size IDL attributes of the font element must -reflect the respective content attributes of the same name. - -partial interface HTMLHeadingElement { -attribute DOMString align ; -}; - -The align IDL attribute of the h1 – h6 elements must reflect the content attribute of the same name. - -The profile IDL attribute on head elements (with the HTMLHeadElement interface) is intentionally -omitted. Unless so required by another applicable -specification , implementations would therefore not support this attribute. (It is mentioned -here as it was defined in a previous version of the DOM specifications.) - -partial interface HTMLHRElement { -attribute DOMString align ; -attribute DOMString color ; -attribute boolean noShade ; -attribute DOMString size ; -attribute DOMString width ; -}; - -The align , color , size , -and width IDL attributes of the hr -element must reflect the respective content attributes of the same name. - -The noShade IDL attribute of the hr element must reflect the element's noshade content attribute. - -partial interface HTMLHtmlElement { -attribute DOMString version ; -}; - -The version IDL attribute of the html element must reflect the content attribute of the same name. - -partial interface HTMLIFrameElement { -attribute DOMString align ; -attribute DOMString scrolling ; -attribute DOMString frameBorder ; -attribute DOMString longDesc ; - -[TreatNullAs=EmptyString] attribute DOMString marginHeight ; -[TreatNullAs=EmptyString] attribute DOMString marginWidth ; -}; - -The align and scrolling IDL attributes of the -iframe element must reflect the respective content attributes of the -same name. - -The frameBorder IDL attribute of the iframe element must reflect the element's frameborder content attribute. - -The longDesc IDL attribute of the -iframe element must reflect the element's longdesc content attribute, which for the purposes of -reflection is defined as containing a URL . - -The marginHeight IDL attribute of the iframe element must reflect the element's marginheight content attribute. - -The marginWidth IDL attribute of the iframe element must reflect the element's marginwidth content attribute. - -partial interface HTMLImageElement { -attribute DOMString name ; -attribute DOMString lowsrc ; -attribute DOMString align ; -attribute unsigned long hspace ; -attribute unsigned long vspace ; -attribute DOMString longDesc ; - -[TreatNullAs=EmptyString] attribute DOMString border ; -}; - -The name , align , border , hspace , and vspace IDL attributes of the img element -must reflect the respective content attributes of the same name. - -The longDesc IDL attribute of the -img element must reflect the element's longdesc content attribute, which for the purposes of reflection -is defined as containing a URL . - -The lowsrc IDL attribute of the img -element must reflect the element's lowsrc -content attribute, which for the purposes of reflection is defined as containing a -URL . - -partial interface HTMLInputElement { -attribute DOMString align ; -attribute DOMString useMap ; -}; - -The align IDL attribute of the -input element must reflect the content attribute of the same name. - -The useMap IDL attribute of the -input element must reflect the element's usemap content attribute. - -partial interface HTMLLegendElement { -attribute DOMString align ; -}; - -The align IDL attribute of the -legend element must reflect the content attribute of the same name. - -partial interface HTMLLIElement { -attribute DOMString type ; -}; - -The type IDL attribute of the li -element must reflect the content attribute of the same name. - -partial interface HTMLLinkElement { -attribute DOMString charset ; -attribute DOMString rev ; -attribute DOMString target ; -}; - -The charset , rev , and target IDL attributes of the link element -must reflect the respective content attributes of the same name. - -User agents must treat listing elements in a manner equivalent to pre -elements in terms of semantics and for purposes of rendering. - -partial interface HTMLMenuElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the menu element must reflect the content attribute of the same name. - -partial interface HTMLMetaElement { -attribute DOMString scheme ; -}; - -User agents may treat the scheme content attribute on the -meta element as an extension of the element's name content attribute when processing a meta element -with a name attribute whose value is one that the user agent -recognizes as supporting the scheme attribute. - -User agents are encouraged to ignore the scheme attribute -and instead process the value given to the metadata name as if it had been specified for each -expected value of the scheme attribute. - -For example, if the user agent acts on meta elements with name attributes having the value "eGMS.subject.keyword", and knows -that the scheme attribute is used with this metadata name, -then it could take the scheme attribute into account, -acting as if it was an extension of the name attribute. Thus -the following two meta elements could be treated as two elements giving values for -two different metadata names, one consisting of a combination of "eGMS.subject.keyword" and -"LGCL", and the other consisting of a combination of "eGMS.subject.keyword" and "ORLY": - - - - - -The suggested processing of this markup, however, would be equivalent to the following: - - - - -The scheme IDL attribute of the meta element must reflect the content attribute of the same name. - -partial interface HTMLObjectElement { -attribute DOMString align ; -attribute DOMString archive ; -attribute DOMString code ; -attribute boolean declare ; -attribute unsigned long hspace ; -attribute DOMString standby ; -attribute unsigned long vspace ; -attribute DOMString codeBase ; -attribute DOMString codeType ; - -[TreatNullAs=EmptyString] attribute DOMString border ; -}; - -The align , archive , border , code , declare , hspace , standby , and vspace IDL attributes of the object -element must reflect the respective content attributes of the same name. - -The codeBase IDL attribute of the -object element must reflect the element's codebase content attribute, which for the purposes of -reflection is defined as containing a URL . - -The codeType IDL attribute of the object element must reflect the element's codetype content attribute. - -partial interface HTMLOListElement { -attribute boolean compact ; -}; - -The compact IDL attribute of the ol element must reflect the content attribute of the same name. - -partial interface HTMLParagraphElement { -attribute DOMString align ; -}; - -The align IDL attribute of the p element must reflect the content attribute of the same name. - -partial interface HTMLParamElement { -attribute DOMString type ; -attribute DOMString valueType ; -}; - -The type IDL attribute of the param element must reflect the content attribute of the same name. - -The valueType IDL attribute of the param element must reflect the element's valuetype content attribute. - -User agents must treat plaintext elements in a manner equivalent to -pre elements in terms of semantics and for purposes of rendering. (The parser has -special behavior for this element, though.) - -partial interface HTMLPreElement { -attribute long width ; -}; - -The width IDL attribute of the pre -element must reflect the content attribute of the same name. - -partial interface HTMLScriptElement { -attribute DOMString event ; -attribute DOMString htmlFor ; -}; - -The event and htmlFor IDL attributes of the script -element must return the empty string on getting, and do nothing on setting. - -partial interface HTMLTableElement { -attribute DOMString align ; -attribute DOMString border ; -attribute DOMString frame ; -attribute DOMString rules ; -attribute DOMString summary ; -attribute DOMString width ; - -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -[TreatNullAs=EmptyString] attribute DOMString cellPadding ; -[TreatNullAs=EmptyString] attribute DOMString cellSpacing ; -}; - -The align , border , frame , summary , rules , and width , IDL attributes of the table element -must reflect the respective content attributes of the same name. - -The bgColor IDL attribute of the -table element must reflect the element's bgcolor content attribute. - -The cellPadding IDL attribute of the -table element must reflect the element's cellpadding content attribute. - -The cellSpacing IDL attribute of the -table element must reflect the element's cellspacing content attribute. - -partial interface HTMLTableSectionElement { -attribute DOMString align ; -attribute DOMString ch ; -attribute DOMString chOff ; -attribute DOMString vAlign ; -}; - -The align IDL attribute of the -tbody , thead , and tfoot elements must reflect -the content attribute of the same name. - -The ch IDL attribute of the tbody , -thead , and tfoot elements must reflect the elements' char content attributes. - -The chOff IDL attribute of the -tbody , thead , and tfoot elements must reflect -the elements' charoff content attributes. - -The vAlign IDL attribute of the -tbody , thead , and tfoot element must reflect -the elements' valign content attributes. - -partial interface HTMLTableCellElement { -attribute DOMString align ; -attribute DOMString axis ; -attribute DOMString height ; -attribute DOMString width ; - -attribute DOMString ch ; -attribute DOMString chOff ; -attribute boolean noWrap ; -attribute DOMString vAlign ; - -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -}; - -The align , axis , height , and width IDL attributes of the td and -th elements must reflect the respective content attributes of the same -name. - -The ch IDL attribute of the td and th elements must reflect the elements' char content attributes. - -The chOff IDL attribute of the td and th elements must reflect the elements' charoff content attributes. - -The noWrap IDL attribute of the td and th elements must reflect the elements' nowrap content attributes. - -The vAlign IDL attribute of the td and th element must reflect the elements' valign content attributes. - -The bgColor IDL attribute of the td and th elements must reflect the elements' bgcolor content attributes. - -partial interface HTMLTableDataCellElement { -attribute DOMString abbr ; -}; - -The abbr IDL attribute of the td element must reflect the respective content attributes of the same name. - -partial interface HTMLTableRowElement { -attribute DOMString align ; -attribute DOMString ch ; -attribute DOMString chOff ; -attribute DOMString vAlign ; -[TreatNullAs=EmptyString] attribute DOMString bgColor ; -}; - -The align IDL attribute of the tr element must reflect the content attribute of the same name. - -The ch IDL attribute of the tr element must reflect the element's char content attribute. - -The chOff IDL attribute of the tr element must reflect the element's charoff content attribute. - -The vAlign IDL attribute of the tr element must reflect the element's valign content attribute. - -The bgColor IDL attribute of the tr element must reflect the element's bgcolor content attribute. - -partial interface HTMLUListElement { -attribute boolean compact ; -attribute DOMString type ; -}; - -The compact and type IDL attributes of the ul element must -reflect the respective content attributes of the same name. - -User agents must treat xmp elements in a manner equivalent to pre -elements in terms of semantics and for purposes of rendering. (The parser has special behavior for -this element though.) - -The blink , bgsound , isindex , multicol , nextid , rb , and spacer elements must use the HTMLUnknownElement interface. - -partial interface Document { -[TreatNullAs=EmptyString] attribute DOMString fgColor ; -[TreatNullAs=EmptyString] attribute DOMString linkColor ; -[TreatNullAs=EmptyString] attribute DOMString vlinkColor ; -[TreatNullAs=EmptyString] attribute DOMString alinkColor ; -[TreatNullAs=EmptyString] attribute DOMString bgColor ; - -readonly attribute HTMLCollection anchors ; -readonly attribute HTMLCollection applets ; - -void clear (); -void captureEvents (); -void releaseEvents (); - -readonly attribute HTMLAllCollection all ; -}; - -The attributes of the Document object listed in the first column of the following -table must reflect the content attribute on the body element with the -name given in the corresponding cell in the second column on the same row, if the body -element is a body element (as opposed to a frameset element). -When there is no body element or if it is a -frameset element, the attributes must instead return the empty string on getting and -do nothing on setting. - -IDL attribute -Content attribute -fgColor -text -linkColor -link -vlinkColor -vlink -alinkColor -alink -bgColor -bgcolor - -The anchors attribute must return an -HTMLCollection rooted at the Document node, whose filter matches only -a elements with name attributes. - -The applets attribute must return an -HTMLCollection rooted at the Document node, whose filter matches only -applet elements. - -The clear() , captureEvents() , and releaseEvents() methods must do nothing. - -The all attribute must return an -HTMLAllCollection rooted at the Document node, whose filter matches all -elements. - -The object returned for all has several unusual -behaviors: - -The user agent must act as if the ToBoolean() operator in JavaScript converts the object -returned for all to the false value. The user agent must act as if, for the purposes of the == and != operators in JavaScript, the object returned for all compares as equal to the undefined and -null values. (Comparisons using the === operator, and -comparisons to other values such as strings or objects, are unaffected.) The user agent must act such that the typeof operator in JavaScript -returns the string undefined when applied to the object returned for all . - -These requirements are a willful violation of the JavaScript -specification current at the time of writing (ECMAScript edition 5). The JavaScript specification -requires that the ToBoolean() operator convert all objects to the true value, and does not have -provisions for objects acting as if they were undefined for the purposes of -certain operators. This violation is motivated by a desire for compatibility with two classes of -legacy content: one that uses the presence of document.all -as a way to detect legacy user agents, and one that only supports those legacy user agents and -uses the document.all object without testing for its -presence first. [ECMA262] - -partial interface Window { -void captureEvents (); -void releaseEvents (); -}; - -The captureEvents() and releaseEvents() methods must do nothing. - -14 Rendering — Table of Contents — 16 IANA considerations → -C:\GTools\perl\striphtml03.pl processing took 0.008527 seconds ... diff --git a/test/html5/html4/setexe.bat b/test/html5/html4/setexe.bat deleted file mode 100644 index 57e63ed..0000000 --- a/test/html5/html4/setexe.bat +++ /dev/null @@ -1,20 +0,0 @@ - -@REM ############################################################## -@REM ### To be adjusted to suit your location of the EXE to use ### -@REM ############################################################## - -@set TMPEXE=C:\Projects\tidy\tidy-fork\build\win64\Release\tidy5.exe -@REM set TMPEXE=C:\MDOS\tidygh.exe -@REM set TMPEXE=C:\MDOS\tidy5.exe -@if NOT EXIST %TMPEXE% ( -:RPT -@echo Can NOT locate EXE %TMPEXE%! -@echo *** FIX ME %0 *** to point to the EXE to use... -@echo Use Ctrl+C to abort -@pause -@goto RPT -) -@set TMPINFO=tempinfo.html -@set TMPSHOW= -@REM set TMPSHOW=--show-info no - diff --git a/test/html5/html4/strike4.html b/test/html5/html4/strike4.html deleted file mode 100644 index 9b5f318..0000000 --- a/test/html5/html4/strike4.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -strike tag - - - -

    Version 2.0 is not yet available! now available!

    - -

    The strike element is not supported in HTML5. Use CSS instead.

    - - - diff --git a/test/html5/html4/strike5.html b/test/html5/html4/strike5.html deleted file mode 100644 index 538a336..0000000 --- a/test/html5/html4/strike5.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - -strike tag - - - - -

    Version 2.0 is not yet available! now available!

    - -

    The strike element is not supported in HTML5. Use CSS instead.

    - -

    Version 2.0 is not yet available! now available!

    - - - diff --git a/test/html5/html4/testacro.bat b/test/html5/html4/testacro.bat deleted file mode 100644 index 20f811d..0000000 --- a/test/html5/html4/testacro.bat +++ /dev/null @@ -1,13 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=acronym5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% diff --git a/test/html5/html4/testbig.bat b/test/html5/html4/testbig.bat deleted file mode 100644 index 1617408..0000000 --- a/test/html5/html4/testbig.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=big5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% - diff --git a/test/html5/html4/testbody.bat b/test/html5/html4/testbody.bat deleted file mode 100644 index 4b01133..0000000 --- a/test/html5/html4/testbody.bat +++ /dev/null @@ -1,16 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=bodyatts5.html -@if NOT EXIST %TMPEXE% ( -@echo Unable to locate EXE %TMPEXE% -@exit /b 1 -) -@if NOT EXIST %TMPFIL% ( -@echo Can NOT locate %TMPFIL%! *** FIX ME *** -@exit /b 1 -) - -@call testone - -@echo see %TMPINFO% - diff --git a/test/html5/html4/testcent.bat b/test/html5/html4/testcent.bat deleted file mode 100644 index a3c53ff..0000000 --- a/test/html5/html4/testcent.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=center5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% - diff --git a/test/html5/html4/testcent2.bat b/test/html5/html4/testcent2.bat deleted file mode 100644 index 4ee932d..0000000 --- a/test/html5/html4/testcent2.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=center25.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% - diff --git a/test/html5/html4/testdir.bat b/test/html5/html4/testdir.bat deleted file mode 100644 index 5963a3a..0000000 --- a/test/html5/html4/testdir.bat +++ /dev/null @@ -1,14 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=dir5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@REM %TMPEXE% -c -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% -@REM %TMPEXE% -i --doctype html5 -o temptidy5.html --tidy-mark no --show-info no %TMPFIL% - -@call testone - -@echo See %TMPINFO% diff --git a/test/html5/html4/testfont.bat b/test/html5/html4/testfont.bat deleted file mode 100644 index 7c50af1..0000000 --- a/test/html5/html4/testfont.bat +++ /dev/null @@ -1,12 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=font5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone - -@echo See %TMPINFO% - diff --git a/test/html5/html4/testhtml4.cmd b/test/html5/html4/testhtml4.cmd deleted file mode 100644 index bc9499f..0000000 --- a/test/html5/html4/testhtml4.cmd +++ /dev/null @@ -1,114 +0,0 @@ -@setlocal - -@set TMPEXE=..\..\..\build\cmake\Release\tidy5.exe -@if NOT EXIST %TMPEXE% goto NOEXE -@set TMPINP=temphtml4.cfg -@set TMPDIR=tempout - -@%TMPEXE% -h > nul -@if ERRORLEVEL 1 goto NOEXE - -@if EXIST %TMPDIR%\nul goto GOTOUT -@echo Will create the folder %TMPDIR% for output... -@pause -@md %TMPDIR% -@if ERRORLEVEL 1 goto NOOUT -@if NOT EXIST %TMPDIR%\nul goto NODIR -:GOTOUT - -@REM This option would be nice, but at present it is FARRRR TOOOOO agressive, -@REM dropping , , etc... because they are marked CM_OPT -@REM which causes WARNINGS when tidy is run on the tidied file!!! -@REM echo omit-optional-tags: yes >> %TMPINP% - -@if EXIST %TMPINP% goto GOTINP -@echo Creating a CONFIG file %TMPINP% -@pause -@echo wrap: 99 > %TMPINP% -@echo tidy-mark: no >> %TMPINP% -@echo indent: yes >> %TMPINP% -@echo break-before-br: yes >> %TMPINP% -@echo indent-attributes: yes >> %TMPINP% -@echo vertical-space: yes >> %TMPINP% -@echo indent-spaces: 1 >> %TMPINP% -@echo indent-cdata: no >> %TMPINP% -@echo wrap-asp: no >> %TMPINP% -@echo wrap-attributes: no >> %TMPINP% -@echo wrap-jste: no >> %TMPINP% -@echo wrap-php: no >> %TMPINP% -@echo wrap-script-literals: no >> %TMPINP% -@echo wrap-sections: no >> %TMPINP% -@echo tab-size: 4 >> %TMPINP% -@echo show-info: no >> %TMPINP% -@echo doctype: html5 >> %TMPINP% -@if NOT EXIST %TMPINP% goto NOINP -:GOTINP -@set TMPCNT1=0 -@set TMPCNT2=0 -@set TMPCNT3=0 - -@for %%i in (*4.html) do @(call :CNTIT %%i) -@echo. -@echo Will process %TMPCNT1% files found, using the config file %TMPINP%, which contains a directive doctype: html5, -@echo forcing tidy5 to assume they are HTML5 files. All output is to %TMPDIR% folder... -@echo. -@echo *** ALL *** should exit with WARNINGS and/or ERRORS, since they contain tags no longer used in HTML5 -@echo. -@echo *** CONTINUE? *** Only Ctlr+C aborts... all other keys continue... -@echo. -@pause -@echo. - -@for %%i in (*4.html) do @(call :DOONE %%i) - -@echo. -@echo Done %TMPCNT2% files. See message and tidied output in the %TMPDIR% folder... -@echo. -@if "%TMPCNT3%x" == "0x" ( -@echo ALL exited With WARNINGS and/or ERRORS! This is a *** SUCCESS *** -) ELSE ( -@echo However have %TMPCNT3% with NO WARNINGS or ERRORS! This is a *** FAILURE *** -) -@echo. -@goto END - -:CNTIT -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT1+=1 -@goto :EOF - -:DOONE -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT2+=1 -@echo %TMPCNT2% of %TMPCNT1%: %1 -@set TMPOUT=%TMPDIR%\%~nx1 -@set TMPMSG=%TMPOUT%.txt - -@if EXIST %TMPOUT% @del %TMPOUT% > nul -@if EXIST %TMPMSG% @del %TMPMSG% > nul - -@%TMPEXE% -f %TMPMSG% -config %TMPINP% -o %TMPOUT% %1 -@if ERRORLEVEL 1 goto :EOF -:FAILED -@echo The test of %1 FAILED! -@set /A TMPCNT3+=1 -@pause -@goto :EOF - -:NODIR -:NOOUT -@echo Error: Unable to create %TMPDIR%! -@goto END - - -:NOEXE -@echo Unable to find/run exe %TMPEXE%! *** FIX ME *** -@echo Set the name of the 'tidy' executable to use... -@goto END - -:NOINP -@echo Error: Unable to create config file %TMPINP%! -@goto END - - -:END diff --git a/test/html5/html4/testi2.bat b/test/html5/html4/testi2.bat deleted file mode 100644 index 6ef5716..0000000 --- a/test/html5/html4/testi2.bat +++ /dev/null @@ -1,8 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=index2.html - -@call testone - -@REM tidy5 -c -i --doctype html5 -o temptidy5.html --tidy-mark no index2.html - diff --git a/test/html5/html4/testmarq.bat b/test/html5/html4/testmarq.bat deleted file mode 100644 index c09f68e..0000000 --- a/test/html5/html4/testmarq.bat +++ /dev/null @@ -1,12 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=marquee5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone - -@echo See %TMPINFO% - diff --git a/test/html5/html4/testone.bat b/test/html5/html4/testone.bat deleted file mode 100644 index 8f5cbe9..0000000 --- a/test/html5/html4/testone.bat +++ /dev/null @@ -1,51 +0,0 @@ -@if NOT EXIST %TMPEXE% goto NOEXE -@if NOT EXIST %TMPFIL% goto NOFIL - -@echo Tests on %TMPFIL% using %TMPEXE%, output to %TMPINFO% -@echo Tests on %TMPFIL% using %TMPEXE% > %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure DOCTYPE AND CLEAN >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -c -i --doctype html5 -o temp1c.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -c -i --doctype html5 -o temp1c.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1c.html >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure DOCTYPE but NO CLEAN >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -i --doctype html5 -o temp1nc.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -i --doctype html5 -o temp1nc.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1nc.html >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure CLEAN but NO DOCTYPE >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -c -i -o temp1cndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -c -i -o temp1cndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1cndt.html >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Using configure NO CLEAN and NO DOCTYPE >> %TMPINFO% -@echo ================================================ >> %TMPINFO% -@echo Doing: -i -o temp1ncndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% -@%TMPEXE% -i -o temp1ncndt.html --tidy-mark no %TMPSHOW% %TMPFIL% >> %TMPINFO% 2>&1 -@type temp1ncndt.html >> %TMPINFO% - -@REM call ff -d -n %TMPINFo% -o-tempinf2.html - -@goto END - -:NOEXE -@echo Error: Can NOT locate the EXE '%TMPEXE%' *** Fix setexe.bat accordingly -@goto FAILED -:NOFIL -@echo Error: Can NOT locate the input file '%TMPFIL%' *** Fix test*.bat accordingly -@goto FAILED - -:FAILED -@echo Use Ctrl+C to abort and fix this situation -@pause -@goto FAILED - -:END - - - -@REM eof diff --git a/test/html5/html4/teststrike.bat b/test/html5/html4/teststrike.bat deleted file mode 100644 index 85ad617..0000000 --- a/test/html5/html4/teststrike.bat +++ /dev/null @@ -1,13 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=strike5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone -@REM %TMPEXE% -c -i --doctype html5 -o tempclean.html --tidy-mark no --show-info no %TMPFIL% -@REM %TMPEXE% -i --doctype html5 -o tempnoclean.html --tidy-mark no --show-info no %TMPFIL% - -@echo See %TMPINFO% diff --git a/test/html5/html4/testtt.bat b/test/html5/html4/testtt.bat deleted file mode 100644 index 7061000..0000000 --- a/test/html5/html4/testtt.bat +++ /dev/null @@ -1,13 +0,0 @@ -@setlocal -@call setexe -@set TMPFIL=tt5.html -@if NOT EXIST %TMPFIL% ( -@echo Unable to locate FILE %TMPFIL% -@exit /b 1 -) - -@call testone -@REM %TMPEXE% -c -i --doctype html5 -o tempclean.html --tidy-mark no --show-info no %TMPFIL% -@REM %TMPEXE% -i --doctype html5 -o tempnoclean.html --tidy-mark no --show-info no %TMPFIL% - -@echo See %TMPINFO% diff --git a/test/html5/html4/tt4.html b/test/html5/html4/tt4.html deleted file mode 100644 index f5b7f70..0000000 --- a/test/html5/html4/tt4.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -tt tag - - - -

    This text is normal.

    -

    This text is teletype text.

    - -

    Note: The tt element is not supported in HTML5.

    - -

    Similar effect using css

    - - - diff --git a/test/html5/html4/tt5.html b/test/html5/html4/tt5.html deleted file mode 100644 index afbdedc..0000000 --- a/test/html5/html4/tt5.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - -tt tag - - - -

    This text is normal.

    -

    This text is teletype text.

    - -

    Note: The tt element is not supported in HTML5.

    - -

    Similar effect using css

    - - - diff --git a/test/html5/keygen.org.html b/test/html5/keygen.org.html deleted file mode 100644 index a5cc933..0000000 --- a/test/html5/keygen.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - -HTML5 keygen tag - - - -
    - Username: - Encryption: - -
    - -

    Note: The keygen tag is not supported in Internet Explorer.

    - - - diff --git a/test/html5/main.org.html b/test/html5/main.org.html deleted file mode 100644 index 2a1f612..0000000 --- a/test/html5/main.org.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - HTML5 main tag - - - - - -
    -

    Web Browsers

    -

    Google Chrome, Firefox, and Internet Explorer are the most used browsers today.

    - -
    -

    Google Chrome

    -

    Google Chrome is a free, open-source web browser developed by Google, released in 2008.

    -
    - -
    -

    Internet Explorer

    -

    Internet Explorer is a free web browser from Microsoft, released in 1995.

    -
    - -
    -

    Mozilla Firefox

    -

    Firefox is a free, open-source web browser from Mozilla, released in 2004.

    -
    -
    - - - diff --git a/test/html5/mark.org.html b/test/html5/mark.org.html deleted file mode 100644 index 13ffdbb..0000000 --- a/test/html5/mark.org.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - -HTML5 mark tag - - - -

    Do not forget to buy milk today.

    - - - - diff --git a/test/html5/mav.org.html b/test/html5/mav.org.html deleted file mode 100644 index aebbcfe..0000000 --- a/test/html5/mav.org.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - HTML5 nav tag - - - - - - - - diff --git a/test/html5/menuitem.org.html b/test/html5/menuitem.org.html deleted file mode 100644 index 4e0bb6f..0000000 --- a/test/html5/menuitem.org.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - HTML5 menu item - - - - -
    -

    Right-click inside this box to see the context menu! - -

    - - - - - - - - -
    - -

    This example currently only works in Firefox!

    - - - - diff --git a/test/html5/meter.org.html b/test/html5/meter.org.html deleted file mode 100644 index 4852f7b..0000000 --- a/test/html5/meter.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - HTML5 meter tag - - - - -

    Display a gauge:

    -2 out of 10
    -60% - -

    Note: The meter tag is not supported in Internet Explorer or Safari 5 (and earlier versions).

    - - - diff --git a/test/html5/min.org.html b/test/html5/min.org.html deleted file mode 100644 index 5930f56..0000000 --- a/test/html5/min.org.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - -Minimum HTML5 document - - -Content of the document...... - - diff --git a/test/html5/output.org.html b/test/html5/output.org.html deleted file mode 100644 index d5682ac..0000000 --- a/test/html5/output.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - -HTML5 ouput tag - - - -
    0 -100 -+ -= -
    - -

    Note: The output tag is not supported in Internet Explorer.

    - - - diff --git a/test/html5/progress.org.html b/test/html5/progress.org.html deleted file mode 100644 index 017a493..0000000 --- a/test/html5/progress.org.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - HTML5 progress tag - - - - -Downloading progress: - - - -

    Note: The progress tag is not supported in Internet Explorer 9 and earlier versions.

    - - - diff --git a/test/html5/removed.org.html b/test/html5/removed.org.html deleted file mode 100644 index c40ff8b..0000000 --- a/test/html5/removed.org.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - HTML5 removed elements - - - -

    Removed Elements

    - -

    The following HTML 4.01 elements has been removed from HTML5: - -

      -
    • <acronym> -
    • <applet> -
    • <basefont> -
    • <big> -
    • <center> -
    • <dir> -
    • <font> -
    • <frame> -
    • <frameset> -
    • <noframes> -
    • <strike> -
    • <tt> -
    - - diff --git a/test/html5/rp.org.html b/test/html5/rp.org.html deleted file mode 100644 index 0c5c2c7..0000000 --- a/test/html5/rp.org.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - HTML5 ruby rt rp tags - - - - - -漢 (ㄏㄢˋ) - - - - diff --git a/test/html5/section.org.html b/test/html5/section.org.html deleted file mode 100644 index 2734c7e..0000000 --- a/test/html5/section.org.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - HTML5 section tag - - - - -
    -

    WWF

    -

    The World Wide Fund for Nature (WWF) is an international organization working on issues regarding the conservation, research and restoration of the environment, formerly named the World Wildlife Fund. WWF was founded in 1961.

    -
    - -
    -

    WWF's Panda symbol

    -

    The Panda has become the symbol of WWF. The well-known panda logo of WWF originated from a panda named Chi Chi that was transferred from the Beijing Zoo to the London Zoo in the same year of the establishment of WWF.

    -
    - - - diff --git a/test/html5/select2.org.html b/test/html5/select2.org.html deleted file mode 100644 index 5ee194e..0000000 --- a/test/html5/select2.org.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - -HTML5 select 2 - - -
    -

    Select city -

    - - -

    -

    - - diff --git a/test/html5/summary.org.html b/test/html5/summary.org.html deleted file mode 100644 index d388b40..0000000 --- a/test/html5/summary.org.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - Minimum HTML5 document - - - - -
    -Copyright 1999-2011. -

    - by Refsnes Data. All Rights Reserved.

    -

    All content and graphics on this web site are the property of the company Refsnes Data.

    -
    - -

    Note: The summary element is currently supported only in Opera, Chrome and Safari -6.

    - - - diff --git a/test/html5/testhtml5.cmd b/test/html5/testhtml5.cmd deleted file mode 100644 index 95a1efb..0000000 --- a/test/html5/testhtml5.cmd +++ /dev/null @@ -1,105 +0,0 @@ -@setlocal - -@set TMPEXE=..\..\build\cmake\Release\tidy.exe -@if NOT EXIST %TMPEXE% goto NOEXE -@set TMPINP=temphtml5.cfg -@set TMPDIR=tempout - -@%TMPEXE% -h > nul -@if ERRORLEVEL 1 goto NOEXE - -@if EXIST %TMPDIR%\nul goto GOTOUT -@echo Will create the folder %TMPDIR% for output... -@pause -@md %TMPDIR% -@if ERRORLEVEL 1 goto NOOUT -@if NOT EXIST %TMPDIR%\nul goto NODIR -:GOTOUT - -@REM This option would be nice, but at present it is FARRRR TOOOOO agressive, -@REM dropping , , etc... because they are marked CM_OPT -@REM which causes WARNINGS when tidy is run on the tidied file!!! -@REM echo omit-optional-tags: yes >> %TMPINP% - -@if EXIST %TMPINP% goto GOTINP -@echo Creating a CONFIG file %TMPINP% -@pause -@echo wrap: 99 > %TMPINP% -@echo tidy-mark: no >> %TMPINP% -@echo indent: yes >> %TMPINP% -@echo break-before-br: yes >> %TMPINP% -@echo indent-attributes: yes >> %TMPINP% -@echo vertical-space: yes >> %TMPINP% -@echo indent-spaces: 1 >> %TMPINP% -@echo indent-cdata: no >> %TMPINP% -@echo wrap-asp: no >> %TMPINP% -@echo wrap-attributes: no >> %TMPINP% -@echo wrap-jste: no >> %TMPINP% -@echo wrap-php: no >> %TMPINP% -@echo wrap-script-literals: no >> %TMPINP% -@echo wrap-sections: no >> %TMPINP% -@echo tab-size: 4 >> %TMPINP% -@echo show-info: no >> %TMPINP% -@if NOT EXIST %TMPINP% goto NOINP -:GOTINP -@set TMPCNT1=0 -@set TMPCNT2=0 -@set TMPCNT3=0 - -@for %%i in (*.org.html) do @(call :CNTIT %%i) -@echo. -@echo Will process %TMPCNT1% files found... -@echo All should exit with NO WARNINGS or ERRORS -@echo *** CONTINUE? *** Only Ctlr+C aborts... all other keys continue... -@pause - -@for %%i in (*.org.html) do @(call :DOONE %%i) - -@echo. -@echo Done %TMPCNT2% files. See tidied output in %TMPDIR%... -@if "%TMPCNT3%x" == "0x" ( -@echo With NO WARNINGS or ERRORS! This is a *** SUCCESS ***. -) ELSE ( -@echo However have %TMPCNT3% WARNINGS or ERRORS! This is a *** FAILURE *** -) -@echo. - -@goto END - -:CNTIT -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT1+=1 -@goto :EOF - -:DOONE -@if "%~1x" == "x" goto :EOF -@set /A TMPCNT2+=1 -@echo %TMPCNT2% of %TMPCNT1%: %1 -@set TMPOUT=%TMPDIR%\%~nx1 -@%TMPEXE% -config %TMPINP% -o %TMPOUT% %1 -@if ERRORLEVEL 1 goto FAILED -@goto :EOF - -:FAILED -@echo The test of %1 FAILED! -@set /A TMPCNT3+=1 -@pause -@goto :EOF - -:NODIR -:NOOUT -@echo Error: Unable to create %TMPDIR%! -@goto END - - -:NOEXE -@echo Unable to find/run exe %TMPEXE%! *** FIX ME *** -@echo Set the name of the 'tidy' executable to use... -@goto END - -:NOINP -@echo Error: Unable to create config file %TMPINP%! -@goto END - - -:END diff --git a/test/html5/testhtml5.sh b/test/html5/testhtml5.sh deleted file mode 100755 index 71eab3e..0000000 --- a/test/html5/testhtml5.sh +++ /dev/null @@ -1,97 +0,0 @@ -set -eu - -noexe() -{ - echo "Unable to find/run exe ${TMPEXE}! *** FIX ME ***" - echo "Set the name of the 'tidy' executable to use..." - exit 1 -} - -noout() -{ - echo "Unable to creat ${TMPDIR}" - exit 1 -} - -failed() -{ - echo "The test of ${f} FAILED!"; - TMPCNT3=$((${TMPCNT3} + 1)); -} - -TMPEXE="../../build/cmake/tidy" -[ -e ${TMPEXE} ] || noexe - -TMPINP=temphtml5.cfg -TMPDIR=tempout - -${TMPEXE} -h > /dev/null || noexe - -if [ ! -e "${TMPDIR}" ]; then - echo "Will create the folder ${TMPDIR} for output" - read - - mkdir ${TMPDIR} || noout -fi - -# This option would be nice, but at present it is FARRRR TOOOOO agressive, -# dropping , , etc... because they are marked CM_OPT -# which causes WARNINGS when tidy is run on the tidied file!!! -# echo omit-optional-tags: yes >> ${TMPINP} - -if [ ! -e "${TMPINP}" ]; then - echo "Creating a CONFIG file ${TMPINP}" - read - - cat < ${TMPINP} -wrap: 99 -tidy-mark: no -indent: yes -break-before-br: yes -indent-attributes: yes -vertical-space: yes -indent-spaces: 1 -indent-cdata: no -wrap-asp: no -wrap-attributes: no -wrap-jste: no -wrap-php: no -wrap-script-literals: no -wrap-sections: no -tab-size: 4 -show-info: no -EOF -fi - -TMPCNT1=0 -TMPCNT2=0 -TMPCNT3=0 - -for f in *.org.html; do - TMPCNT1=$((${TMPCNT1} + 1)) -done - -echo -echo "Will process ${TMPCNT1} files found..." -echo "All should exit with NO WARNINGS or ERRORS" -echo "*** CONTINUE? *** Only Ctlr+C aborts... all other keys continue..." - -read - -for f in *.org.html ; do - TMPCNT2=$((${TMPCNT2} + 1)) - - echo "${TMPCNT2} of ${TMPCNT1}" - - TMPOUT="${TMPDIR}/${f}" - ${TMPEXE} -config ${TMPINP} -o ${TMPOUT} ${f} || failed -done - -echo -echo Done ${TMPCNT2} files. See tidied output in ${TMPDIR} -if [ "${TMPCNT3}" = 0 ]; then - echo "With NO WARNINGS or ERRORS! This is a *** SUCCESS ***" -else - echo "However have ${TMPCNT3} WARNINGS or ERRORS! This is a *** FAILURE ***" -fi -echo diff --git a/test/html5/testone.cmd b/test/html5/testone.cmd deleted file mode 100644 index a1de67d..0000000 --- a/test/html5/testone.cmd +++ /dev/null @@ -1,41 +0,0 @@ -@setlocal - -@set TMPEXE=..\..\build\cmake\Release\tidy5.exe -@if NOT EXIST %TMPEXE% goto NOEXE -@set TMPINP=temphtml5.cfg -@if NOT EXIST %TMPINP% goto NOINP -@set TMPDIR=tempout -@if NOT EXIST %TMPDIR%\nul goto NODIR -@if "%~1x" == "x" goto HELP -@if NOT EXIST %1 goto NOFIL - -@set TMPOUT=%TMPDIR%\%~nx1 -@%TMPEXE% -config %TMPINP% -o %TMPOUT% %1 -@if ERRORLEVEL 1 goto FAILED -@echo Output to %TMPOUT% -@goto END - -:FAILED -@echo The test of %1 FAILED! -@echo Output to %TMPOUT% -@pause - -@goto END - -:NOEXE -@echo Can NOT locate EXE %TMPEXE%! *** FIX ME *** -@goto END - -:NOINP -@echo Can NOT locate config %TMPINP%! *** FIX ME *** -@goto END - -:NODIR -@echo Can NOT locate output directory %TMPDIR%! *** FIX ME *** -@goto END - -:NOFIL -@echo Can NOT locate input file %1 -:HELP -@echo Give the name of a HTML5 file to tidy -:END diff --git a/test/html5/time.org.html b/test/html5/time.org.html deleted file mode 100644 index 99394ac..0000000 --- a/test/html5/time.org.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - -HTML5 time tag - - - -

    We open at every morning.

    - -

    I have a date on .

    - -

    Note: The time element does not render as anything special in any of the major browsers.

    - - - diff --git a/test/html5/video.org.html b/test/html5/video.org.html deleted file mode 100644 index df187fe..0000000 --- a/test/html5/video.org.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -video tag - - - - - - - diff --git a/test/html5/wbr.org.html b/test/html5/wbr.org.html deleted file mode 100644 index 1722dfd..0000000 --- a/test/html5/wbr.org.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - HTML5 wbr tag - - - - - -

    Try to shrink the browser window, to view how the very long word in -the paragraph below will break:

    - -

    This is a veryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryveryverylongwordthatwillbreakatspecificplaceswhenthebrowserwindowisresized.

    - -

    Note: The wbr element is not supported in IE.

    - - - diff --git a/test/input/cfg_1003994.txt b/test/input/cfg_1003994.txt deleted file mode 100644 index 926bb5e..0000000 --- a/test/input/cfg_1003994.txt +++ /dev/null @@ -1 +0,0 @@ -input-xml: yes diff --git a/test/input/cfg_1004008.txt b/test/input/cfg_1004008.txt deleted file mode 100644 index 926bb5e..0000000 --- a/test/input/cfg_1004008.txt +++ /dev/null @@ -1 +0,0 @@ -input-xml: yes diff --git a/test/input/cfg_1004512.txt b/test/input/cfg_1004512.txt deleted file mode 100644 index 584484d..0000000 --- a/test/input/cfg_1004512.txt +++ /dev/null @@ -1,8 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: no -logical-emphasis: yes -indent-attributes: yes - diff --git a/test/input/cfg_1030944.txt b/test/input/cfg_1030944.txt deleted file mode 100644 index 3a7459d..0000000 --- a/test/input/cfg_1030944.txt +++ /dev/null @@ -1,4 +0,0 @@ -// add-xml-decl: yes -input-xml: yes -output-xml: yes -char-encoding: latin1 diff --git a/test/input/cfg_1055398.txt b/test/input/cfg_1055398.txt deleted file mode 100644 index 573e6ac..0000000 --- a/test/input/cfg_1055398.txt +++ /dev/null @@ -1,2 +0,0 @@ -clean: yes -drop-font-tags: no diff --git a/test/input/cfg_1067112.txt b/test/input/cfg_1067112.txt deleted file mode 100644 index f458aea..0000000 --- a/test/input/cfg_1067112.txt +++ /dev/null @@ -1,25 +0,0 @@ -wrap: 68 -tab-size: 4 -repeated-attributes: keep-last -alt-text: None, says tidy -show-warnings: no -quiet: yes -indent: auto -indent-attributes: yes -output-xml: yes -output-xhtml: yes -add-xml-decl: yes -bare: yes -logical-emphasis: yes -drop-proprietary-attributes: yes -break-before-br: yes -quote-nbsp: no -assume-xml-procins: yes -keep-time: no -word-2000: yes -tidy-mark: no -literal-attributes: yes -hide-comments: yes -ascii-chars: no -join-styles: no -output-bom: no diff --git a/test/input/cfg_1068087.txt b/test/input/cfg_1068087.txt deleted file mode 100644 index 35eaf03..0000000 --- a/test/input/cfg_1068087.txt +++ /dev/null @@ -1,7 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: no -logical-emphasis: yes -indent-attributes: yes diff --git a/test/input/cfg_1078345.txt b/test/input/cfg_1078345.txt deleted file mode 100644 index 88ee5cd..0000000 --- a/test/input/cfg_1078345.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #540045 -enclose-block-text: yes diff --git a/test/input/cfg_1207443.txt b/test/input/cfg_1207443.txt deleted file mode 100755 index 1662fde..0000000 --- a/test/input/cfg_1207443.txt +++ /dev/null @@ -1,2 +0,0 @@ -output-xhtml: yes -tidy-mark: no diff --git a/test/input/cfg_1210752.txt b/test/input/cfg_1210752.txt deleted file mode 100755 index dd8cc71..0000000 --- a/test/input/cfg_1210752.txt +++ /dev/null @@ -1,2 +0,0 @@ -output-encoding: raw -output-xhtml: yes diff --git a/test/input/cfg_1241723.txt b/test/input/cfg_1241723.txt deleted file mode 100755 index 91e2683..0000000 --- a/test/input/cfg_1241723.txt +++ /dev/null @@ -1,6 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -indent-attributes: yes - diff --git a/test/input/cfg_1266647.txt b/test/input/cfg_1266647.txt deleted file mode 100755 index e2959e6..0000000 --- a/test/input/cfg_1266647.txt +++ /dev/null @@ -1,3 +0,0 @@ -char-encoding: utf8 -tidy-mark: no - diff --git a/test/input/cfg_1286278.txt b/test/input/cfg_1286278.txt deleted file mode 100755 index 7652256..0000000 --- a/test/input/cfg_1286278.txt +++ /dev/null @@ -1,3 +0,0 @@ -tidy-mark: no -drop-empty-paras: no - diff --git a/test/input/cfg_1359292.txt b/test/input/cfg_1359292.txt deleted file mode 100755 index fb55655..0000000 --- a/test/input/cfg_1359292.txt +++ /dev/null @@ -1,25 +0,0 @@ -wrap: 68 -tab-size: 4 -repeated-attributes: keep-last -alt-text: None, says tidy -show-warnings: no -indent: auto -indent-attributes: yes -output-xml: yes -output-xhtml: yes -add-xml-decl: yes -bare: yes -logical-emphasis: yes -drop-proprietary-attributes: yes -break-before-br: yes -quote-nbsp: no -assume-xml-procins: yes -keep-time: no -word-2000: yes -tidy-mark: no -literal-attributes: yes -hide-comments: yes -ascii-chars: no -join-styles: no -output-bom: no -drop-empty-paras: no diff --git a/test/input/cfg_1365706.txt b/test/input/cfg_1365706.txt deleted file mode 100755 index bcd9a57..0000000 --- a/test/input/cfg_1365706.txt +++ /dev/null @@ -1,4 +0,0 @@ -input-xml: yes -output-xml: yes -indent: auto -wrap: 0 diff --git a/test/input/cfg_1407266.txt b/test/input/cfg_1407266.txt deleted file mode 100755 index 2372c5d..0000000 --- a/test/input/cfg_1407266.txt +++ /dev/null @@ -1 +0,0 @@ -#Ÿ diff --git a/test/input/cfg_1408034.txt b/test/input/cfg_1408034.txt deleted file mode 100755 index 1853abc..0000000 --- a/test/input/cfg_1408034.txt +++ /dev/null @@ -1 +0,0 @@ -tab-size:0 diff --git a/test/input/cfg_1410061-1.txt b/test/input/cfg_1410061-1.txt deleted file mode 100755 index 8611844..0000000 --- a/test/input/cfg_1410061-1.txt +++ /dev/null @@ -1,2 +0,0 @@ -decorate-inferred-ul: yes -clean: yes diff --git a/test/input/cfg_1410061-2.txt b/test/input/cfg_1410061-2.txt deleted file mode 100755 index fd6e4e4..0000000 --- a/test/input/cfg_1410061-2.txt +++ /dev/null @@ -1 +0,0 @@ -clean: yes diff --git a/test/input/cfg_1410061.txt b/test/input/cfg_1410061.txt deleted file mode 100755 index 900ace8..0000000 --- a/test/input/cfg_1410061.txt +++ /dev/null @@ -1,2 +0,0 @@ -decorate-inferred-ul: yes -clean: yes \ No newline at end of file diff --git a/test/input/cfg_1423252.txt b/test/input/cfg_1423252.txt deleted file mode 100755 index 0c61e78..0000000 --- a/test/input/cfg_1423252.txt +++ /dev/null @@ -1 +0,0 @@ -tidy-mark: no diff --git a/test/input/cfg_1448730.txt b/test/input/cfg_1448730.txt deleted file mode 100755 index b9f36a2..0000000 --- a/test/input/cfg_1448730.txt +++ /dev/null @@ -1,2 +0,0 @@ -input-xml: yes -output-xml: yes diff --git a/test/input/cfg_1452744.txt b/test/input/cfg_1452744.txt deleted file mode 100755 index 914fce4..0000000 --- a/test/input/cfg_1452744.txt +++ /dev/null @@ -1,2 +0,0 @@ -accessibility-check: 3 -doctype: strict diff --git a/test/input/cfg_1510101.txt b/test/input/cfg_1510101.txt deleted file mode 100755 index bcd9a57..0000000 --- a/test/input/cfg_1510101.txt +++ /dev/null @@ -1,4 +0,0 @@ -input-xml: yes -output-xml: yes -indent: auto -wrap: 0 diff --git a/test/input/cfg_1573338.txt b/test/input/cfg_1573338.txt deleted file mode 100755 index 6e95305..0000000 --- a/test/input/cfg_1573338.txt +++ /dev/null @@ -1,6 +0,0 @@ -input-xml: yes -output-xml: yes -indent: auto -literal-attributes: yes -indent-attributes: yes -wrap: 78 diff --git a/test/input/cfg_1590220-1.txt b/test/input/cfg_1590220-1.txt deleted file mode 100644 index 0c61e78..0000000 --- a/test/input/cfg_1590220-1.txt +++ /dev/null @@ -1 +0,0 @@ -tidy-mark: no diff --git a/test/input/cfg_1590220-2.txt b/test/input/cfg_1590220-2.txt deleted file mode 100644 index 0c61e78..0000000 --- a/test/input/cfg_1590220-2.txt +++ /dev/null @@ -1 +0,0 @@ -tidy-mark: no diff --git a/test/input/cfg_1642186-1.txt b/test/input/cfg_1642186-1.txt deleted file mode 100644 index 0cd0e04..0000000 --- a/test/input/cfg_1642186-1.txt +++ /dev/null @@ -1,8 +0,0 @@ -// not really required since this is defaul -skip-nested: yes -indent: auto -tidy-mark: no -clean: yes -logical-emphasis: yes -indent-attributes: yes -show-info: no diff --git a/test/input/cfg_1642186.txt b/test/input/cfg_1642186.txt deleted file mode 100644 index 0861798..0000000 --- a/test/input/cfg_1642186.txt +++ /dev/null @@ -1 +0,0 @@ -skip-quotes: yes diff --git a/test/input/cfg_1652223.txt b/test/input/cfg_1652223.txt deleted file mode 100755 index ba713cb..0000000 --- a/test/input/cfg_1652223.txt +++ /dev/null @@ -1,2 +0,0 @@ -show-warnings: no - diff --git a/test/input/cfg_1720953.txt b/test/input/cfg_1720953.txt deleted file mode 100755 index 171dfba..0000000 --- a/test/input/cfg_1720953.txt +++ /dev/null @@ -1 +0,0 @@ -sort-attributes: alpha diff --git a/test/input/cfg_1986717-1.txt b/test/input/cfg_1986717-1.txt deleted file mode 100755 index 3f1777c..0000000 --- a/test/input/cfg_1986717-1.txt +++ /dev/null @@ -1,2 +0,0 @@ -tidy-mark: no -anchor-as-name: no diff --git a/test/input/cfg_1986717-2.txt b/test/input/cfg_1986717-2.txt deleted file mode 100755 index cfa0fa3..0000000 --- a/test/input/cfg_1986717-2.txt +++ /dev/null @@ -1,2 +0,0 @@ -tidy-mark: no -anchor-as-name: yes diff --git a/test/input/cfg_1986717-3.txt b/test/input/cfg_1986717-3.txt deleted file mode 100755 index 3f1777c..0000000 --- a/test/input/cfg_1986717-3.txt +++ /dev/null @@ -1,2 +0,0 @@ -tidy-mark: no -anchor-as-name: no diff --git a/test/input/cfg_2046048.txt b/test/input/cfg_2046048.txt deleted file mode 100755 index 43d8d3b..0000000 --- a/test/input/cfg_2046048.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 2 diff --git a/test/input/cfg_2085175.txt b/test/input/cfg_2085175.txt deleted file mode 100755 index 517c483..0000000 --- a/test/input/cfg_2085175.txt +++ /dev/null @@ -1,6 +0,0 @@ -// Oct.2008 HTML Tidy configuration file for test 2085175 -indent: auto -tidy-mark: no -clean: yes -bare: yes -word-2000: yes diff --git a/test/input/cfg_2705873-1.txt b/test/input/cfg_2705873-1.txt deleted file mode 100755 index 43d8d3b..0000000 --- a/test/input/cfg_2705873-1.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 2 diff --git a/test/input/cfg_2705873-2.txt b/test/input/cfg_2705873-2.txt deleted file mode 100755 index 43d8d3b..0000000 --- a/test/input/cfg_2705873-2.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 2 diff --git a/test/input/cfg_2709860.txt b/test/input/cfg_2709860.txt deleted file mode 100755 index 7b4a513..0000000 --- a/test/input/cfg_2709860.txt +++ /dev/null @@ -1 +0,0 @@ -accessibility-check: 1 diff --git a/test/input/cfg_427812.txt b/test/input/cfg_427812.txt deleted file mode 100644 index 3670e37..0000000 --- a/test/input/cfg_427812.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427812 -output-xhtml: yes diff --git a/test/input/cfg_427821.txt b/test/input/cfg_427821.txt deleted file mode 100644 index c17f0b2..0000000 --- a/test/input/cfg_427821.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427821 -output-xhtml: yes diff --git a/test/input/cfg_427825.txt b/test/input/cfg_427825.txt deleted file mode 100644 index 045aa06..0000000 --- a/test/input/cfg_427825.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #427825 -new-inline-tags: lm:xcode - diff --git a/test/input/cfg_427826.txt b/test/input/cfg_427826.txt deleted file mode 100644 index 0fc9cae..0000000 --- a/test/input/cfg_427826.txt +++ /dev/null @@ -1,10 +0,0 @@ -// Tidy configuration file for bug #427826 -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes -output-xhtml: yes - diff --git a/test/input/cfg_427835.txt b/test/input/cfg_427835.txt deleted file mode 100644 index 547e524..0000000 --- a/test/input/cfg_427835.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427835 -output-xhtml: yes diff --git a/test/input/cfg_427837.txt b/test/input/cfg_427837.txt deleted file mode 100644 index d0a3ff9..0000000 --- a/test/input/cfg_427837.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Tidy configuration file for bug #427837 -// add-xml-decl: yes -input-xml: yes -output-xml: yes -char-encoding: latin1 diff --git a/test/input/cfg_427839.txt b/test/input/cfg_427839.txt deleted file mode 100644 index e5ec6e5..0000000 --- a/test/input/cfg_427839.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #427839 -output-xhtml: yes -doctype: omit \ No newline at end of file diff --git a/test/input/cfg_427845.txt b/test/input/cfg_427845.txt deleted file mode 100644 index 2169624..0000000 --- a/test/input/cfg_427845.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #427845 -wrap: 60 \ No newline at end of file diff --git a/test/input/cfg_431716.txt b/test/input/cfg_431716.txt deleted file mode 100644 index afc3a5a..0000000 --- a/test/input/cfg_431716.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #431716 -split: yes \ No newline at end of file diff --git a/test/input/cfg_431721.txt b/test/input/cfg_431721.txt deleted file mode 100644 index ab04c70..0000000 --- a/test/input/cfg_431721.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #431721 -indent: auto -new-inline-tags: o:p -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -word-2000: yes -indent-attributes: yes - diff --git a/test/input/cfg_431736.txt b/test/input/cfg_431736.txt deleted file mode 100644 index e764321..0000000 --- a/test/input/cfg_431736.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #431736 -output-xhtml: yes diff --git a/test/input/cfg_431889.txt b/test/input/cfg_431889.txt deleted file mode 100644 index 3dc21a6..0000000 --- a/test/input/cfg_431889.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Config file for bug [ #431889 ] Config file options w/"param" don't work -doctype: "-//ACME//DTD HTML 3.14159//EN" -alt-text: "Alternate" \ No newline at end of file diff --git a/test/input/cfg_431895.txt b/test/input/cfg_431895.txt deleted file mode 100644 index 4158493..0000000 --- a/test/input/cfg_431895.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #431895 -quiet: yes -markup: no -gnu-emacs: yes \ No newline at end of file diff --git a/test/input/cfg_431956.txt b/test/input/cfg_431956.txt deleted file mode 100644 index 15c7314..0000000 --- a/test/input/cfg_431956.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #431956 -input-xml: yes -output-xml: yes diff --git a/test/input/cfg_431958.txt b/test/input/cfg_431958.txt deleted file mode 100644 index 990c013..0000000 --- a/test/input/cfg_431958.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #431958 -// Warning - this will modify the INPUT file (each time it is run) -indent: auto -write-back: yes \ No newline at end of file diff --git a/test/input/cfg_432677.txt b/test/input/cfg_432677.txt deleted file mode 100644 index 4e73e6d..0000000 --- a/test/input/cfg_432677.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #432677 -output-xml: yes diff --git a/test/input/cfg_433012.txt b/test/input/cfg_433012.txt deleted file mode 100644 index 176ee9a..0000000 --- a/test/input/cfg_433012.txt +++ /dev/null @@ -1,4 +0,0 @@ -indent: auto -indent-attributes: yes -tidy-mark: no -clean: yes diff --git a/test/input/cfg_433604.txt b/test/input/cfg_433604.txt deleted file mode 100644 index 2a03e4c..0000000 --- a/test/input/cfg_433604.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433604 -input-xml: yes diff --git a/test/input/cfg_433607.txt b/test/input/cfg_433607.txt deleted file mode 100644 index e4478c3..0000000 --- a/test/input/cfg_433607.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433607 -input-xml: yes diff --git a/test/input/cfg_433670.txt b/test/input/cfg_433670.txt deleted file mode 100644 index 9cc682f..0000000 --- a/test/input/cfg_433670.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433670 -input-xml: yes diff --git a/test/input/cfg_433856.txt b/test/input/cfg_433856.txt deleted file mode 100644 index c61c829..0000000 --- a/test/input/cfg_433856.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #433856 -drop-font-tags: yes \ No newline at end of file diff --git a/test/input/cfg_434100.txt b/test/input/cfg_434100.txt deleted file mode 100644 index 713d5d5..0000000 --- a/test/input/cfg_434100.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #434100 -input-xml: yes \ No newline at end of file diff --git a/test/input/cfg_434940.txt b/test/input/cfg_434940.txt deleted file mode 100644 index 1e17407..0000000 --- a/test/input/cfg_434940.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #434940 -show-body-only: yes \ No newline at end of file diff --git a/test/input/cfg_438954.txt b/test/input/cfg_438954.txt deleted file mode 100644 index bb4e33b..0000000 --- a/test/input/cfg_438954.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #438954 -hide-endtags: yes \ No newline at end of file diff --git a/test/input/cfg_443576.txt b/test/input/cfg_443576.txt deleted file mode 100644 index 2db0343..0000000 --- a/test/input/cfg_443576.txt +++ /dev/null @@ -1,9 +0,0 @@ -// now that skip-nested defaults to 'on', need it off for this test -skip-nested: no -// plus default HTML Tidy configuration - 20150219 -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -logical-emphasis: yes -indent-attributes: yes diff --git a/test/input/cfg_444394.txt b/test/input/cfg_444394.txt deleted file mode 100644 index 0048a26..0000000 --- a/test/input/cfg_444394.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #444394 -indent: auto -new-inline-tags: o:p -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -word-2000: yes -indent-attributes: yes - diff --git a/test/input/cfg_449348.txt b/test/input/cfg_449348.txt deleted file mode 100644 index 8717b2c..0000000 --- a/test/input/cfg_449348.txt +++ /dev/null @@ -1 +0,0 @@ -output-xhtml: yes diff --git a/test/input/cfg_463066.txt b/test/input/cfg_463066.txt deleted file mode 100644 index 682eb3f..0000000 --- a/test/input/cfg_463066.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #463066 -word-2000: yes - diff --git a/test/input/cfg_470663.txt b/test/input/cfg_470663.txt deleted file mode 100644 index f00aace..0000000 --- a/test/input/cfg_470663.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #470663 -word-2000: yes - diff --git a/test/input/cfg_473490.txt b/test/input/cfg_473490.txt deleted file mode 100644 index 5567951..0000000 --- a/test/input/cfg_473490.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #473490 -tidy-mark: no -wrap: 0 -output-xhtml: yes -doctype: auto -quote-nbsp: yes -uppercase-tags: yes -quote-ampersand: yes -add-xml-space: no -show-warnings:no -quiet: yes diff --git a/test/input/cfg_480406.txt b/test/input/cfg_480406.txt deleted file mode 100644 index 50bc5f5..0000000 --- a/test/input/cfg_480406.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #480406 -input-xml: yes -output-xml: yes diff --git a/test/input/cfg_480701.txt b/test/input/cfg_480701.txt deleted file mode 100644 index 9d95a80..0000000 --- a/test/input/cfg_480701.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #480701 -input-xml: yes -output-xhtml: yes diff --git a/test/input/cfg_480843.txt b/test/input/cfg_480843.txt deleted file mode 100644 index b49a0b4..0000000 --- a/test/input/cfg_480843.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #480843 -output-xhtml: yes diff --git a/test/input/cfg_500236.txt b/test/input/cfg_500236.txt deleted file mode 100644 index 410fadf..0000000 --- a/test/input/cfg_500236.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Tidy configuration file for bug #500236 -word-2000: yes -input-xml: yes -output-xml: yes - diff --git a/test/input/cfg_503436.txt b/test/input/cfg_503436.txt deleted file mode 100644 index 8a380d2..0000000 --- a/test/input/cfg_503436.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #503436 -input-xml: yes diff --git a/test/input/cfg_508936.txt b/test/input/cfg_508936.txt deleted file mode 100644 index ba9c0e9..0000000 --- a/test/input/cfg_508936.txt +++ /dev/null @@ -1,19 +0,0 @@ -clean: yes - -# Error 1: escaped number too long. Max 4 hex digits -# css-prefix: \77777abc - -# Error 2: class prefix starts with digit -# css-prefix: 77abc - -# Error 3: Unescaped invalid character -# css-prefix: abc - -# OK 1: Plain old name -# css-prefix: abc123 - -# OK 2: Begin w/ escaped number -# css-prefix: \77abc - -# OK 3: escaped number -css-prefix: abc\8 diff --git a/test/input/cfg_511243.txt b/test/input/cfg_511243.txt deleted file mode 100644 index c305be8..0000000 --- a/test/input/cfg_511243.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #511243 -char-encoding: utf8 diff --git a/test/input/cfg_514348.txt b/test/input/cfg_514348.txt deleted file mode 100644 index a0afb0c..0000000 --- a/test/input/cfg_514348.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #514348 -uppercase-tags: true -indent: auto -indent-spaces: 2 \ No newline at end of file diff --git a/test/input/cfg_517550.txt b/test/input/cfg_517550.txt deleted file mode 100644 index b94453e..0000000 --- a/test/input/cfg_517550.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #517550 -output-xhtml: yes diff --git a/test/input/cfg_531964.txt b/test/input/cfg_531964.txt deleted file mode 100644 index 2d18ab5..0000000 --- a/test/input/cfg_531964.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug 531964 -output-xhtml: yes diff --git a/test/input/cfg_532535.txt b/test/input/cfg_532535.txt deleted file mode 100644 index 2718821..0000000 --- a/test/input/cfg_532535.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #532535 -word-2000: yes diff --git a/test/input/cfg_533233.txt b/test/input/cfg_533233.txt deleted file mode 100644 index 1de4c82..0000000 --- a/test/input/cfg_533233.txt +++ /dev/null @@ -1,2 +0,0 @@ -output-xhtml: yes -indent: auto diff --git a/test/input/cfg_537604.txt b/test/input/cfg_537604.txt deleted file mode 100644 index c41660f..0000000 --- a/test/input/cfg_537604.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #537604 -input-xml: yes -clean: no diff --git a/test/input/cfg_540045.txt b/test/input/cfg_540045.txt deleted file mode 100644 index d0a1e85..0000000 --- a/test/input/cfg_540045.txt +++ /dev/null @@ -1,11 +0,0 @@ -// Tidy configuration file for bug #540045 -wrap: 64 -indent: no -indent-spaces: 4 -add-xml-decl: yes -#output-xhtml: yes -break-before-br: yes -clean: yes -logical-emphasis: yes -enclose-text: yes -enclose-block-text: yes diff --git a/test/input/cfg_540571.txt b/test/input/cfg_540571.txt deleted file mode 100644 index 4a4248d..0000000 --- a/test/input/cfg_540571.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Config for bug #540571 Inconsistent behaviour with span inline element -output-xhtml: yes -wrap: 255 -clean: no -indent: auto diff --git a/test/input/cfg_542029.txt b/test/input/cfg_542029.txt deleted file mode 100644 index 5b27d6f..0000000 --- a/test/input/cfg_542029.txt +++ /dev/null @@ -1,3 +0,0 @@ -// Tidy configuration file for bug #542029 -add-xml-decl: yes -output-xml: yes diff --git a/test/input/cfg_543262.txt b/test/input/cfg_543262.txt deleted file mode 100644 index 02ead1f..0000000 --- a/test/input/cfg_543262.txt +++ /dev/null @@ -1,5 +0,0 @@ -doctype: omit -output-xhtml: yes -char-encoding: latin1 -numeric-entities: yes -quiet: yes diff --git a/test/input/cfg_545772.txt b/test/input/cfg_545772.txt deleted file mode 100644 index dcbc2ad..0000000 --- a/test/input/cfg_545772.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug #547057 -output-xhtml: yes diff --git a/test/input/cfg_570027.txt b/test/input/cfg_570027.txt deleted file mode 100644 index 82c04c9..0000000 --- a/test/input/cfg_570027.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug 570027 -clean: yes -word-2000: yes - diff --git a/test/input/cfg_578216.txt b/test/input/cfg_578216.txt deleted file mode 100644 index eea6cda..0000000 --- a/test/input/cfg_578216.txt +++ /dev/null @@ -1,2 +0,0 @@ -// Tidy configuration file for bug 578216 -indent: yes diff --git a/test/input/cfg_586555.txt b/test/input/cfg_586555.txt deleted file mode 100644 index f458aea..0000000 --- a/test/input/cfg_586555.txt +++ /dev/null @@ -1,25 +0,0 @@ -wrap: 68 -tab-size: 4 -repeated-attributes: keep-last -alt-text: None, says tidy -show-warnings: no -quiet: yes -indent: auto -indent-attributes: yes -output-xml: yes -output-xhtml: yes -add-xml-decl: yes -bare: yes -logical-emphasis: yes -drop-proprietary-attributes: yes -break-before-br: yes -quote-nbsp: no -assume-xml-procins: yes -keep-time: no -word-2000: yes -tidy-mark: no -literal-attributes: yes -hide-comments: yes -ascii-chars: no -join-styles: no -output-bom: no diff --git a/test/input/cfg_590716.txt b/test/input/cfg_590716.txt deleted file mode 100755 index cbac395..0000000 --- a/test/input/cfg_590716.txt +++ /dev/null @@ -1,2 +0,0 @@ -preserve-entities: yes -tidy-mark: no diff --git a/test/input/cfg_616744.txt b/test/input/cfg_616744.txt deleted file mode 100644 index 3911581..0000000 --- a/test/input/cfg_616744.txt +++ /dev/null @@ -1,6 +0,0 @@ -input-xml: yes -new-pre-tags: programlisting -new-inline-tags: literal -indent: no -indent-spaces: 0 -wrap: 999999 diff --git a/test/input/cfg_634889.txt b/test/input/cfg_634889.txt deleted file mode 100644 index 6ca6d8d..0000000 --- a/test/input/cfg_634889.txt +++ /dev/null @@ -1,10 +0,0 @@ -tidy-mark: no -output-xml: yes -drop-proprietary-attributes: no -new-inline-tags: o:lock, o:p, v-f, v-formula, v-formulas, - v-imagedata, v-path, v-shape, v-shapetype, v-stroke -new-empty-tags: -new-blocklevel-tags: -new-pre-tags: -wrap-sections: no -drop-empty-paras: no diff --git a/test/input/cfg_640473.txt b/test/input/cfg_640473.txt deleted file mode 100644 index 2c5a08c..0000000 --- a/test/input/cfg_640473.txt +++ /dev/null @@ -1,14 +0,0 @@ -# [640743] same as default config ... -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes - -# + declared tags -new-blocklevel-tags: foo -new-inline-tags: bar -new-empty-tags: zippo -new-pre-tags: baz diff --git a/test/input/cfg_640474.txt b/test/input/cfg_640474.txt deleted file mode 100644 index c0b1c2b..0000000 --- a/test/input/cfg_640474.txt +++ /dev/null @@ -1,5 +0,0 @@ -// Tidy configuration file for bug #640474 -// add-xml-decl: yes -input-xml: yes -output-xml: yes -char-encoding: latin1 diff --git a/test/input/cfg_646946.txt b/test/input/cfg_646946.txt deleted file mode 100644 index 36074d8..0000000 --- a/test/input/cfg_646946.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Tidy configuration file for bug #640474 -// add-xml-decl: yes -input-xml: yes -output-xml: yes diff --git a/test/input/cfg_647255.txt b/test/input/cfg_647255.txt deleted file mode 100644 index e9f4593..0000000 --- a/test/input/cfg_647255.txt +++ /dev/null @@ -1,5 +0,0 @@ -char-encoding: utf16le -newline: LF -output-xhtml: yes -indent: auto -indent-attributes: yes diff --git a/test/input/cfg_647900.txt b/test/input/cfg_647900.txt deleted file mode 100644 index 3b88e40..0000000 --- a/test/input/cfg_647900.txt +++ /dev/null @@ -1,9 +0,0 @@ -// HTML Tidy configuration file created by TidyGUI -indent: auto -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes -force-output: yes - diff --git a/test/input/cfg_649812.txt b/test/input/cfg_649812.txt deleted file mode 100644 index 3af5237..0000000 --- a/test/input/cfg_649812.txt +++ /dev/null @@ -1,5 +0,0 @@ -char-encoding: utf16le -newline: CR -output-xhtml: yes -indent: auto -indent-attributes: yes diff --git a/test/input/cfg_656889.txt b/test/input/cfg_656889.txt deleted file mode 100644 index 6d187ec..0000000 --- a/test/input/cfg_656889.txt +++ /dev/null @@ -1,5 +0,0 @@ -indent: auto -wrap: 55555 -alt-text: pic -tidy-mark: no -clean: yes diff --git a/test/input/cfg_658230.txt b/test/input/cfg_658230.txt deleted file mode 100644 index 2ab8ade..0000000 --- a/test/input/cfg_658230.txt +++ /dev/null @@ -1,3 +0,0 @@ -char-encoding: big5 -doctype: strict -tidy-mark: no diff --git a/test/input/cfg_660397.txt b/test/input/cfg_660397.txt deleted file mode 100644 index faa48ad..0000000 --- a/test/input/cfg_660397.txt +++ /dev/null @@ -1,4 +0,0 @@ -char-encoding: ibm858 -indent: auto -tidy-mark: no -output-xhtml: yes diff --git a/test/input/cfg_661606.txt b/test/input/cfg_661606.txt deleted file mode 100644 index 7c6a6d5..0000000 --- a/test/input/cfg_661606.txt +++ /dev/null @@ -1,7 +0,0 @@ -char-encoding: shiftjis -ncr: yes -tidy-mark: no -output-xhtml: yes -clean: yes -indent: auto -logical-emphasis: yes diff --git a/test/input/cfg_676156.txt b/test/input/cfg_676156.txt deleted file mode 100644 index 7f3bf9e..0000000 --- a/test/input/cfg_676156.txt +++ /dev/null @@ -1 +0,0 @@ -char-encoding: utf8 diff --git a/test/input/cfg_678268.txt b/test/input/cfg_678268.txt deleted file mode 100644 index d3f6302..0000000 --- a/test/input/cfg_678268.txt +++ /dev/null @@ -1,9 +0,0 @@ -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -drop-font-tags: yes -logical-emphasis: yes -indent-attributes: yes -output-xhtml: yes - diff --git a/test/input/cfg_688746.txt b/test/input/cfg_688746.txt deleted file mode 100644 index 7f3bf9e..0000000 --- a/test/input/cfg_688746.txt +++ /dev/null @@ -1 +0,0 @@ -char-encoding: utf8 diff --git a/test/input/cfg_695408.txt b/test/input/cfg_695408.txt deleted file mode 100644 index 92f5f27..0000000 --- a/test/input/cfg_695408.txt +++ /dev/null @@ -1,7 +0,0 @@ -indent: auto -indent-attributes: yes -tidy-mark: no -clean: yes -drop-font-tags: yes -drop-proprietary-attributes: no - diff --git a/test/input/cfg_795643-1.txt b/test/input/cfg_795643-1.txt deleted file mode 100755 index e50dcf4..0000000 --- a/test/input/cfg_795643-1.txt +++ /dev/null @@ -1 +0,0 @@ -show-body-only: auto diff --git a/test/input/cfg_795643-2.txt b/test/input/cfg_795643-2.txt deleted file mode 100755 index e50dcf4..0000000 --- a/test/input/cfg_795643-2.txt +++ /dev/null @@ -1 +0,0 @@ -show-body-only: auto diff --git a/test/input/cfg_default.txt b/test/input/cfg_default.txt deleted file mode 100644 index c54bcc2..0000000 --- a/test/input/cfg_default.txt +++ /dev/null @@ -1,10 +0,0 @@ -// HTML Tidy configuration - 20150219 -// remove this drop-font-tags: yes -indent: auto -char-encoding: latin1 -tidy-mark: no -clean: yes -logical-emphasis: yes -indent-attributes: yes -// output-xhtml: yes - diff --git a/test/input/in_1002509.html b/test/input/in_1002509.html deleted file mode 100644 index e1bc056..0000000 --- a/test/input/in_1002509.html +++ /dev/null @@ -1,25 +0,0 @@ - - - -multiple frameset - - - - - - - - - <body></body> - - - - - - - <body></body> - - - - diff --git a/test/input/in_1003361.html b/test/input/in_1003361.html deleted file mode 100755 index 1e881ad..0000000 --- a/test/input/in_1003361.html +++ /dev/null @@ -1,12 +0,0 @@ - - -1003361 - - - - diff --git a/test/input/in_1003994.xml b/test/input/in_1003994.xml deleted file mode 100644 index f51e5db..0000000 --- a/test/input/in_1003994.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - diff --git a/test/input/in_1004008.xml b/test/input/in_1004008.xml deleted file mode 100644 index 2b34bbf..0000000 --- a/test/input/in_1004008.xml +++ /dev/null @@ -1,3 +0,0 @@ - - -" diff --git a/test/input/in_1004051.html b/test/input/in_1004051.html deleted file mode 100644 index db68c93..0000000 --- a/test/input/in_1004051.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -font - - -yy - - diff --git a/test/input/in_1004512.html b/test/input/in_1004512.html deleted file mode 100644 index 4d14fb4..0000000 --- a/test/input/in_1004512.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -font tag with -clean - - -
    • y2
    - - diff --git a/test/input/in_1014993.html b/test/input/in_1014993.html deleted file mode 100644 index 59d00dd..0000000 --- a/test/input/in_1014993.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -php-like tag - - - - - -
    - - diff --git a/test/input/in_1015959.html b/test/input/in_1015959.html deleted file mode 100755 index 504454e..0000000 --- a/test/input/in_1015959.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #1015959 ] inline propagation - - - -

    1

    -

    2

    -
    - - diff --git a/test/input/in_1027888.html b/test/input/in_1027888.html deleted file mode 100644 index 3ab7989..0000000 --- a/test/input/in_1027888.html +++ /dev/null @@ -1,42 +0,0 @@ - - -div merging tests - -
    -

    1

    -
    - -
    -
    -

    2

    -
    -
    - -
    -
    -

    3

    -
    -
    - -
    -
    -

    4

    -
    -
    - -
    -
    -

    5

    -
    -
    - -
    -
    -
    -

    6

    -
    -
    -
    - - - diff --git a/test/input/in_1030944.xml b/test/input/in_1030944.xml deleted file mode 100644 index 2d6e122..0000000 --- a/test/input/in_1030944.xml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/test/input/in_1050673.html b/test/input/in_1050673.html deleted file mode 100644 index fa4d814..0000000 --- a/test/input/in_1050673.html +++ /dev/null @@ -1,3 +0,0 @@ - -
      - diff --git a/test/input/in_1052758.html b/test/input/in_1052758.html deleted file mode 100644 index 57b106b..0000000 --- a/test/input/in_1052758.html +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> -<head> -<title>Jean Racine</title> -</head> -<body> -<blockquote> -<p><cite>Pour qui sont ces serpents qui sifflent sur vos -t&ecirc;tes ?</cite><br /> -&mdash; Jean Racine, <cite>Andromaque</cite></p> -</blockquote> -</body> -</html> diff --git a/test/input/in_1053626.html b/test/input/in_1053626.html deleted file mode 100644 index 9a5ad9e..0000000 --- a/test/input/in_1053626.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head></head> -<body> -<UL><LI> -<COLGROUP> -<NOFRAMES> -<HR> -</LI> -</body> -</html> diff --git a/test/input/in_1055304.html b/test/input/in_1055304.html deleted file mode 100755 index d18f97d..0000000 --- a/test/input/in_1055304.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<title>1055304</title> -</head> -<body> -<img src="xx.png" alt="" ismap> -<a href="aa"><img src="xx.png" alt="" ismap></a> -</body> -</html> \ No newline at end of file diff --git a/test/input/in_1055398.html b/test/input/in_1055398.html deleted file mode 100644 index 20da289..0000000 --- a/test/input/in_1055398.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>test whether repairing duplicate attributes works</title> -</head> -<body> -<br> -<font onLoad=L1 style=S1 style=S2 onLoad=L2> -<br> -</body> -</html> diff --git a/test/input/in_1056023.html b/test/input/in_1056023.html deleted file mode 100644 index 94aae51..0000000 --- a/test/input/in_1056023.html +++ /dev/null @@ -1,2 +0,0 @@ -<TFOOT> -</TBODY> diff --git a/test/input/in_1056910.html b/test/input/in_1056910.html deleted file mode 100644 index 2734db8..0000000 --- a/test/input/in_1056910.html +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>list fusion should not happen</title> -</head> -<body> -<ul> - <li> - <ul id="a1"></ul> - <table id="a2" summary=""></table> - </li> -</ul> -</body> -</html> diff --git a/test/input/in_1062345.html b/test/input/in_1062345.html deleted file mode 100644 index ac99915..0000000 --- a/test/input/in_1062345.html +++ /dev/null @@ -1,7 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<HTML> -<HEAD><title></title></HEAD> -<BODY> -<br STYLE="&#TA;" STYLE="2"> -</BODY> -</HTML> diff --git a/test/input/in_1062511.html b/test/input/in_1062511.html deleted file mode 100644 index c6da3e0..0000000 --- a/test/input/in_1062511.html +++ /dev/null @@ -1,8 +0,0 @@ -<HEAD> -<TITLE> -<MARQUEE> -</BASEFONT> -</BODY> -<B> -<BASE> -<HR> diff --git a/test/input/in_1062661.html b/test/input/in_1062661.html deleted file mode 100755 index 69cd45f..0000000 --- a/test/input/in_1062661.html +++ /dev/null @@ -1,7 +0,0 @@ -<html><head> -<title>Google</title> -</head> -<body> -<script> -</script><a id=1a href="/imghp?hl=en&tab=wi">Images</a> -</body></html> diff --git a/test/input/in_1063256.html b/test/input/in_1063256.html deleted file mode 100644 index 38e0c34..0000000 --- a/test/input/in_1063256.html +++ /dev/null @@ -1,9 +0,0 @@ -<HEAD> -<FRAMESET> -</FRAMESET> -<FRAME> -<OVERLAY> -<BGSOUND> -</BODY> -<TR> -<SPACER> diff --git a/test/input/in_1067112.html b/test/input/in_1067112.html deleted file mode 100755 index fc09ee0..0000000 --- a/test/input/in_1067112.html +++ /dev/null @@ -1,471 +0,0 @@ -<html xmlns:o="urn:schemas-microsoft-com:office:office" -xmlns:w="urn:schemas-microsoft-com:office:word" -xmlns="http://www.w3.org/TR/REC-html40"> - -<head> -<meta http-equiv=Content-Type content="text/html; charset=windows-1252"> -<meta name=ProgId content=Word.Document> -<meta name=Generator content="Microsoft Word 9"> -<meta name=Originator content="Microsoft Word 9"> -<link rel=File-List href="./test2ka_files/filelist.xml"> -<title>Word 2000</title> -<!--[if gte mso 9]><xml> - <o:DocumentProperties> - <o:Author>AusAID</o:Author> - <o:LastAuthor>AusAID</o:LastAuthor> - <o:Revision>2</o:Revision> - <o:TotalTime>6</o:TotalTime> - <o:Created>2004-11-16T02:41:00Z</o:Created> - <o:LastSaved>2004-11-16T02:41:00Z</o:LastSaved> - <o:Pages>1</o:Pages> - <o:Words>46</o:Words> - <o:Characters>263</o:Characters> - <o:Company>Australian Agency for International Development</o:Company> - <o:Lines>2</o:Lines> - <o:Paragraphs>1</o:Paragraphs> - <o:CharactersWithSpaces>322</o:CharactersWithSpaces> - <o:Version>9.2720</o:Version> - </o:DocumentProperties> -</xml><![endif]--><!--[if gte mso 9]><xml> - <w:WordDocument> - <w:DrawingGridHorizontalSpacing>6 pt</w:DrawingGridHorizontalSpacing> - <w:DrawingGridVerticalSpacing>8.15 pt</w:DrawingGridVerticalSpacing> - <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery> - <w:DisplayVerticalDrawingGridEvery>2</w:DisplayVerticalDrawingGridEvery> - <w:Compatibility> - <w:FootnoteLayoutLikeWW8/> - <w:ShapeLayoutLikeWW8/> - <w:AlignTablesRowByRow/> - <w:ForgetLastTabAlignment/> - <w:LayoutRawTableWidth/> - <w:LayoutTableRowsApart/> - </w:Compatibility> - </w:WordDocument> -</xml><![endif]--> -<style> -<!-- - /* Font Definitions */ -@font-face - {font-family:Wingdings; - panose-1:5 0 0 0 0 0 0 0 0 0; - mso-font-charset:2; - mso-generic-font-family:auto; - mso-font-pitch:variable; - mso-font-signature:0 268435456 0 0 -2147483648 0;} - /* Style Definitions */ -p.MsoNormal, li.MsoNormal, div.MsoNormal - {mso-style-parent:""; - margin:0cm; - margin-bottom:.0001pt; - mso-pagination:widow-orphan; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -h1 - {mso-style-next:"Heading 2"; - margin-top:30.0pt; - margin-right:0cm; - margin-bottom:3.0pt; - margin-left:1.0cm; - text-indent:-1.0cm; - mso-pagination:widow-orphan; - page-break-after:avoid; - mso-outline-level:1; - mso-list:l0 level1 lfo14; - tab-stops:list 0cm; - font-size:12.0pt; - font-family:"Times New Roman"; - text-transform:uppercase; - mso-font-kerning:14.0pt;} -h2 - {margin-top:18.0pt; - margin-right:0cm; - margin-bottom:3.0pt; - margin-left:2.0cm; - text-indent:-1.0cm; - mso-pagination:widow-orphan; - mso-outline-level:2; - mso-list:l0 level2 lfo14; - tab-stops:list 2.0cm; - font-size:12.0pt; - font-family:"Times New Roman"; - font-weight:normal;} -h3 - {margin-top:15.0pt; - margin-right:0cm; - margin-bottom:0cm; - margin-left:3.0cm; - margin-bottom:.0001pt; - text-indent:-1.0cm; - mso-pagination:widow-orphan; - mso-outline-level:3; - mso-list:l0 level3 lfo14; - font-size:12.0pt; - font-family:"Times New Roman"; - font-weight:normal;} -h4 - {margin-top:15.0pt; - margin-right:0cm; - margin-bottom:0cm; - margin-left:113.75pt; - margin-bottom:.0001pt; - text-indent:-28.8pt; - mso-pagination:widow-orphan; - mso-outline-level:4; - mso-list:l0 level4 lfo14; - font-size:12.0pt; - font-family:"Times New Roman"; - color:black; - font-weight:normal;} -h5 - {mso-style-next:Normal; - margin:0cm; - margin-bottom:.0001pt; - mso-pagination:widow-orphan; - page-break-after:avoid; - mso-outline-level:5; - font-size:12.0pt; - font-family:"Times New Roman"; - font-weight:normal; - font-style:italic;} -h6 - {mso-style-next:Normal; - margin:0cm; - margin-bottom:.0001pt; - mso-pagination:widow-orphan; - page-break-after:avoid; - mso-outline-level:6; - font-size:12.0pt; - font-family:"Times New Roman";} -p.NormColon, li.NormColon, div.NormColon - {mso-style-name:Norm_Colon; - margin-top:0cm; - margin-right:0cm; - margin-bottom:0cm; - margin-left:59.55pt; - margin-bottom:.0001pt; - text-indent:-19.85pt; - mso-pagination:widow-orphan; - mso-list:l1 level1 lfo20; - tab-stops:list 59.55pt; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -p.NormDash, li.NormDash, div.NormDash - {mso-style-name:Norm_Dash; - margin-top:0cm; - margin-right:0cm; - margin-bottom:0cm; - margin-left:39.7pt; - margin-bottom:.0001pt; - text-indent:-19.85pt; - mso-pagination:widow-orphan; - mso-list:l5 level1 lfo21; - tab-stops:list 39.7pt; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -p.NormDot, li.NormDot, div.NormDot - {mso-style-name:Norm_Dot; - margin-top:0cm; - margin-right:0cm; - margin-bottom:0cm; - margin-left:19.85pt; - margin-bottom:.0001pt; - text-indent:-19.85pt; - mso-pagination:widow-orphan; - mso-list:l2 level1 lfo22; - tab-stops:list 19.85pt; - font-size:12.0pt; - font-family:"Times New Roman"; - mso-fareast-font-family:"Times New Roman";} -@page Section1 - {size:595.3pt 841.9pt; - margin:72.0pt 89.85pt 72.0pt 89.85pt; - mso-header-margin:36.0pt; - mso-footer-margin:36.0pt; - mso-paper-source:0;} -div.Section1 - {page:Section1;} - /* List Definitions */ -@list l0 - {mso-list-id:-5; - mso-list-template-ids:650954760;} -@list l0:level1 - {mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:1.0cm; - text-indent:-1.0cm;} -@list l0:level2 - {mso-level-text:"%1\.%2"; - mso-level-tab-stop:2.0cm; - mso-level-number-position:left; - margin-left:2.0cm; - text-indent:-1.0cm; - mso-ansi-font-size:12.0pt; - font-family:"Times New Roman";} -@list l0:level3 - {mso-level-number-format:alpha-lower; - mso-level-suffix:space; - mso-level-text:"\(%3\)"; - mso-level-tab-stop:none; - mso-level-number-position:left; - margin-left:3.0cm; - text-indent:-1.0cm;} -@list l0:level4 - {mso-level-number-format:roman-lower; - mso-level-suffix:space; - mso-level-text:"\(%4\)"; - mso-level-tab-stop:none; - mso-level-number-position:left; - margin-left:113.75pt; - text-indent:-28.8pt;} -@list l0:level5 - {mso-level-text:"\(%5\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:120.45pt; - text-indent:-35.4pt;} -@list l0:level6 - {mso-level-number-format:alpha-lower; - mso-level-text:"\(%6\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:155.85pt; - text-indent:-35.4pt;} -@list l0:level7 - {mso-level-number-format:roman-lower; - mso-level-text:"\(%7\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:191.25pt; - text-indent:-35.4pt;} -@list l0:level8 - {mso-level-number-format:alpha-lower; - mso-level-text:"\(%8\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:226.65pt; - text-indent:-35.4pt;} -@list l0:level9 - {mso-level-number-format:roman-lower; - mso-level-text:"\(%9\)"; - mso-level-tab-stop:0cm; - mso-level-number-position:left; - margin-left:262.05pt; - text-indent:-35.4pt;} -@list l1 - {mso-list-id:348988445; - mso-list-type:simple; - mso-list-template-ids:920835982;} -@list l1:level1 - {mso-level-number-format:bullet; - mso-level-style-link:Norm_Colon; - mso-level-text:\F03A; - mso-level-tab-stop:59.55pt; - mso-level-number-position:left; - margin-left:59.55pt; - text-indent:-19.85pt; - font-family:Symbol; - color:windowtext;} -@list l2 - {mso-list-id:450515972; - mso-list-type:simple; - mso-list-template-ids:-527939016;} -@list l2:level1 - {mso-level-number-format:bullet; - mso-level-style-link:Norm_Dot; - mso-level-text:\F0B7; - mso-level-tab-stop:19.85pt; - mso-level-number-position:left; - margin-left:19.85pt; - text-indent:-19.85pt; - font-family:Symbol;} -@list l3 - {mso-list-id:497622821; - mso-list-type:hybrid; - mso-list-template-ids:232045978 67698689 67698703 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} -@list l3:level1 - {mso-level-number-format:bullet; - mso-level-text:\F0B7; - mso-level-tab-stop:36.0pt; - mso-level-number-position:left; - text-indent:-18.0pt; - font-family:Symbol;} -@list l3:level2 - {mso-level-tab-stop:72.0pt; - mso-level-number-position:left; - text-indent:-18.0pt;} -@list l4 - {mso-list-id:513231410; - mso-list-type:hybrid; - mso-list-template-ids:801512924 67698703 67698713 67698715 67698703 67698713 67698715 67698703 67698713 67698715;} -@list l5 - {mso-list-id:704450732; - mso-list-type:simple; - mso-list-template-ids:-258342314;} -@list l5:level1 - {mso-level-number-format:bullet; - mso-level-style-link:Norm_Dash; - mso-level-text:\F02D; - mso-level-tab-stop:39.7pt; - mso-level-number-position:left; - margin-left:39.7pt; - text-indent:-19.85pt; - font-family:Symbol; - color:windowtext;} -@list l6 - {mso-list-id:805392087; - mso-list-type:simple; - mso-list-template-ids:-1711390644;} -@list l6:level1 - {mso-level-number-format:bullet; - mso-level-text:\F03A; - mso-level-tab-stop:59.55pt; - mso-level-number-position:left; - margin-left:59.55pt; - text-indent:-19.85pt; - font-family:Symbol; - color:windowtext;} -@list l7 - {mso-list-id:1624577111; - mso-list-type:hybrid; - mso-list-template-ids:171313514 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} -@list l7:level1 - {mso-level-number-format:bullet; - mso-level-text:\F0B7; - mso-level-tab-stop:36.0pt; - mso-level-number-position:left; - text-indent:-18.0pt; - font-family:Symbol;} -ol - {margin-bottom:0cm;} -ul - {margin-bottom:0cm;} ---> -</style> -</head> - -<body lang=EN-AU style='tab-interval:36.0pt'> - -<div class=Section1> - -<p class=MsoNormal>Word 2000</p> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<h1 style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left: -0cm;text-indent:0cm;mso-list:none;tab-stops:36.0pt'><span style='font-size: -18.0pt;mso-bidi-font-size:12.0pt'>Heading 1<o:p></o:p></span></h1> - -<h2 style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left: -0cm;text-indent:0cm;mso-list:none;tab-stops:36.0pt'><b><span style='font-size: -16.0pt;mso-bidi-font-size:12.0pt'>Heading 2<o:p></o:p></span></b></h2> - -<h3 style='margin-top:6.0pt;margin-right:0cm;margin-bottom:6.0pt;margin-left: -0cm;text-indent:0cm;mso-list:none'><b><span style='font-size:14.0pt;mso-bidi-font-size: -12.0pt'>Heading 3<o:p></o:p></span></b></h3> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<p class=MsoNormal>Some ordinary text to see how it handles paragraphs</p> - -<p class=MsoNormal>A second paragraph</p> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<ul style='margin-top:0cm' type=disc> - <li class=MsoNormal style='mso-list:l7 level1 lfo25;tab-stops:list 36.0pt'>One - dot point</li> - <li class=MsoNormal style='mso-list:l7 level1 lfo25;tab-stops:list 36.0pt'>Two - dot points</li> - <li class=MsoNormal style='mso-list:l7 level1 lfo25;tab-stops:list 36.0pt'>Three - dot points</li> -</ul> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<ol style='margin-top:0cm' start=1 type=1> - <li class=MsoNormal style='mso-list:l4 level1 lfo24;tab-stops:list 36.0pt'>One - numbered point</li> - <li class=MsoNormal style='mso-list:l4 level1 lfo24;tab-stops:list 36.0pt'>Two - numbered points</li> - <li class=MsoNormal style='mso-list:l4 level1 lfo24;tab-stops:list 36.0pt'>Three - numbered points</li> -</ol> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<table border=1 cellspacing=0 cellpadding=0 style='border-collapse:collapse; - border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0cm 5.4pt 0cm 5.4pt'> - <tr> - <td width=111 valign=top style='width:83.4pt;border:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>One</p> - </td> - <td width=112 valign=top style='width:84.0pt;border:solid windowtext .5pt; - border-left:none;mso-border-left-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>two</p> - </td> - <td width=128 valign=top style='width:96.0pt;border:solid windowtext .5pt; - border-left:none;mso-border-left-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>three</p> - </td> - </tr> - <tr> - <td width=111 valign=top style='width:83.4pt;border:solid windowtext .5pt; - border-top:none;mso-border-top-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>Four</p> - </td> - <td width=112 valign=top style='width:84.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>five</p> - </td> - <td width=128 valign=top style='width:96.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>six</p> - </td> - </tr> - <tr> - <td width=111 valign=top style='width:83.4pt;border:solid windowtext .5pt; - border-top:none;mso-border-top-alt:solid windowtext .5pt;padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>Seven</p> - </td> - <td width=112 valign=top style='width:84.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>eight</p> - </td> - <td width=128 valign=top style='width:96.0pt;border-top:none;border-left: - none;border-bottom:solid windowtext .5pt;border-right:solid windowtext .5pt; - mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt; - padding:0cm 5.4pt 0cm 5.4pt'> - <p class=MsoNormal>nine</p> - </td> - </tr> -</table> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<h5>Some italic text</h5> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<h6>Some bold text</h6> - -<p class=MsoNormal><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p> - -<p class=MsoNormal>End of text</p> - -</div> - -</body> - -</html> diff --git a/test/input/in_1068087.html b/test/input/in_1068087.html deleted file mode 100644 index 9fc2c86..0000000 --- a/test/input/in_1068087.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>bad font size</title></head> -<body> -<font SIZE="&#;" >b -<p>a</p> -</body> -</html> diff --git a/test/input/in_1069549.html b/test/input/in_1069549.html deleted file mode 100644 index 5614c62..0000000 --- a/test/input/in_1069549.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>test NestedList()</title></head> -<body> -<ul> -<li><p>q</p></li> -</ul> -<ol> -<li><ol id="b"></ol></li> -</ol> -</body> -</html> diff --git a/test/input/in_1069553.html b/test/input/in_1069553.html deleted file mode 100644 index ecca318..0000000 --- a/test/input/in_1069553.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>test NestedList()</title></head> -<body> -<ol id="a"></ol> -<ul> -<li> -<ul id="b"></ul> -</li> -</ul> -</body> -</html> diff --git a/test/input/in_1072528.html b/test/input/in_1072528.html deleted file mode 100644 index b819562..0000000 --- a/test/input/in_1072528.html +++ /dev/null @@ -1 +0,0 @@ -<!D y="" x=''''''''' > diff --git a/test/input/in_1078345.html b/test/input/in_1078345.html deleted file mode 100644 index 45bbd05..0000000 --- a/test/input/in_1078345.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> -Some text. -<noscript> -<div> -<p>Some other text.</p> -</div> -</noscript> -<div> -<blockquote> -Text -<noscript> -<p>Text</p> -</noscript> -</blockquote> -</div> -</body> -</html> diff --git a/test/input/in_1079820.html b/test/input/in_1079820.html deleted file mode 100644 index 3b1af02..0000000 --- a/test/input/in_1079820.html +++ /dev/null @@ -1,49 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> - -<p>text <span lang="en">more text <span lang="la">latin -text</span> text -</span> text.</p> - -<p>text <span lang="en">more text <span>latin -text</span> text -</span> text.</p> - -<p>text <span lang="en"><span>latin -text</span> text -</span> text.</p> - -<p>text <span>more text <span lang="la">latin -text</span> text -</span> text.</p> - -<p><span class="helplink"><span>blah blah ... long -description</span>short text</span></p> - - -<p>text <u lang="en">more text <u lang="la">latin -text</u> text -</u> text.</p> - -<p>text <u lang="en">more text <u>latin -text</u> text -</u> text.</p> - -<p>text <u lang="en"><u>latin -text</u> text -</u> text.</p> - -<p>text <u>more text <u lang="la">latin -text</u> text -</u> text.</p> - -<u class="helplink"><u>blah blah ... long -description</u>short text</u> - -</body> -</html> - diff --git a/test/input/in_1086083.html b/test/input/in_1086083.html deleted file mode 100644 index bffdc3a..0000000 --- a/test/input/in_1086083.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> - -<table summary=""> -<tr> -<td> -<li>Huh?</li> -</td> -</tr> -</table> - -<li>Huh?</li> - -</body> -</html> diff --git a/test/input/in_1090318.html b/test/input/in_1090318.html deleted file mode 100644 index 04e24d6..0000000 --- a/test/input/in_1090318.html +++ /dev/null @@ -1,13 +0,0 @@ - <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> -<HTML> -<HEAD><title></title></HEAD> -<FRAMESET> -<FRAMESET> -<NOFRAMES> -<BODY> -</BODY> -<P> - - - - diff --git a/test/input/in_1098012.html b/test/input/in_1098012.html deleted file mode 100644 index 1decbcb..0000000 --- a/test/input/in_1098012.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - -
      - - -<HR> -</DD> -</body> -</html> diff --git a/test/input/in_1107622.html b/test/input/in_1107622.html deleted file mode 100644 index 4478e37..0000000 --- a/test/input/in_1107622.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html><head> -<title>name to id</title> -</head> -<body> -<p> -<a id="a1" name="a2">a -</a> -</p> -</body> -</html> diff --git a/test/input/in_1115094.html b/test/input/in_1115094.html deleted file mode 100644 index 8eabd77..0000000 --- a/test/input/in_1115094.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title></title> -</head> -<body> -<p>xx<b><span> </span></b>yy</p> -</body> -</html> diff --git a/test/input/in_1117013.html b/test/input/in_1117013.html deleted file mode 100644 index a620f38..0000000 --- a/test/input/in_1117013.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<HTML> -<HEAD> - <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> - <META HTTP-EQUIV="Content-Type" CONTENT=""> - <TITLE>test 1117013</TITLE> -</HEAD> -<BODY> -<P>a</P> -</BODY> -</HTML> diff --git a/test/input/in_1145571.html b/test/input/in_1145571.html deleted file mode 100644 index 872b3e9..0000000 --- a/test/input/in_1145571.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>invalid name to id</title> -</head> -<body> -<p> -<a name="a b">a</a> -</p> -</body> -</html> diff --git a/test/input/in_1145572.html b/test/input/in_1145572.html deleted file mode 100644 index d92bf4d..0000000 --- a/test/input/in_1145572.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html> -<head> -<title>name vs id in anchor elements</title> -</head> -<body> -<p><a id="ab">a</a></p> -</body> -</html> diff --git a/test/input/in_1168193.html b/test/input/in_1168193.html deleted file mode 100755 index 0a5f7eb..0000000 --- a/test/input/in_1168193.html +++ /dev/null @@ -1,52 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head><title>span merging tests</title></head> - -<p> -<span><span id="id1">1</span></span> -</p> - -<p> -<span id="id2_1"> -<span id="id2_2"> -2 -</span> -</span> -</p> - -<p> -<span title="span1"> -<span title="span2"> -3 -</span> -</span> -</p> - -<p> -<span title="span1" class="cl1"> -<span title="span2" class="cl2"> -4 -</span> -</span> -</p> - -<p> -<span title="span1" onclick="g()"> -<span title="span2" onclick="f()" id="id5"> -5 -</span> -</span> -</p> - -<p> -<span title="span1" onclick="g()"> -<span> -<span title="span2" onclick="f()" id="id6"> -6 -</span> -</span> -</span> -</p> - -</body> -</html> diff --git a/test/input/in_1183751.html b/test/input/in_1183751.html deleted file mode 100644 index 59b7c51..0000000 --- a/test/input/in_1183751.html +++ /dev/null @@ -1,104 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>char attribute in table</title> -</head> -<body> - -<table summary=""> -<colgroup> -<col align="char" char="."> -<col align="char" char="."> -</colgroup> -<tr> -<td>55.00</td> -<td>55555.00</td> -</tr> -<tr> -<td>1234.56</td> -<td>123.45</td> -</tr> -</table> - -<table summary=""> -<tbody align="char" char="."> -<tr> -<td>55.00</td> -<td>55555.00</td> -</tr> -<tr> -<td>1234.56</td> -<td>123.45</td> -</tr> -</tbody> -</table> - -<table summary=""> -<tr> -<td align="char" char=".">55.00</td> -<td align="char" char=".">55555.00</td> -</tr> -<tr> -<td align="char" char=".">1234.56</td> -<td align="char" char=".">123.45</td> -</tr> -</table> - -<table summary=""> -<thead> -<tr> -<td>THEAD</td> -<td>THEAD</td> -<td>THEAD</td> -</tr> -<tr> -<td>THEAD</td> -<td>THEAD</td> -<td>THEAD</td> -</tr> -</thead> -<tfoot align="char" char="."> -<tr> -<td>TFOOT 55.00</td> -<td>TFOOT 55555.00</td> -<td>TFOOT 555.00</td> -</tr> -<tr> -<td>TFOOT 1234.56</td> -<td>TFOOT 123.45</td> -<td>TFOOT 12345.67</td> -</tr> -</tfoot> -<tbody> -<tr> -<td>TBODY</td> -<td>TBODY</td> -<td>TBODY</td> -</tr> -<tr> -<td>TBODY</td> -<td>TBODY</td> -<td>TBODY</td> -</tr> -</tbody> -</table> - -<table summary=""> -<tr> -<th align="char" char=".">55.00</th> -<th align="char" char=".">55555.00</th> -<th align="char" char=".">555.00</th> -</tr> -<tr> -<th align="char" char=".">1234.56</th> -<th align="char" char=".">123.45</th> -<th align="char" char=".">12345.67</th> -</tr> -</table> - - -</body> -</html> - - - diff --git a/test/input/in_1198501.html b/test/input/in_1198501.html deleted file mode 100755 index 3e41493..0000000 --- a/test/input/in_1198501.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/REC-html401/loose.dtd"> -<html> -<head> -<meta name="generator" content= -"HTML Tidy for Cygwin (vers 27 December 2006), see www.w3.org"> -<title>1198501</title> -</head> -<body> -<table bgcolor="yellow" summary=""> -<tr bgcolor="red"> -<th bgcolor="aqua">1</th> -<th>2</th> -</tr> -<tr> -<td>3</td> -<td>4</td> -</tr> -</table> -</body> -</html> diff --git a/test/input/in_1207443.html b/test/input/in_1207443.html deleted file mode 100755 index 634f36e..0000000 --- a/test/input/in_1207443.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title></title> -</head> -<body> -<form action="post"> -<p>A test input box</p> -<p><input type="TEXT" align="left"></p> -<p>&nbsp;</p> -<p>Radio buttons <input type="RADIO"></p> -<p>A check box <input type="CHECKBOX"></p> -<p><br clear="all"></p> -</form> - -<ul type="DISC"> -<li>item 1 -<li>item 2 -</ul> - -<ol type="I"> -<li>item 1 -<li>item 2 -</ol> - -<ul> -<li type="a">item 1 -<li type="A">item 2 -</ul> - -</body> -</html> diff --git a/test/input/in_1210752.html b/test/input/in_1210752.html deleted file mode 100755 index 380c4c1..0000000 --- a/test/input/in_1210752.html +++ /dev/null @@ -1 +0,0 @@ -<p> diff --git a/test/input/in_1231279.html b/test/input/in_1231279.html deleted file mode 100755 index c20f716..0000000 --- a/test/input/in_1231279.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>1231279</title> -</head> -<body> -<div id="aBcDeF">x</div> -<div id="aBcDeF">y</div> -</body> -</html> diff --git a/test/input/in_1235296.html b/test/input/in_1235296.html deleted file mode 100755 index 347584c..0000000 --- a/test/input/in_1235296.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>1235296</title> -</head> -<body> -<p>x<sub>a<sub>1</sub></sub></p> -<p>x<sup>a<sup>1</sup></sup></p> -</body> -</html> diff --git a/test/input/in_1241723.html b/test/input/in_1241723.html deleted file mode 100755 index a4a99db..0000000 --- a/test/input/in_1241723.html +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title>1241723</title> -</head> -<body> -<p><font size="-0">hi</font></p> -<p><font size="-1">hi</font></p> -<p><font size="-2">hi</font></p> -<p><font size="-3">hi</font></p> -<p><font size="-4">hi</font></p> -<p><font size="-5">hi</font></p> -<p><font size="-6">hi</font></p> -<p><font size="+0">hi</font></p> -<p><font size="+1">hi</font></p> -<p><font size="+2">hi</font></p> -<p><font size="+3">hi</font></p> -<p><font size="+4">hi</font></p> -<p><font size="+5">hi</font></p> -<p><font size="+6">hi</font></p> -</body> -</html> diff --git a/test/input/in_1263391.html b/test/input/in_1263391.html deleted file mode 100755 index 450d6c5..0000000 --- a/test/input/in_1263391.html +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> - <head> - <title>My page</title> - </head> - <body id="cv"> - This should return 2 HTML errors. But there is none<br/> - DIV or UL are not allowed in address<br/> - <address id="contact_postal"> - <div id="identite">toto titi</div> - <div id="adresse"> - 1st street<br /> - 23X52 - NY <br /> - </div> - </address> - <hr /> - <address id="contact_autre"> - <ul id="contact_tel"> - <li id="portable">...</li> - <li id="fixe">...</li> - </ul> - </address> - <hr /> - <p>p is allowed within address only in html transitional.</p> - <address id="contact_autre"> - <p><a id="adresse_mail" href="/path/to/contact/page">contact name</a></p> - </address> -</body> -</html> \ No newline at end of file diff --git a/test/input/in_1266647.html b/test/input/in_1266647.html deleted file mode 100755 index 8ba756f..0000000 --- a/test/input/in_1266647.html +++ /dev/null @@ -1,2 +0,0 @@ -<!----【----> -<!-- This is just padding: SourceForge dislikes files under 20 bytes long --> diff --git a/test/input/in_1282835.html b/test/input/in_1282835.html deleted file mode 100644 index dbeef1c..0000000 --- a/test/input/in_1282835.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> -<HTML> -<HEAD> -<TITLE>HTML NOHREF - HTML Code Tutorial</TITLE> -</HEAD> -<BODY> - -<DIV ALIGN=CENTER> - -<MAP NAME="map1"> - -<!-- this area is missing a 'alt' --> -<!-- href is also not mandatory --> -<AREA - NOHREF - SHAPE=CIRCLE COORDS="79,79, 56" - alt="ohoh" -> -<AREA - HREF="thecircle.html" - ALT="The Circle" TITLE="The Circle" - SHAPE=CIRCLE COORDS="79,79, 78"> -</MAP> - -<IMG SRC="circleincircle.gif" - HEIGHT=158 WIDTH=158 ALT="Click the O!" BORDER=0 - USEMAP="#map1"><BR> - -[ <A HREF="thecircle.html">The O</A> ] - -</DIV> - -</HTML> \ No newline at end of file diff --git a/test/input/in_1286029.html b/test/input/in_1286029.html deleted file mode 100755 index 550d92a..0000000 --- a/test/input/in_1286029.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> - <head> - <title> - HTML NOHREF - HTML Code Tutorial - </title> - </head> - <body> - <form action=""> - <input type="text" value="toto"> - </form> - - </body> -</html> diff --git a/test/input/in_1286278.html b/test/input/in_1286278.html deleted file mode 100755 index 81695d6..0000000 --- a/test/input/in_1286278.html +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" -"http://www.w3.org/TR/html4/loose.dtd"> -<html> -<head> -<title>1286278</title> -</head> -<body> - -<div> -hello -<p></p> -hello -<p></p> -<p></p> -hello -<p></p> -<p></p> -<p></p> -hello -</div> - -<hr> - -<div> -hello -<p></p> -hello -<p></p> -hello -<p></p> -hello -</div> - -</body> -</html> diff --git a/test/input/in_1316258.html b/test/input/in_1316258.html deleted file mode 100755 index 0fd5407..0000000 --- a/test/input/in_1316258.html +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD><title>1316258</title></HEAD> -<BODY> -<P> - This is text that should appear BEFORE the table. -</P> -<CENTER> -<TABLE CELLSPACING="0" BORDER="1" CELLPADDING="2" WIDTH="662" summary=""> - <TR> - <TD>Row 1 - Col 1</TD> -</CENTER> - <TD>Row 1 - Col 2</TD> - <TD>Row 1 - Col 3</TD> - <TD>Row 1 - Col 4</TD> - <TD>Row 1 - Col 5</TD> - </TR> - <TR> - <TD>Row 2 - Col 1</TD> - <TD>Row 2 - Col 2</TD> - <TD>Row 2 - Col 3</TD> - <TD>Row 2 - Col 4</TD> - <TD>Row 2 - Col 5</TD> - </TR> -</TABLE> -</CENTER> -<P> - This is text that should appear AFTER the table. -</P> -</BODY> -</HTML> diff --git a/test/input/in_1316307-2.html b/test/input/in_1316307-2.html deleted file mode 100755 index 57f81bd..0000000 --- a/test/input/in_1316307-2.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head><title>1316307-2</title></head> -<body> -<table> -<tr> -<ul> -<td> -Cell Data -</td> -</ul> -</tr> -</table> -</body> -</html> diff --git a/test/input/in_1316307.html b/test/input/in_1316307.html deleted file mode 100755 index 494410d..0000000 --- a/test/input/in_1316307.html +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<HTML> -<HEAD><TITLE>1316307</TITLE></HEAD> -<BODY> -<P> - This is text that should appear BEFORE the table. -</P> -<CENTER> -<TABLE CELLSPACING=0 BORDER=1 CELLPADDING=2 WIDTH=662 SUMMARY=""> - <TR> - <TD>Row 1 - Col 1</TD> - <TD>Row 1 - Col 2</TD> -<CENTER> - <TD>Row 1 - Col 3</TD> - <TD>Row 1 - Col 4</TD> - <TD>Row 1 - Col 5</TD> - </TR> - <TR> - <TD>Row 2 - Col 1</TD> - <TD>Row 2 - Col 2</TD> - <TD>Row 2 - Col 3</TD> - <TD>Row 2 - Col 4</TD> - <TD>Row 2 - Col 5</TD> - </TR> -</TABLE> -</CENTER> -<P> - This is text that should appear AFTER the table. HTML Tidy output however shows it BEFORE the table. -</P> -</BODY> -</HTML> diff --git a/test/input/in_1326520.html b/test/input/in_1326520.html deleted file mode 100755 index 06976ac..0000000 --- a/test/input/in_1326520.html +++ /dev/null @@ -1,26 +0,0 @@ -<html> -<head><title>1326520</title></head> -<frameset> - <noframes> - <body> - -<dl> - <dd> - <div> - <table summary=""> - <tr> - <center> - <td></td> - </tr> - </table> - </div> - <dd> - </dd> -</dl> - - </body> - - - - - diff --git a/test/input/in_1331849.html b/test/input/in_1331849.html deleted file mode 100755 index b3787f1..0000000 --- a/test/input/in_1331849.html +++ /dev/null @@ -1,51 +0,0 @@ - - - -1331849 - - -Text BEFORE [implied] table - - - - - - - - - -
      -Implied table cell. - -Implied because there is no opening table tag - just an opening table row tag. -
      -2nd Row of implied table - -More text -
      - -Text AFTER [implied] table but BEFORE the correctly specified table - - - - - - - - - - -
      - Row 1 - Cell 1 - - Row 1 - Cell 2 -
      - Row 2 - Cell 1 - - Row 2 - Cell 2 -
      - -Text that appears AFTER table the end! - - - diff --git a/test/input/in_1333579.html b/test/input/in_1333579.html deleted file mode 100755 index fd53437..0000000 --- a/test/input/in_1333579.html +++ /dev/null @@ -1,9 +0,0 @@ - -1333579 - -inferred table -
      -

      Paragraph Text nested in a DIV

      -
      - - diff --git a/test/input/in_1359292.html b/test/input/in_1359292.html deleted file mode 100755 index ac875ed..0000000 --- a/test/input/in_1359292.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - -1359292 - Word 2000 - - - - -

      - - - - diff --git a/test/input/in_1365706.xml b/test/input/in_1365706.xml deleted file mode 100755 index 7bf7aa2..0000000 --- a/test/input/in_1365706.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -There is no space after tagged -words. - - - -There is space after tagged -words. - - - -
      -There is space after tagged words.
      - -
      -
      -
      diff --git a/test/input/in_1398397.html b/test/input/in_1398397.html deleted file mode 100755 index ab7b134..0000000 --- a/test/input/in_1398397.html +++ /dev/null @@ -1,4 +0,0 @@ - - -
        -
      diff --git a/test/input/in_1407266.html b/test/input/in_1407266.html deleted file mode 100755 index 45ea125..0000000 --- a/test/input/in_1407266.html +++ /dev/null @@ -1,4 +0,0 @@ - -1407266 - - diff --git a/test/input/in_1408034.html b/test/input/in_1408034.html deleted file mode 100644 index 8ef42ee..0000000 --- a/test/input/in_1408034.html +++ /dev/null @@ -1 +0,0 @@ -x xxx xx \ No newline at end of file diff --git a/test/input/in_1410061-1.html b/test/input/in_1410061-1.html deleted file mode 100755 index 3cbb35b..0000000 --- a/test/input/in_1410061-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - -1410061 - issue 1 inferred ul - - -In bold -
    • Not in bold
    • -
    • With font size 6
    • -
    • But should NOT be indented
    • - - diff --git a/test/input/in_1410061-2.html b/test/input/in_1410061-2.html deleted file mode 100755 index ef7d4df..0000000 --- a/test/input/in_1410061-2.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -1410061 - issue 2 - inline propagation - - -In bold -
        -
      • Not in bold
      • -
      - - \ No newline at end of file diff --git a/test/input/in_1410061.html b/test/input/in_1410061.html deleted file mode 100755 index f1df3c5..0000000 --- a/test/input/in_1410061.html +++ /dev/null @@ -1,8 +0,0 @@ - - -1410061 - - -The Compact E.O.S. is composed of two integrated modules: the well known Agfa daylight system and the Agfa Classic E.O.S. film processor. The small footprint enables it to be installed even in restricted spaces. The Compact E.O.S. can be extended at the back with a table for film processing from a darkroom.

    • capacity: up to 240 films per hour (medium format)
    • cassette cycle time: 15 s
    • film formats: 18 x24cm to 35 x 43cm
    • film storage magazines that can be used: Curix, Scopix
    • loading and unloading module with 7 dispensers
    • integrated time switch for automatically switching on and off at preselected times
    • stand-by circuit
    • water economy circuit for the integrated film processor
    • film surface scanning for optimum regeneration depending on the film throughput
    • infrared cold air drier offers reduced power consumption with lower heat dissipation
    • interactive operating display that shows operating state and possible service messages

    • - - diff --git a/test/input/in_1415137.html b/test/input/in_1415137.html deleted file mode 100755 index 38ec0be..0000000 --- a/test/input/in_1415137.html +++ /dev/null @@ -1,4 +0,0 @@ - - -</frameset> -abc diff --git a/test/input/in_1423252.html b/test/input/in_1423252.html deleted file mode 100755 index 2e77641..0000000 --- a/test/input/in_1423252.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>[1423252] missing text node, and font propagation</title> -</head> -<body> -<font color="red">a -<dl>b</dl> -<dt>c -</body> -</html> diff --git a/test/input/in_1426419.html b/test/input/in_1426419.html deleted file mode 100644 index 4c705ff..0000000 --- a/test/input/in_1426419.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>[1426419] mal-formed inline elements</title> -</head> -<body> -<p><b>Bold <i>Bold and Italics</b> Italics Only</i></p> -<p><tt>Mono <b>Mono and Bold</tt> Bold Only</b></p> -<p><i>Italics <b>Italics and Bold</i> Bold Only</b></p> -</body> -</html> diff --git a/test/input/in_1436578.html b/test/input/in_1436578.html deleted file mode 100755 index ed4bc54..0000000 --- a/test/input/in_1436578.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title>1436578</title> -</head> -<body> - -<p class='MsoSignature' style='margin-top:5.0pt'></p> - -</body> -</html> diff --git a/test/input/in_1445570.html b/test/input/in_1445570.html deleted file mode 100755 index 0000077..0000000 --- a/test/input/in_1445570.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title>1445570</title> -</head> -<body> -<a href="Water lilies.jpg">This is a picture of 'Water Lilly'</a> -<img src="Water lillies.jpg" alt=""> -</body> -</html> diff --git a/test/input/in_1448730.xml b/test/input/in_1448730.xml deleted file mode 100755 index 56eca36..0000000 --- a/test/input/in_1448730.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0"?> -<doc> -<blah>here is some <b>bold</b> text and here's a <customtag>customtag -content</customtag> who's preceding space will be stripped.</blah> -</doc> diff --git a/test/input/in_1452744.html b/test/input/in_1452744.html deleted file mode 100755 index 1f6cfd8..0000000 --- a/test/input/in_1452744.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> -<html lang="en"> -<head> -<title>1452744</title> -</head> -<body> -<h1>Test</h1> -</body> -</html> diff --git a/test/input/in_1503897.html b/test/input/in_1503897.html deleted file mode 100755 index 08ddff2..0000000 --- a/test/input/in_1503897.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title>1503897</title> -</head> -<body> -<pre> - PrintString("</TD><TR>\n"); -</pre> -<pre> - PrintString("</TD><TR>\n"); -</pre> -</body> -</html> \ No newline at end of file diff --git a/test/input/in_1510101.xml b/test/input/in_1510101.xml deleted file mode 100755 index c203001..0000000 --- a/test/input/in_1510101.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0"?> -<entities init=""> - -<entity> - <pattern><re><![CDATA[.pt/200[6789]]]> </re></pattern> - <outputs> - <output unique="yes"><attribute>hostname</attribute><separator>; </separator><format eval="no"><![CDATA[Jornal de Notícias]]></format></output> - </outputs> -</entity> - -</entities> diff --git a/test/input/in_1573338.xml b/test/input/in_1573338.xml deleted file mode 100755 index 45ae178..0000000 --- a/test/input/in_1573338.xml +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0"?> -<pdu xx=" ww" comment=" -Byte 1:BAP" /> diff --git a/test/input/in_1586158.html b/test/input/in_1586158.html deleted file mode 100755 index 4cf8249..0000000 --- a/test/input/in_1586158.html +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>1586158</title> -</head> -<body onload="func();"> -</body> -</html> diff --git a/test/input/in_1590220-1.html b/test/input/in_1590220-1.html deleted file mode 100644 index cf40b4a..0000000 --- a/test/input/in_1590220-1.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> - -<HTML> -<HEAD> -<TITLE>1590220 - Example 1</TITLE> -</HEAD> -<BODY> -<TABLE border="2" summary="First table"> -<PRE> -Text of first PRE block -</TABLE> -</PRE> -<TABLE border="3" summary="Second table"> -<PRE> -Text of second PRE block -</TABLE> -</PRE> -<!-- Some Comment --> -</BODY> -</HTML> diff --git a/test/input/in_1590220-2.html b/test/input/in_1590220-2.html deleted file mode 100644 index 81051e7..0000000 --- a/test/input/in_1590220-2.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> - -<HTML> -<HEAD> -<TITLE>1590220 - Example 2</TITLE> -</HEAD> -<BODY> -<TABLE border="2" summary="table with errant content"> -<PRE> -Text of first PRE block -<TR><TD> This is a test cell </td></tr> -More errant table content - this should not be PRE'd -</PRE> -</TABLE> -</BODY> -</HTML> diff --git a/test/input/in_1603538-1.html b/test/input/in_1603538-1.html deleted file mode 100755 index 8d1b9ad..0000000 --- a/test/input/in_1603538-1.html +++ /dev/null @@ -1,8 +0,0 @@ -<html xmlns="http://www.w3.org/1999/xhtml"> -<body> -<ul> -<li> -<a href="/oldcrap/013747.html">1111</li> -<hr> -</body> -</html> diff --git a/test/input/in_1603538-2.html b/test/input/in_1603538-2.html deleted file mode 100755 index c4eca5c..0000000 --- a/test/input/in_1603538-2.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> -<table> -<tr> - <td>Norway</th> -</tr> -<tr> - <td>Sweden</th> -</tr> -<tr> - <td>Switzerland</th> -</tr> -<tr> - <td>Turkey</th> -</tr> -</table> -</html> diff --git a/test/input/in_1610888-1.html b/test/input/in_1610888-1.html deleted file mode 100755 index 116705f..0000000 --- a/test/input/in_1610888-1.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<title>1610888</title> -<style type="text/css"> -body { - color: #000; - background-color: #fff; -} -.container { - background-color: #ff0; - border: solid 5px #f00; - font-size: 500%; -} -</style> -</head> - -<body> - -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> - -</body> -</html> diff --git a/test/input/in_1610888-2.html b/test/input/in_1610888-2.html deleted file mode 100755 index 4e75ccb..0000000 --- a/test/input/in_1610888-2.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<title>1610888</title> -<style type="text/css"> -body { - color: #000; - background-color: #fff; -} -.container { - background-color: #ff0; - border: solid 5px #f00; - font-size: 500%; -} -</style> -</head> - -<body> - -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> -<div class="container"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="" height="31" width="88" /></div> - -</body> -</html> diff --git a/test/input/in_1632218.html b/test/input/in_1632218.html deleted file mode 100755 index 45b63ee..0000000 --- a/test/input/in_1632218.html +++ /dev/null @@ -1,11 +0,0 @@ -<html> -<head> -<title>1632218 - entity parsing</title> -</head> - -<body> -<a href="file://&#128:/foo">link</a> -<a href="file://&#x128:/foo">link</a> -<a href="file://&#X128:/foo">link</a> -</body> -</html> diff --git a/test/input/in_1632470.html b/test/input/in_1632470.html deleted file mode 100755 index e21957f..0000000 --- a/test/input/in_1632470.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> -<hr> -<title>1632470</title> -</head> -<body> -</body> -</html> - diff --git a/test/input/in_1638062.html b/test/input/in_1638062.html deleted file mode 100755 index 1272b86..0000000 --- a/test/input/in_1638062.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> - <head> - <title>16380628: nested emphasis</title> - </head> - <body> - <p>now <b>how about <b>this</b></b> - <p>this is an <b>error<b> and this is <b>not</b></p> - </body> -</html> diff --git a/test/input/in_1642186-1.html b/test/input/in_1642186-1.html deleted file mode 100644 index 6d28cce..0000000 --- a/test/input/in_1642186-1.html +++ /dev/null @@ -1,28 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<meta charset="utf-8"> -<title>Issue #65 - Parser too greedy over script blocks</title> -<script> -/* the <script */ -var m1 = "\"<script \""; -var m2 = '<script '; // <script -</script> -<script> - document.write('<style>body{font-family:"'+XCOOKIE.gui_font+'",Verdana, Arial;}<\/style>'); -</script> -</head> -<body> -<p>para 1</p> - <script type="text/javascript">//<![CDATA[ - var request_uri = "http://www.cubrid.org/"; - var waiting_message = "Requesting to the server, please wait"; - var ssl_actions = new Array(); - //]]></script> -<p>para 2</p> -<script> -// We don't like single quotes. -</script> -<p>para 3</p> -</body> -</html> diff --git a/test/input/in_1642186.html b/test/input/in_1642186.html deleted file mode 100644 index 7acc7e5..0000000 --- a/test/input/in_1642186.html +++ /dev/null @@ -1,5 +0,0 @@ -<script type="text/javascript"> -/* the <script */ -var m1 = "\"<script \""; -var m2 = '<script '; // <script -</script> diff --git a/test/input/in_1652223.html b/test/input/in_1652223.html deleted file mode 100755 index e21957f..0000000 --- a/test/input/in_1652223.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> -<hr> -<title>1632470</title> -</head> -<body> -</body> -</html> - diff --git a/test/input/in_1674502.html b/test/input/in_1674502.html deleted file mode 100755 index a02cd79..0000000 --- a/test/input/in_1674502.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> -<title></title> -</head> -<body> -<?xml ?> -<?xml ?> -</body> -</html> diff --git a/test/input/in_1707836.html b/test/input/in_1707836.html deleted file mode 100755 index 150ee27..0000000 --- a/test/input/in_1707836.html +++ /dev/null @@ -1,14 +0,0 @@ -<html> -<head /> -<body> - -<ol> - <p /> - <li /> - <p /> - <li /> - <p /> -</ol> - -</body> -</html> diff --git a/test/input/in_1715153.html b/test/input/in_1715153.html deleted file mode 100755 index cf84eaa..0000000 --- a/test/input/in_1715153.html +++ /dev/null @@ -1,12 +0,0 @@ -<embed -allowScriptAccess="never" -src="qqq" -quality="high" -mode="transparent" -bgcolor="FFFFFF" -width="330" -height="220" -lign="middle" -allowScriptAccess="sameDomain" -type="application/x-shockwave-flash" -pluginspage="http://www.macromedia.com/go/getflashplayer" /> diff --git a/test/input/in_1720953.html b/test/input/in_1720953.html deleted file mode 100755 index c0a6e37..0000000 --- a/test/input/in_1720953.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> -<head> -<title>1720853</title> -</head> -<body> -<img src="y" alt="x" /> -</body> -</html> - diff --git a/test/input/in_1773932.html b/test/input/in_1773932.html deleted file mode 100755 index 89323b7..0000000 --- a/test/input/in_1773932.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title></title> -</head> -<body> - -<font color="black"> -<ol><li>Foo -</li><li>Bar -</li><li>Xyzzy</li></ol> - -</body> -</html> diff --git a/test/input/in_1986717-1.html b/test/input/in_1986717-1.html deleted file mode 100755 index f600142..0000000 --- a/test/input/in_1986717-1.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> -<title>1986717</title> -</head> - <body> - <a id="a1"></a> - <a name="a2"></a> - <a id="a3" name="a3"></a> - </body> -</html> diff --git a/test/input/in_1986717-2.html b/test/input/in_1986717-2.html deleted file mode 100755 index f600142..0000000 --- a/test/input/in_1986717-2.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" -"http://www.w3.org/TR/html4/strict.dtd"> -<html> -<head> -<title>1986717</title> -</head> - <body> - <a id="a1"></a> - <a name="a2"></a> - <a id="a3" name="a3"></a> - </body> -</html> diff --git a/test/input/in_1986717-3.html b/test/input/in_1986717-3.html deleted file mode 100755 index bf3d7a7..0000000 --- a/test/input/in_1986717-3.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<html> -<head> -<title>1986717</title> -</head> - <body> - <a name="a2"></a> - </body> -</html> diff --git a/test/input/in_2046048.html b/test/input/in_2046048.html deleted file mode 100755 index 158a769..0000000 --- a/test/input/in_2046048.html +++ /dev/null @@ -1,20 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<title>2046048</title> -</head> -<body> - -<div> -<Asset> -<ThumbNailImage> -<Caption></Caption> -<Width>90</Width> -<Height>60</Height> -</ThumbNailImage> -</Asset> -</div> - -</body> -</html> diff --git a/test/input/in_2085175.html b/test/input/in_2085175.html deleted file mode 100755 index 7d6c165..0000000 --- a/test/input/in_2085175.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<meta name=Generator content="Microsoft Word 10 (filtered)"> -<title>2085175</title> -</head> -<body> -<p class=MsoNormal>some text <a style='mso-footnote-id:ftn2' href="#_ftn2"><span class=MsoFootnoteReference><span style='mso-special-character:footnote'><![if !supportFootnotes]>[2]<![endif]></span></span></a></p> -</body> -</html> diff --git a/test/input/in_2359929.html b/test/input/in_2359929.html deleted file mode 100755 index b4e0827..0000000 --- a/test/input/in_2359929.html +++ /dev/null @@ -1,10 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> - <head> - <title>A test</title> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - </head> - <body> - <a href="javascript:alert('\x48ello');">Say hello</a><br /> - </body> -</html> diff --git a/test/input/in_2705873-1.html b/test/input/in_2705873-1.html deleted file mode 100755 index 4f357b7..0000000 --- a/test/input/in_2705873-1.html +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <title>Virtual Library</title> - </head> - <body> - <p>Moved to <a href="http://example.org/">example.org</a>.</p> - - </body> -</html> diff --git a/test/input/in_2705873-2.html b/test/input/in_2705873-2.html deleted file mode 100755 index 7450903..0000000 --- a/test/input/in_2705873-2.html +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head> - <meta http-equiv="Content-type" content="text/html; charset=EUC-JP" /> - <title>Virtual Library</title> - </head> - <body> - <p>Moved to <a href="http://example.org/">example.org</a>.</p> - </body> -</html> - diff --git a/test/input/in_2709860.html b/test/input/in_2709860.html deleted file mode 100755 index ae62b7e..0000000 --- a/test/input/in_2709860.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> -<title></title> -</head> -<body> -<table summary=""> -<tr> -<th> Topic </th> -<th rowspan=2> version </th> -<th abbr="Type"> Plugins/standalone&nbsp;?</th> -<th> Foobar </th> -</tr> -</table> -</body> -</html> diff --git a/test/input/in_426885.html b/test/input/in_426885.html deleted file mode 100644 index be3296b..0000000 --- a/test/input/in_426885.html +++ /dev/null @@ -1,15 +0,0 @@ -<HTML> -<HEAD> -<TITLE>[ #426885 ] Definition list w/Center crashes</TITLE> -</HEAD> -<BODY> -<CENTER><H1>Heading 1</H1></CENTER> -<DT><IMG src="redball.gif"><B>Term 1</B></DT> -<DT><IMG src="redball.gif"><B>Term 2</B><HR></DT> -<CENTER><H1>Heading 2</H1></CENTER> -<UL> -<DT><IMG src="redball.gif"><B>Term 3</B></DT> -<DT><IMG src="redball.gif"><B>Term 4</B><HR></DT> -</UL> -</BODY> -</HTML> \ No newline at end of file diff --git a/test/input/in_427633.html b/test/input/in_427633.html deleted file mode 100644 index 2837705..0000000 --- a/test/input/in_427633.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html> -<head> - <title>[#427663] Line endings not supported correctly</title> -</head> -<body> -<p>This is a carriage return This is a Unix line-ending -This is a DOS line ending - -</body> -</html> diff --git a/test/input/in_427662.html b/test/input/in_427662.html deleted file mode 100644 index cbaebe9..0000000 --- a/test/input/in_427662.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> -<head> - <title>[#427662] BLOCK/INLINE before TABLE parsed wrong</title> -</head> -<body> -<table border="1" summary=""> -<a href="111"><font size="+3"><b>Big and bold</b> Big</font></a> -</table> -</body> -</html> diff --git a/test/input/in_427664.html b/test/input/in_427664.html deleted file mode 100644 index 3c7b22d..0000000 --- a/test/input/in_427664.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> - <title>[#427664] Missing attr values cause NULL segfault</title> -</head> -<body 1/2="xx" width= align=""> -<!-- attribute name is 2 bytes hex c3 87 --> -text -</body> -</html> diff --git a/test/input/in_427671.html b/test/input/in_427671.html deleted file mode 100644 index 879970b..0000000 --- a/test/input/in_427671.html +++ /dev/null @@ -1,15 +0,0 @@ -<html> -<head> - <title>[#427671] &lt;LI&gt; w/FRAME/FRAMESET/OPTGROUP/OPTION loop</title> -</head> -<body> -<ul> -<li>first item</li> -<li><frame>frame item</frame></li> -<li><frameset>frameset item</frameset></li> -<li><optgroup>optgroup item</optgroup></li> -<li><option>option item</option></li> -<li>last item</li> -</ul> -</body> -</html> diff --git a/test/input/in_427672.html b/test/input/in_427672.html deleted file mode 100644 index 1b08d21..0000000 --- a/test/input/in_427672.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<head> - <title>[#427672] Non-std attrs w/multibyte names segfault</title> -</head> -<body 1/2="xx"> -<!-- attribute name is 2 bytes hex c3 87 --> -text -</body> -</html> diff --git a/test/input/in_427675.html b/test/input/in_427675.html deleted file mode 100644 index 2cc5597..0000000 --- a/test/input/in_427675.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> -<head> - <title></title> -</head> -<frameset> - <frame name="name" src="one.html"> -</frameset> -<frame name="ignored-by-browsers" src="two.html"> -This text belongs in a noframes element. -</html> diff --git a/test/input/in_427676.html b/test/input/in_427676.html deleted file mode 100644 index d47f42c..0000000 --- a/test/input/in_427676.html +++ /dev/null @@ -1,8 +0,0 @@ -<html> -<head> - <title></title> -</head> -<body> -<p>This is a <spanstyle="color:#FF0000">Red</span> <a href-"foo">link</a></p> -</body> -</html> diff --git a/test/input/in_427677.html b/test/input/in_427677.html deleted file mode 100644 index 2a7c241..0000000 --- a/test/input/in_427677.html +++ /dev/null @@ -1,10 +0,0 @@ -<html> -<head> - <title>[ #427677 ] TrimInitialSpace() can trim too much</title> -</head> -<body> -<p>This is a <span style="color:#FF0000"> Red</span> - <a href="foo"> - link </a></p> -</body> -</html> diff --git a/test/input/in_427810.html b/test/input/in_427810.html deleted file mode 100644 index 997d320..0000000 --- a/test/input/in_427810.html +++ /dev/null @@ -1,13 +0,0 @@ -<html> -<head> -<title>[ #427810 ] Proprietary elements not reported as err</title> -</head> -<body> -<!-- use "-clean" or not to test both cases --> -<p>Test inline element</p> -<blink>Proprietary inline element (blink)</blink> -<wbr>Proprietary inline element (wbr) - note starts on new line, doesn't need end tag -<nobr>Proprietary inline element (nobr)</nobr> -<p>Test inline element</p> -</body> -</html> diff --git a/test/input/in_427811.html b/test/input/in_427811.html deleted file mode 100644 index b5f9449..0000000 --- a/test/input/in_427811.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> -<head> - <title>[#427811] FRAME inside NOFRAME infinite loop</title> -</head> -<!-- -<frameset rows="25%,*"> - <frame src="title.html" name="p1" scrolling=no> -</frameset> ---> -<noframes> - <body bgcolor="#000000" text="#ffffff"> - <h1>Need a Frame Capable Browser!</h1> - <frame src="body.html" name="p2"> - </body> - - diff --git a/test/input/in_427812.xhtml b/test/input/in_427812.xhtml deleted file mode 100644 index 6957518..0000000 --- a/test/input/in_427812.xhtml +++ /dev/null @@ -1,15 +0,0 @@ - - - - -[ #427812 ] Reprocessing OBJECT removes PARAM - - - - - - - - diff --git a/test/input/in_427813.html b/test/input/in_427813.html deleted file mode 100644 index 26c3d5a..0000000 --- a/test/input/in_427813.html +++ /dev/null @@ -1,8 +0,0 @@ - - - [#427813] Missing = from attr value segfaults - - -text - - diff --git a/test/input/in_427816.html b/test/input/in_427816.html deleted file mode 100644 index 7fbe57c..0000000 --- a/test/input/in_427816.html +++ /dev/null @@ -1,8 +0,0 @@ - - - [ #427816 ] Mismatched quotes for attr segfaults - - -blah - - diff --git a/test/input/in_427818.html b/test/input/in_427818.html deleted file mode 100644 index 6bfcd64..0000000 --- a/test/input/in_427818.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #427818 ] Missing quotes cause segfaults - - -link - - \ No newline at end of file diff --git a/test/input/in_427819.html b/test/input/in_427819.html deleted file mode 100644 index efc4c0b..0000000 --- a/test/input/in_427819.html +++ /dev/null @@ -1,17 +0,0 @@ - - -[ #427819 ] OPTION w/illegal FONT eats whitespace - - -
      - - - - \ No newline at end of file diff --git a/test/input/in_427820.html b/test/input/in_427820.html deleted file mode 100644 index e3e7680..0000000 --- a/test/input/in_427820.html +++ /dev/null @@ -1,14 +0,0 @@ - - - Test Input For Bug #427820 - - -
      - - - -

      -
      - - - diff --git a/test/input/in_427821.html b/test/input/in_427821.html deleted file mode 100644 index bf794b6..0000000 --- a/test/input/in_427821.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #427821 ] XHTML TRANSITIONAL doctype set wrongly - - - -<body> -This is a test - use "-asxml" on the command line. -</body> - - - diff --git a/test/input/in_427822.html b/test/input/in_427822.html deleted file mode 100644 index 074f278..0000000 --- a/test/input/in_427822.html +++ /dev/null @@ -1,10 +0,0 @@ - - -[ #427822 ] PopInLine() doesn't check stack - - -
      -
      abc
      -
      - - \ No newline at end of file diff --git a/test/input/in_427823.html b/test/input/in_427823.html deleted file mode 100644 index 7c386c0..0000000 --- a/test/input/in_427823.html +++ /dev/null @@ -1,18 +0,0 @@ - - -[ #427823 ] Multiple <BODY>'s in <NOFRAMES> allowed - - - - -<body> -Text in body 1. -</body> -<body> -Text in illegal body 2. -</body> -Text in inferred illegal body 3. - - - -Text in inferred illegal body 4. diff --git a/test/input/in_427825.html b/test/input/in_427825.html deleted file mode 100644 index e272db6..0000000 --- a/test/input/in_427825.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - Test user defined tags - bug #427825 - - - Test-1Test-3 - - diff --git a/test/input/in_427826.html b/test/input/in_427826.html deleted file mode 100644 index c223b34..0000000 --- a/test/input/in_427826.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -[#427826] Script source needs escaping/CDATA section - - - - - - -

      If converted to XML/XHTML, the < in the javascript source -above causes problems for XML tools.

      - - - diff --git a/test/input/in_427827.html b/test/input/in_427827.html deleted file mode 100644 index f01e66a..0000000 --- a/test/input/in_427827.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #427827 ] Nested anchor elements allowed - - -link-1 link-2 -plain - - \ No newline at end of file diff --git a/test/input/in_427830.html b/test/input/in_427830.html deleted file mode 100644 index 345625b..0000000 --- a/test/input/in_427830.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - Test Input For Bug #427830 - - -

      Tidy uses an incorrect XHTML 1.0 Namespace, - even if the correct namespace is given.

      - - diff --git a/test/input/in_427833.html b/test/input/in_427833.html deleted file mode 100644 index 4ad987b..0000000 --- a/test/input/in_427833.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - Escape sequences - - -

      #include <stdio.h>

      -

      #include <stdio.h>

      -

      #include <stdio.h>

      - - diff --git a/test/input/in_427834.html b/test/input/in_427834.html deleted file mode 100644 index 76d6bca..0000000 --- a/test/input/in_427834.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #427834 ] Warning given for newline in DOCTYPE - - - - \ No newline at end of file diff --git a/test/input/in_427835.html b/test/input/in_427835.html deleted file mode 100644 index d5c6748..0000000 --- a/test/input/in_427835.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - -Test input file for bug #427835 - - -

      Test input file for bug #427835

      -

      Use with or without the -asxhtml option.

      -

      -clean has no effect

      - - diff --git a/test/input/in_427836.html b/test/input/in_427836.html deleted file mode 100644 index dbb39f6..0000000 --- a/test/input/in_427836.html +++ /dev/null @@ -1,5 +0,0 @@ - - diff --git a/test/input/in_427837.xml b/test/input/in_427837.xml deleted file mode 100644 index e5feff0..0000000 --- a/test/input/in_427837.xml +++ /dev/null @@ -1,4 +0,0 @@ - - Björn Höhrmann - Marc-André Lemburg - diff --git a/test/input/in_427838.html b/test/input/in_427838.html deleted file mode 100644 index c51c415..0000000 --- a/test/input/in_427838.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - -[ #427838 ] Name Anchor thrown away - - -A fragment of html created by Frontpage..... -

      Clipboard

      - -lots more stuff deleted.... - - -some text -some text - - - \ No newline at end of file diff --git a/test/input/in_427839.html b/test/input/in_427839.html deleted file mode 100644 index 2e4a039..0000000 --- a/test/input/in_427839.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test Input For Bug #427839 - - -This is a test. Use "-asxhtml --doctype omit" on the command line. - - diff --git a/test/input/in_427840.html b/test/input/in_427840.html deleted file mode 100644 index 280aa79..0000000 --- a/test/input/in_427840.html +++ /dev/null @@ -1,8 +0,0 @@ - -[ #427840 ] Span causes infinite loop - - -

      Inside a span.

      - - - \ No newline at end of file diff --git a/test/input/in_427841.html b/test/input/in_427841.html deleted file mode 100644 index d78b8dd..0000000 --- a/test/input/in_427841.html +++ /dev/null @@ -1,31 +0,0 @@ - - -Test input for bug #427841 - - -

      Tidy crashes on badly formed HTML -involving nested lists. - -

      - -
        -
      • Merge adjacent lists -
      - -
        - - - - - diff --git a/test/input/in_427844.html b/test/input/in_427844.html deleted file mode 100644 index a0445d1..0000000 --- a/test/input/in_427844.html +++ /dev/null @@ -1,13 +0,0 @@ - - -[ #427844 ] End tags containing whitespace warning \ No newline at end of file diff --git a/test/input/in_427845.html b/test/input/in_427845.html deleted file mode 100644 index 0c599cb..0000000 --- a/test/input/in_427845.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ #427845 ] Doctypes are output on multiple lines - - -Use "--wrap 60" on the command line - - \ No newline at end of file diff --git a/test/input/in_427846.html b/test/input/in_427846.html deleted file mode 100644 index 4d0da4e..0000000 --- a/test/input/in_427846.html +++ /dev/null @@ -1,13 +0,0 @@ - - - Test Input For Bug #427846 - - - -
        -text-one -
        -text-two -
        - - \ No newline at end of file diff --git a/test/input/in_431716.html b/test/input/in_431716.html deleted file mode 100644 index 9edcf79..0000000 --- a/test/input/in_431716.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - -civRights2 - - -

        Civil Rights #2

        - -

        Overview

        - -
          -
        • Who are you protected from?
        • - -
        • How are you supposed to do anything about it?
        • - -
        • Why do protections grow and shrink?
        • - -
        • Rights of women
        • - -
        • Rights of disabled people
        • - -
        • Native Americans
        • -
        - -

        Who are you protected from?

        - -
          -
        • "State government" under 14th Amendment
        • - -
        • -
            -
          • Sex/race, not age!
          • - -
          • People who act "on behalf" of state government
          • -
          -
        • -
        - -

        Who are you protected from?

        - -
          -
        • "State government" under 14th Amendment
        • - -
        • -
            -
          • Sex/race, not age!
          • - -
          • People who act "on behalf" of state government
          • -
          -
        • - -
        • Federal Government Contractors
        • -
        - -

        Who are you protected from?

        - -
          -
        • "State government" under 14th Amendment
        • - -
        • -
            -
          • Sex/race, not age!
          • - -
          • People who act "on behalf" of state government
          • -
          -
        • - -
        • Federal Government Contractors
        • - -
        • Anybody Congress can regulate under the commerce clause
        • - -
        • -
            -
          • Civil Rights Acts (1866, 1964, 1991)
          • -
          -
        • -
        - -

        How are rules enforced?

        - -
          -
        1. Criminal prosecution
        2. -
        - -

        How are rules enforced?

        - -
          -
        1. Criminal prosecution
        2. - -
        3. EEOC complaint
        4. - -
        5. -
            -
          1. Lawsuit for back pay and reinstatement
          2. - -
          3. Affirmative Action order.
          4. -
          -
        6. -
        - -

        How are rules enforced?

        - -
          -
        1. Criminal prosecution
        2. - -
        3. EEOC complaint
        4. - -
        5. -
            -
          1. Lawsuit for back pay and reinstatement
          2. - -
          3. Affirmative Action order.
          4. -
          -
        6. - -
        7. Private lawsuit--financial compensation
        8. -
        - -

        What about Affirmative Action?

        - -
          -
        • what is it?
        • -
        - -

        What about Affirmative Action?

        - -
          -
        • what is it?
        • - -
        • reverse discrimination
        • -
        - -

        What about Affirmative Action?

        - -
          -
        • what is it?
        • - -
        • reverse discrimination
        • - -
        • diversity policy and the University
        • - -
        • -
            -
          • Bakke's lawsuit & followups
          • -
          -
        • - -
        • diversity in government contracting: quotas?
        • -
        - -

        Why do protections grow and shrink?

        - -
          -
        • Courts have limited government intervention in society
        • - -
        • Is protest necessary?
        • - -
        • -
            -
          •  Need to "get attention"
          • - -
          • Maybe if you don't have a good lawyer...
          • -
          -
        • - -
        • Terrorism/violence usually "counter productive"
        • -
        - -

        Racial Minorities

        - -
          -
        • 14th shrank in response to Court decisions and politics
        • - -
        • Some protections won through legal action
        • - -
        • Biggest protections result from nonviolent action
        • -
        - -

        Rights of Women

        - -
          -
        • Long era of "protectionism"
        • -
        - -

        Rights of Women

        - -
          -
        • Long era of "protectionism"
        • - -
        • excluded from many professions
        • -
        - -

        Rights of Women

        - -
          -
        • Long era of "protectionism"
        • - -
        • excluded from many professions
        • - -
        • couldn't vote
        • - -
        • own property
        • -
        - -

        Equal Rights Amendments

        - -
          -
        • Remember the 14th Amendment?
        • -
        - -

        Equal Rights Amendments

        - -
          -
        • Remember the 14th Amendment?
        • - -
        • ERA proposed by Congress 1972. Failed.
        • -
        - -

        Equal Rights Amendments

        - -
          -
        • Remember the 14th Amendment?
        • - -
        • ERA proposed by Congress 1972. Failed.
        • - -
        • 1970s: Revival of 14th for women.
        • - -
        • -
            -
          • Sexual classifications no longer allowed by State without -persuasive justification
          • -
          -
        • -
        - -

        Women in the Labor Force

        - -
          -
        • Why do women earn less?
        • - -
        • -
            -
          • Job type
          • - -
          • Skill
          • - -
          • Discrimination
          • -
          -
        • -
        - -

        Women in the Labor Force

        - -
          -
        • Why do women earn less?
        • - -
        • -
            -
          • Job type
          • - -
          • Skill
          • - -
          • Discrimination
          • -
          -
        • - -
        • 1964 CRA included "sex" but...
        • - -
        • EEOC  initially refused to pursue sex discrimination -cases
        • -
        - -

        Women in the Labor Force

        - -
          -
        • Why do women earn less?
        • - -
        • -
            -
          • Job type
          • - -
          • Skill
          • - -
          • Discrimination
          • -
          -
        • - -
        • 1964 CRA included "sex" but...
        • - -
        • EEOC  initially refused to pursue sex discrimination -cases
        • - -
        • 1991 CRA: restated 1866 CRA right to sue for $ damages for -discrimination or sexual harassment.
        • -
        - -

        Higher Education

        - -
          -
        • Higher Educ. Act, Title IX (1972)  Prohibit sex -discrimination in fed. funded programs
        • - -
        • Rising emphasis on women's athletics
        • - -
        • Backlash in some states (California, Texas)
        • -
        - -

        Rights of disabled people

        - -
          -
        • 1973 Federal law prohibited discrimination by federal -contractors
        • - -
        • -
            -
          • must not discriminate against an otherwise qualified person -solely by reason of handicap
          • -
          -
        • -
        - -

        Rights of disabled people

        - -
          -
        • 1973 Federal law prohibited discrimination by federal -contractors
        • - -
        • -
            -
          • must not discriminate against an otherwise qualified person -solely by reason of handicap
          • -
          -
        • - -
        • 1990 Americans with Disabilities Act
        • - -
        • -
            -
          • extends protection to businesses and public accommodations -(commerce clause)
          • - -
          • requires reasonable accommodation
          • -
          -
        • -
        - -

        Politics and Native American Rights

        - -
          -
        • Battle on 2 fronts
        • - -
        • -
            -
          • Tribal autonomy & relations with US/BIA
          • - -
          • Opportunities within "mainstream" US
          • -
          -
        • - -
        • State Government and the 14th amendment
        • - -
        • -
            -
          • Complicated peyote story
          • -
          -
        • -
        - - - - diff --git a/test/input/in_431719.html b/test/input/in_431719.html deleted file mode 100644 index 341546e..0000000 --- a/test/input/in_431719.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - Test input for bug #431719 - - -

        Problem is spec want "HTML 3.2 Final", but everyone - in the world, including Tidy, uses "HTML 3.2". So the - software has to recognize both FPI's as equivalent. - - - - - -
        Missing table summary only applies to HTML 4.x
        - - diff --git a/test/input/in_431721.html b/test/input/in_431721.html deleted file mode 100644 index 5d851a1..0000000 --- a/test/input/in_431721.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - -Joe-Bob Briggs LLP - - - - - - -

        - -

        Joe-Bob Briggs LLP

        - -

         

        - -

        Bryan -Joe-Bob LLP is a leading national and international corporate, litigation and -private client law firm. We represent a -wide variety of business, institutional and individual clients for whom our -lawyers handle a wide range of matters. -As a result, our lawyers are well prepared to meet the needs of clients -whether large or small, public or private, for-profit or not-for-profit.

        - -

         

        - -

        Joe-Bob -Briggs has more offices than you can shake a stick at. -These locations give Joe-Bob the geographic reach to assist his -clients where their needs are most pressing.

        - -

                 -Estate Planning

        - -

                 -Closely-Held Business Practice

        - -

                 -Estate, Gift, Income and Other Tax Advice

        - -

         

        - -

        Joe-Bob -joined the Firm in 1995 after 15 years with the Kansas City firm of Fish, -Gill, Smoker & Butts, where he was a Shareholder/Director. John is a past Chair of the Estate Planning, -Probate and Trust Committee of the Kansas City Metropolitan Bar Association and -co-authored the Drinking Procedures Manual for County -Practitioners. Currently, JB is a -member of the Missouri Bar Probate and Trust Committee, the Estate Planning Society -and the Mid-America Planned Giving Council. -A fellow of the American College of Trust and Estate Counsel, JB -lectures frequently on Estate Planning topics for both legal and lay -organizations.

        - -

         

        - -
        - - - - - diff --git a/test/input/in_431731.html b/test/input/in_431731.html deleted file mode 100644 index 1685053..0000000 --- a/test/input/in_431731.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #431731 ] Inline emphasis inconsistent propagation - - -OUTSIDE
        -OUTSIDE - - \ No newline at end of file diff --git a/test/input/in_431736.html b/test/input/in_431736.html deleted file mode 100644 index b8b46c3..0000000 --- a/test/input/in_431736.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#431736] Doctype decl added before XML decl - - -

        Run tidy w/ -asxhtml or -asxml options...

        - - diff --git a/test/input/in_431739.html b/test/input/in_431739.html deleted file mode 100644 index 86b2a1f..0000000 --- a/test/input/in_431739.html +++ /dev/null @@ -1,9 +0,0 @@ - - - [#431739] Spaces carried into empty block tags - - -This is a test -
        Example - - \ No newline at end of file diff --git a/test/input/in_431874.html b/test/input/in_431874.html deleted file mode 100644 index 3af169c..0000000 --- a/test/input/in_431874.html +++ /dev/null @@ -1,6 +0,0 @@ - -Test for bug #431874 - -Test for bug #431874 - - diff --git a/test/input/in_431883.html b/test/input/in_431883.html deleted file mode 100644 index b54a620..0000000 --- a/test/input/in_431883.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - -Bug-2000-12-27-A [ #431883 ] Given doctype reported incorrectly - - - - - - - - - - - - - -
        A cell.
        - - - diff --git a/test/input/in_431889.html b/test/input/in_431889.html deleted file mode 100644 index 01ebacd..0000000 --- a/test/input/in_431889.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - -Bug-2000-12-27-B [ #431889 ] Config file options w/"param" don't work - - - - -

        This image has no ALT attribute.

        - - - diff --git a/test/input/in_431895.html b/test/input/in_431895.html deleted file mode 100644 index b72a6f5..0000000 --- a/test/input/in_431895.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - -Bug-2001-01-03-A [ #431895 ] gnu-emacs filename not set for XML or -q - - - - -

        -

        Some text.

        - - - diff --git a/test/input/in_431898.html b/test/input/in_431898.html deleted file mode 100644 index 6af7ba0..0000000 --- a/test/input/in_431898.html +++ /dev/null @@ -1,13 +0,0 @@ - - -]> - -[ #431898 ] Tidy messes up X(HT)ML documents - - -

        Test

        - - diff --git a/test/input/in_431956.xml b/test/input/in_431956.xml deleted file mode 100644 index ffd34b8..0000000 --- a/test/input/in_431956.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - Test - diff --git a/test/input/in_431958.html b/test/input/in_431958.html deleted file mode 100644 index 233bea6..0000000 --- a/test/input/in_431958.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - [ #431958 ] Comments always indented - - - - - diff --git a/test/input/in_431964.html b/test/input/in_431964.html deleted file mode 100644 index 26b0d1f..0000000 --- a/test/input/in_431964.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #431964 ] table height="" not flagged as error - - - - - - -
        A cell.
        - - diff --git a/test/input/in_431965.xhtml b/test/input/in_431965.xhtml deleted file mode 100644 index b8dcaec..0000000 --- a/test/input/in_431965.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - - [ #431965 ] XHTML Strict seen as Transitional w/div - - - -
        Test
        - - - diff --git a/test/input/in_432677.html b/test/input/in_432677.html deleted file mode 100644 index 96fc733..0000000 --- a/test/input/in_432677.html +++ /dev/null @@ -1,14 +0,0 @@ - - -[ #432677 ] Null value changed to "value" for -asxml - -
        - - - -
        - - diff --git a/test/input/in_433012.html b/test/input/in_433012.html deleted file mode 100644 index 77fc767..0000000 --- a/test/input/in_433012.html +++ /dev/null @@ -1,804 +0,0 @@ - -[ #433012 ] Illegal ampersands/character entities - -

        - - - - - - - - - - - id=ID =XX
        - - - id=ID¡=XX
        - - - id=ID¢=XX
        - - - id=ID£=XX
        - - - id=ID¤=XX
        - - - id=ID¥=XX
        - - - id=ID¦=XX
        - - - id=ID§=XX
        - - - id=ID¨=XX
        - - - id=ID©=XX
        - - - id=IDª=XX
        - - - id=ID«=XX
        - - - id=ID¬=XX
        - - - id=ID­=XX
        - - - id=ID®=XX
        - - - id=ID¯=XX
        - - - id=ID°=XX
        - - - id=ID±=XX
        - - - id=ID²=XX
        - - - id=ID³=XX
        - - - id=ID´=XX
        - - - id=IDµ=XX
        - - - id=ID¶=XX
        - - - id=ID·=XX
        - - - id=ID¸=XX
        - - - id=ID¹=XX
        - - - id=IDº=XX
        - - - id=ID»=XX
        - - - id=ID¼=XX
        - - - id=ID½=XX
        - - - id=ID¾=XX
        - - - id=ID¿=XX
        - - - id=IDÀ=XX
        - - - id=IDÁ=XX
        - - - id=IDÂ=XX
        - - - id=IDÃ=XX
        - - - id=IDÄ=XX
        - - - id=IDÅ=XX
        - - - id=IDÆ=XX
        - - - id=IDÇ=XX
        - - - id=IDÈ=XX
        - - - id=IDÉ=XX
        - - - id=IDÊ=XX
        - - - id=IDË=XX
        - - - id=IDÌ=XX
        - - - id=IDÍ=XX
        - - - id=IDÎ=XX
        - - - id=IDÏ=XX
        - - - id=IDÐ=XX
        - - - id=IDÑ=XX
        - - - id=IDÒ=XX
        - - - id=IDÓ=XX
        - - - id=IDÔ=XX
        - - - id=IDÕ=XX
        - - - id=IDÖ=XX
        - - - id=ID×=XX
        - - - id=IDØ=XX
        - - - id=IDÙ=XX
        - - - id=IDÚ=XX
        - - - id=IDÛ=XX
        - - - id=IDÜ=XX
        - - - id=IDÝ=XX
        - - - id=IDÞ=XX
        - - - id=IDß=XX
        - - - id=IDà=XX
        - - - id=IDá=XX
        - - - id=IDâ=XX
        - - - id=IDã=XX
        - - - id=IDä=XX
        - - - id=IDå=XX
        - - - id=IDæ=XX
        - - - id=IDç=XX
        - - - id=IDè=XX
        - - - id=IDé=XX
        - - - id=IDê=XX
        - - - id=IDë=XX
        - - - id=IDì=XX
        - - - id=IDí=XX
        - - - id=IDî=XX
        - - - id=IDï=XX
        - - - id=IDð=XX
        - - - id=IDñ=XX
        - - - id=IDò=XX
        - - - id=IDó=XX
        - - - id=IDô=XX
        - - - id=IDõ=XX
        - - - id=IDö=XX
        - - - id=ID÷=XX
        - - - id=IDø=XX
        - - - id=IDù=XX
        - - - id=IDú=XX
        - - - id=IDû=XX
        - - - id=IDü=XX
        - - - id=IDý=XX
        - - - id=IDþ=XX
        - - - id=IDÿ=XX
        - - - - - - - - id=ID&fnof=XX
        - - - id=ID&Alpha=XX
        - - - id=ID&Beta=XX
        - - - id=ID&Gamma=XX
        - - - id=ID&Delta=XX
        - - - id=ID&Epsilon=XX
        - - - id=ID&Zeta=XX
        - - - id=ID&Eta=XX
        - - - id=ID&Theta=XX
        - - - id=ID&Iota=XX
        - - - id=ID&Kappa=XX
        - - - id=ID&Lambda=XX
        - - - id=ID&Mu=XX
        - - - id=ID&Nu=XX
        - - - id=ID&Xi=XX
        - - - id=ID&Omicron=XX
        - - - id=ID&Pi=XX
        - - - id=ID&Rho=XX
        - - - id=ID&Sigma=XX
        - - - id=ID&Tau=XX
        - - - id=ID&Upsilon=XX
        - - - id=ID&Phi=XX
        - - - id=ID&Chi=XX
        - - - id=ID&Psi=XX
        - - - id=ID&Omega=XX
        - - - id=ID&alpha=XX
        - - - id=ID&beta=XX
        - - - id=ID&gamma=XX
        - - - id=ID&delta=XX
        - - - id=ID&epsilon=XX
        - - - id=ID&zeta=XX
        - - - id=ID&eta=XX
        - - - id=ID&theta=XX
        - - - id=ID&iota=XX
        - - - id=ID&kappa=XX
        - - - id=ID&lambda=XX
        - - - id=ID&mu=XX
        - - - id=ID&nu=XX
        - - - id=ID&xi=XX
        - - - id=ID&omicron=XX
        - - - id=ID&pi=XX
        - - - id=ID&rho=XX
        - - - id=ID&sigmaf=XX
        - - - id=ID&sigma=XX
        - - - id=ID&tau=XX
        - - - id=ID&upsilon=XX
        - - - id=ID&phi=XX
        - - - id=ID&chi=XX
        - - - id=ID&psi=XX
        - - - id=ID&omega=XX
        - - - id=ID&thetasym=XX
        - - - id=ID&upsih=XX
        - - - id=ID&piv=XX
        - - - id=ID&bull=XX
        - - - id=ID&hellip=XX
        - - - id=ID&prime=XX
        - - - id=ID&Prime=XX
        - - - id=ID&oline=XX
        - - - id=ID&frasl=XX
        - - - id=ID&weierp=XX
        - - - id=ID&image=XX
        - - - id=ID&real=XX
        - - - id=ID&trade=XX
        - - - id=ID&alefsym=XX
        - - - id=ID&larr=XX
        - - - id=ID&uarr=XX
        - - - id=ID&rarr=XX
        - - - id=ID&darr=XX
        - - - id=ID&harr=XX
        - - - id=ID&crarr=XX
        - - - id=ID&lArr=XX
        - - - id=ID&uArr=XX
        - - - id=ID&rArr=XX
        - - - id=ID&dArr=XX
        - - - id=ID&hArr=XX
        - - - id=ID&forall=XX
        - - - id=ID&part=XX
        - - - id=ID&exist=XX
        - - - id=ID&empty=XX
        - - - id=ID&nabla=XX
        - - - id=ID&isin=XX
        - - - - - - id=ID¬in=XX
        - - - id=ID&ni=XX
        - - - id=ID&prod=XX
        - - - id=ID&sum=XX
        - - - id=ID&minus=XX
        - - - id=ID&lowast=XX
        - - - id=ID&radic=XX
        - - - id=ID&prop=XX
        - - - id=ID&infin=XX
        - - - id=ID&ang=XX
        - - - id=ID&and=XX
        - - - id=ID&or=XX
        - - - id=ID&cap=XX
        - - - id=ID&cup=XX
        - - - id=ID&int=XX
        - - - id=ID&there4=XX
        - - - id=ID&sim=XX
        - - - id=ID&cong=XX
        - - - id=ID&asymp=XX
        - - - id=ID&ne=XX
        - - - id=ID&equiv=XX
        - - - id=ID&le=XX
        - - - id=ID&ge=XX
        - - - id=ID&sub=XX
        - - - id=ID&sup=XX
        - - - id=ID&nsub=XX
        - - - id=ID&sube=XX
        - - - id=ID&supe=XX
        - - - id=ID&oplus=XX
        - - - id=ID&otimes=XX
        - - - id=ID&perp=XX
        - - - id=ID&sdot=XX
        - - - id=ID&lceil=XX
        - - - id=ID&rceil=XX
        - - - id=ID&lfloor=XX
        - - - id=ID&rfloor=XX
        - - - id=ID&lang=XX
        - - - id=ID&rang=XX
        - - - id=ID&loz=XX
        - - - id=ID&spades=XX
        - - - id=ID&clubs=XX
        - - - id=ID&hearts=XX
        - - - id=ID&diams=XX
        - - - - - - - - - id=ID"=XX
        - - - id=ID&=XX
        - - - id=ID<=XX
        - - - id=ID>=XX
        - - - - - - - - id=ID&OElig=XX
        - - - id=ID&oelig=XX
        - - - id=ID&Scaron=XX
        - - - id=ID&scaron=XX
        - - - id=ID&Yuml=XX
        - - - id=ID&circ=XX
        - - - id=ID&tilde=XX
        - - - id=ID&ensp=XX
        - - - id=ID&emsp=XX
        - - - id=ID&thinsp=XX
        - - - id=ID&zwnj=XX
        - - - id=ID&zwj=XX
        - - - id=ID&lrm=XX
        - - - id=ID&rlm=XX
        - - - id=ID&ndash=XX
        - - - id=ID&mdash=XX
        - - - id=ID&lsquo=XX
        - - - id=ID&rsquo=XX
        - - - id=ID&sbquo=XX
        - - - id=ID&ldquo=XX
        - - - id=ID&rdquo=XX
        - - - id=ID&bdquo=XX
        - - - id=ID&dagger=XX
        - - - id=ID&Dagger=XX
        - - - id=ID&permil=XX
        - - - id=ID&lsaquo=XX
        - - - id=ID&rsaquo=XX
        - - - - - - id=ID&euro=XX
        - - - - - - - - id=ID&apos=XX
        - - - id=ID&foo=XX
        -

        - - diff --git a/test/input/in_433021.html b/test/input/in_433021.html deleted file mode 100644 index 82eb8df..0000000 --- a/test/input/in_433021.html +++ /dev/null @@ -1,18 +0,0 @@ - - -[ #433021 ] Identify attribute whose value is bad - - -

        text

        - - - - - - -

        "valign" attr value can't be "center"

        -

        "valign" attr value can't be "fuzzle"

        -

        "align"/"valign" attr values can't be "fuzzle"

        -
        - - \ No newline at end of file diff --git a/test/input/in_433040.html b/test/input/in_433040.html deleted file mode 100644 index b5efef3..0000000 --- a/test/input/in_433040.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ #433040 ] Anchor tag without attributes deleted - - -Tidy strips Anchor tags when there are no attributes - - diff --git a/test/input/in_433359.html b/test/input/in_433359.html deleted file mode 100644 index 8ef2e06..0000000 --- a/test/input/in_433359.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #433359 ] Empty iframe elements trimmed - - -This is a test - - - - diff --git a/test/input/in_433360.html b/test/input/in_433360.html deleted file mode 100644 index 227673a..0000000 --- a/test/input/in_433360.html +++ /dev/null @@ -1,9 +0,0 @@ - -[ #433360 ] Tags with missing > can't be repaired - -

        -There seems to be an error occurring when you don't -end a tag with a >. Tidy won't fix it. -

        - - \ No newline at end of file diff --git a/test/input/in_433604.xml b/test/input/in_433604.xml deleted file mode 100644 index 81c0b65..0000000 --- a/test/input/in_433604.xml +++ /dev/null @@ -1,4 +0,0 @@ - -[ #433604 ] Tidy inserts &nbsp; entity in -xml mode. -Use -xml on command line. -Test of   diff --git a/test/input/in_433607.xml b/test/input/in_433607.xml deleted file mode 100644 index 6772784..0000000 --- a/test/input/in_433607.xml +++ /dev/null @@ -1,3 +0,0 @@ - -[ #433607 ] No warning for omitted end tag with -xml. -Use -xml on command line. diff --git a/test/input/in_433656.html b/test/input/in_433656.html deleted file mode 100644 index 9db2dca..0000000 --- a/test/input/in_433656.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #433656 ] Improve support for PHP - - -(some text) - - - diff --git a/test/input/in_433666.html b/test/input/in_433666.html deleted file mode 100644 index 35376d6..0000000 --- a/test/input/in_433666.html +++ /dev/null @@ -1,12 +0,0 @@ - -[ #433666 ] Attempt to repair duplicate attributes - - - - - -
        Test
        - - -[ #433670 ] &apos not recognized as valid XML entity. -Use -xml on command line. -Test of ' diff --git a/test/input/in_433672.html b/test/input/in_433672.html deleted file mode 100644 index e0c7150..0000000 --- a/test/input/in_433672.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ #433672 ] Anchor enclosing Header tags is omitted - - -

        Section heading

        -

        Another heading

        - -
        ack!
        -

        Goto Another Heading - - diff --git a/test/input/in_433856.html b/test/input/in_433856.html deleted file mode 100644 index 5c2fd05..0000000 --- a/test/input/in_433856.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - -[ #433856 ] Access violation w/Word files w/font tag - - - -

        De kop

        - -

        Dit is een test.

        -
        - \ No newline at end of file diff --git a/test/input/in_434047.html b/test/input/in_434047.html deleted file mode 100644 index 3a4ef70..0000000 --- a/test/input/in_434047.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #434047 ] Mixed content in 4.01 Strict not allowed - - - - - - -
        Some text.
        - - diff --git a/test/input/in_434100.html b/test/input/in_434100.html deleted file mode 100644 index 1c33b1c..0000000 --- a/test/input/in_434100.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - -[ #434100 ] Error actually reported as a warning - diff --git a/test/input/in_434940.html b/test/input/in_434940.html deleted file mode 100644 index 076562c..0000000 --- a/test/input/in_434940.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ #434940 ] --show-body-only: print only body contents - - -Use "--show-body-only yes" on the command line - - \ No newline at end of file diff --git a/test/input/in_435903.html b/test/input/in_435903.html deleted file mode 100644 index be35048..0000000 --- a/test/input/in_435903.html +++ /dev/null @@ -1,19 +0,0 @@ - - [ #435903 ] Script element w/body child to table bug> - - - - - - - -
        -
        - - diff --git a/test/input/in_435909.html b/test/input/in_435909.html deleted file mode 100644 index daf1043..0000000 --- a/test/input/in_435909.html +++ /dev/null @@ -1,26 +0,0 @@ - - - -[ #435909 ] <noscript></noscript> in <head></head> - - - - - -Test - - diff --git a/test/input/in_435917.html b/test/input/in_435917.html deleted file mode 100644 index a5938fc..0000000 --- a/test/input/in_435917.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #435917 ] <input onfocus=""> reported unknown attr - - -bug #1 - -bug #2 - - - diff --git a/test/input/in_435919.html b/test/input/in_435919.html deleted file mode 100644 index 127cbf3..0000000 --- a/test/input/in_435919.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #435919 ] Nested <q></q>'s not handled correctly - - -So then I said to him, don't go there. - - diff --git a/test/input/in_435920.html b/test/input/in_435920.html deleted file mode 100644 index c0fade2..0000000 --- a/test/input/in_435920.html +++ /dev/null @@ -1,13 +0,0 @@ - - -[ #435920 ] Space inserted before </td> causes probs - - -bla - - - - -
         
        - - \ No newline at end of file diff --git a/test/input/in_435922.html b/test/input/in_435922.html deleted file mode 100644 index cea6d9b..0000000 --- a/test/input/in_435922.html +++ /dev/null @@ -1,10 +0,0 @@ - - - [ #435922 ] Missing <form> around <input> no warning - - - -
        - - - diff --git a/test/input/in_435923.html b/test/input/in_435923.html deleted file mode 100644 index ead575d..0000000 --- a/test/input/in_435923.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #435923 ] Preserve case of attribute names - - - - - - diff --git a/test/input/in_437468.html b/test/input/in_437468.html deleted file mode 100644 index dd67848..0000000 --- a/test/input/in_437468.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -Test input file for iso-8859-1 character entities - - -

        Phrase with numeric quotes expressly stated: “Dj conu l're de Cafne”

        - - diff --git a/test/input/in_438650.html b/test/input/in_438650.html deleted file mode 100644 index 55c8a19..0000000 --- a/test/input/in_438650.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #438650 ] Newline in URL attr value becomes space - - -This is a test - - \ No newline at end of file diff --git a/test/input/in_438658.html b/test/input/in_438658.html deleted file mode 100644 index 9eb1d49..0000000 --- a/test/input/in_438658.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #438658 ] Missing / in title endtag makes 2 titles<title> -</head> -<body> -Test -</body> -</html> \ No newline at end of file diff --git a/test/input/in_438954.html b/test/input/in_438954.html deleted file mode 100644 index 39d0277..0000000 --- a/test/input/in_438954.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<title>[ #438954 ] Body tag w/attributes omitted w/hide-end - - -Use "--hide-endtags yes" on command line - - \ No newline at end of file diff --git a/test/input/in_438956.html b/test/input/in_438956.html deleted file mode 100644 index 4f3123a..0000000 --- a/test/input/in_438956.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #438956 ] Bad head-endtag reported incorrectly - - -Test - - \ No newline at end of file diff --git a/test/input/in_441508.html b/test/input/in_441508.html deleted file mode 100644 index b903052..0000000 --- a/test/input/in_441508.html +++ /dev/null @@ -1,10 +0,0 @@ - -[ #441508 ] parser.c: BadForm() function broken - - - -
        Test
        - - - - - [ #441568 ] Font tags handling different - - -
        - -text-one - -
        - -text-two - - - \ No newline at end of file diff --git a/test/input/in_441740.xhtml b/test/input/in_441740.xhtml deleted file mode 100644 index 47ee938..0000000 --- a/test/input/in_441740.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - -Sample XHTML 1.1 document with Ruby markup - - -

        - - - 10 - 31 - 2002 - - - Month - Day - Year - - - Expiration Date - - -

        - - diff --git a/test/input/in_443362.html b/test/input/in_443362.html deleted file mode 100644 index 30f3aad..0000000 --- a/test/input/in_443362.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - -[ #443362 ] null-pointer except. for doctype in pre - - - -

        Unofficial W3C Validator FAQ

        -

        This is a list of frequently asked questions and answers asked on the -www-validator-css@w3.org mailing list. - -

        -What does "org.xml.sax.SAXException: -Please, fix your system identifier (URI) in the DOCTYPE rule." mean? -

        - -

        Your XHTML document contains a document type -declaration but the system identifier points at some -non-W3C URI. Your document probably contains something -like this: -

        -
         
        - 
        -
        -
        - - \ No newline at end of file diff --git a/test/input/in_443381.xhtml b/test/input/in_443381.xhtml deleted file mode 100644 index b5c6b9a..0000000 --- a/test/input/in_443381.xhtml +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #443381 ] end tags for empty elements in XHTML - - -

        TestcoolTest

        - - \ No newline at end of file diff --git a/test/input/in_443576.html b/test/input/in_443576.html deleted file mode 100644 index f3485c7..0000000 --- a/test/input/in_443576.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ #443576 ] End script tag inside scripts problem - - - - - \ No newline at end of file diff --git a/test/input/in_443678.html b/test/input/in_443678.html deleted file mode 100644 index 2fe2cc9..0000000 --- a/test/input/in_443678.html +++ /dev/null @@ -1,19 +0,0 @@ - - -[ #443678 ] Unclosed <script> in <head> messes Tidy - - - - diff --git a/test/input/in_444394.html b/test/input/in_444394.html deleted file mode 100644 index da10469..0000000 --- a/test/input/in_444394.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - - - - - -Hello - - - - - - -
        - -

        Hello

        - -

         

        - -

        This is a nice document

        - -

        Test

        - -

        With a nice picture

        - -

         

        - -
        - - - - diff --git a/test/input/in_445074.html b/test/input/in_445074.html deleted file mode 100644 index 761d0d3..0000000 --- a/test/input/in_445074.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -[ #445074 ] XHTML requires form method="post" - - -
        - - - - -
        - -
        -
        - - - diff --git a/test/input/in_445394.html b/test/input/in_445394.html deleted file mode 100644 index 626aa64..0000000 --- a/test/input/in_445394.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #445394 ] Improve handling of missing trailing " - - -link - - \ No newline at end of file diff --git a/test/input/in_445557.html b/test/input/in_445557.html deleted file mode 100644 index f1be0b8..0000000 --- a/test/input/in_445557.html +++ /dev/null @@ -1,22 +0,0 @@ - - - -[ #445557 ] Convert Symbol font chars to Unicode - - -

        The predicate calculus has a number of theorems and axioms for proving logical statements. Here are the main symbols used in predicate calculus:

        -

        P(x) – proposition – a logical statement in the condition x.

        -

        x – any condition in the set of possible conditions.

        -

        c – a particular condition in the set of possible conditions.

        -

        " - – "For every"

        -

        $ - – "Exists"

        -

        ® - – Implication

        -

        Ù - – Conjunction (logical and)

        -

        Ú - – Disjunction (logical or)

        - - diff --git a/test/input/in_446019.xhtml b/test/input/in_446019.xhtml deleted file mode 100644 index afa5328..0000000 --- a/test/input/in_446019.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #446019 ] <img name="foo"> allowed in XTHML-Strict - - -

        -TestTest -

        - - \ No newline at end of file diff --git a/test/input/in_449348.html b/test/input/in_449348.html deleted file mode 100644 index d6d3277..0000000 --- a/test/input/in_449348.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #449348 ] Whitespace added/removed to inline tags - - -

        Make this wrap at the end of the line12345678: white-spacejoebob

        - -

        This is long enough a wrap at the next line text -...

        - - - diff --git a/test/input/in_450389.html b/test/input/in_450389.html deleted file mode 100644 index ebe001c..0000000 --- a/test/input/in_450389.html +++ /dev/null @@ -1,82 +0,0 @@ - - -[ #450389 ] Color attval check allows only black/# - - - - - - -

        -Test black
        -Test green
        -Test silver
        -Test lime
        -Test gray
        -Test olive
        -Test white
        -Test yellow
        -Test maroon
        -Test navy
        -Test red
        -Test blue
        -Test purple
        -Test teal
        -Test fuchsia
        -Test aqua
        -

        - -

        -Test Red
        -Test RED
        -

        - -

        -Test invalid reddish
        -

        - -

        -Test black #000000
        -Test green #008000
        -Test silver #C0C0C0
        -Test lime #00FF00
        -Test gray #808080
        -Test olive #808000
        -Test white #FFFFFF
        -Test yellow #FFFF00
        -Test maroon #800000
        -Test navy #000080
        -Test red #FF0000
        -Test blue #0000FF
        -Test purple #800080
        -Test teal #008080
        -Test fuchsia #FF00FF
        -Test aqua #00FFFF
        -

        - -

        -Test red #ff0000
        -Test red #fF0000
        -

        - -

        -Test invalid red #FF
        -

        - -

        -Test invalid grurple
        -Test invalid #grurple
        -Test invalid #1234567
        -

        - - - \ No newline at end of file diff --git a/test/input/in_456596.html b/test/input/in_456596.html deleted file mode 100755 index b828878..0000000 --- a/test/input/in_456596.html +++ /dev/null @@ -1,8 +0,0 @@ - - - [ #456596 ] Missing attribute name garbles output - - - System News
        - - diff --git a/test/input/in_463066.html b/test/input/in_463066.html deleted file mode 100644 index 8af45ba..0000000 --- a/test/input/in_463066.html +++ /dev/null @@ -1,552 +0,0 @@ - - - - - - - - - - - - - - - - - - -[ #463066 ] CleanWord2000 misses mso-list bullets - - - - - - - - - - - - - -
        - - - -

        Test 1

        - - - -
          - -
        1. Here
        2. - -
        3. We
        4. - -
        5. Go
        6. - -
        7. Again
        8. - -
        - - - -

         

        - - - -
          - -
        1. Ok
        2. - -
        3. That
        4. - -
        5. Worked
        6. - -
        - - - -

         

        - - - -

        v     But

        - - - -

        v     It

        - - - -

        v     Does

        - - - -

        v     Not

        - - - -

        v     Work

        - - - -

        v     With

        - - - -

        v     Bullet

        - - - -

        v     Points

        - - - -

         

        - - - -

        q       - -Now

        - - - -

        q       - -It

        - - - -

        q       - -Is

        - - - -

        q       - -Working

        - - - -

         

        - - - -
          - -
        • Try
        • - -
        • It
        • - -
        • Again
        • - -
        - - - -

         

        - - - -
          - -
        • Do
        • - -
        • It
        • - -
        • Again
        • - -
        • And
        • - -
        - - - -

         

        - - - -
        - - - - - - - - - diff --git a/test/input/in_467863.html b/test/input/in_467863.html deleted file mode 100644 index 5f60cb4..0000000 --- a/test/input/in_467863.html +++ /dev/null @@ -1,8 +0,0 @@ - - -[ #467863 ] un-nest <a> - - A B C - - diff --git a/test/input/in_467865.html b/test/input/in_467865.html deleted file mode 100644 index ea84cb1..0000000 --- a/test/input/in_467865.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ #467865 ] un-nesting is incorrect - -

        (foo bar). -...

        - - diff --git a/test/input/in_470663.html b/test/input/in_470663.html deleted file mode 100644 index e165354..0000000 --- a/test/input/in_470663.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - Test Input For Bug #470663 - - - -

        Body doesn't matter. Problem occurs parsing <head> element.

        - - diff --git a/test/input/in_470688.html b/test/input/in_470688.html deleted file mode 100644 index f3c4f7f..0000000 --- a/test/input/in_470688.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #470688 ] doesn't cleanup badly nested tags right - - -

        RIGHT TRIANGLES

        - - diff --git a/test/input/in_471264.html b/test/input/in_471264.html deleted file mode 100644 index b284b05..0000000 --- a/test/input/in_471264.html +++ /dev/null @@ -1,11 +0,0 @@ - - -[ #471264 ] Reduce blank lines in output - -
          -
        • first element
        • -
        • second element
        • -
        - - diff --git a/test/input/in_473490.html b/test/input/in_473490.html deleted file mode 100644 index 03b0f8d..0000000 --- a/test/input/in_473490.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -[ #473490 ] DOCTYPE for Proprietary HTML to XHTML bad - - - -

        Test

        -
        - - diff --git a/test/input/in_480406.xml b/test/input/in_480406.xml deleted file mode 100644 index 63acee1..0000000 --- a/test/input/in_480406.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/test/input/in_480701.xml b/test/input/in_480701.xml deleted file mode 100644 index 4adae94..0000000 --- a/test/input/in_480701.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/test/input/in_480843.xhtml b/test/input/in_480843.xhtml deleted file mode 100644 index 2f84b72..0000000 --- a/test/input/in_480843.xhtml +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ #480843 ] Proposed change to FixID() - -

        Introduction

        -

        New Introduction

        - - \ No newline at end of file diff --git a/test/input/in_487204.html b/test/input/in_487204.html deleted file mode 100644 index 02d2967..0000000 --- a/test/input/in_487204.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ #487204 ] Duplicate DIV style attribute generated -
          -
            -
          1. One
          2. -
          3. Two
          4. -
          5. Three
          6. -
          -
        - \ No newline at end of file diff --git a/test/input/in_487283.html b/test/input/in_487283.html deleted file mode 100644 index 3b9ba38..0000000 --- a/test/input/in_487283.html +++ /dev/null @@ -1,22 +0,0 @@ - - -[ #487283 ] >/select< does not terminate >option< - - -
        - -
        - - - -
        row 1, cell 1 -row 1, cell 2 -
        row 2, cell 1 -row 2, cell 2 -
        - - \ No newline at end of file diff --git a/test/input/in_500236.xml b/test/input/in_500236.xml deleted file mode 100644 index 8256173..0000000 --- a/test/input/in_500236.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - diff --git a/test/input/in_501230.xhtml b/test/input/in_501230.xhtml deleted file mode 100644 index 3f013c3..0000000 --- a/test/input/in_501230.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #501230 ] "0" (Zero) has to be lower case ! - - - -
        - - diff --git a/test/input/in_501669.html b/test/input/in_501669.html deleted file mode 100644 index 46bb207..0000000 --- a/test/input/in_501669.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -[ #501669 ] width="n*" marked invalid on <COL> - - - -- - - -
        xx
        - - diff --git a/test/input/in_503436.xml b/test/input/in_503436.xml deleted file mode 100644 index 9e3bd88..0000000 --- a/test/input/in_503436.xml +++ /dev/null @@ -1,8 +0,0 @@ - - -Testcase #503436 - - - first - - diff --git a/test/input/in_504206.html b/test/input/in_504206.html deleted file mode 100644 index b4b9568..0000000 --- a/test/input/in_504206.html +++ /dev/null @@ -1,154 +0,0 @@ - - -[ #504206] Tidy errors in processing forms. - -

        COMM 428: Feedback Survey

        - -

        Please fill out the following form based on YOUR -experience in COMM 428 to date.

        -

        Use the Send button at the bottom -of the page to send your feedback to me via e-mail. -


        -
        - - - - - - - -

        Name (optional):

        -

        E-Mail Address (optional):

        -

        Where will you be this time next year? - - -

        -

        Area(s) of concentation? (Select all that -Apply):
        -MIS
        -Finance
        -Marketing
        -Management
        -Accounting
        -Other
        -

        -

        Q1: The instructor gives appropriate -consideration to the comments and questions of -students.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q2: The instructor relates theoretical -concepts covered in the course to practical -applications.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q3: The instructor presents class material -in a clear and organized manner.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q4: The instructor is prepared for -class.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q5: The instructor demonstrates enthusiasm -and interest in the subject matter.
        -Strongly Agree -Agree -Neither Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q6: The instructor posts reasonable office -hours and is available whenever I try to see him -during those hours.
        -Strongly Agree -Agree -Neither -Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Q7: The instructor stimulates me to think -about the course.
        -Strongly Agree -Agree -Neither Agree Nor Disagree -Disagree -Strongly Disagree -

        -

        Stengths (class/instructor): -
        - -
        -

        -

        Weaknesses (class/instructor): -
        - -
        -

        -

        Suggestions for improvement -(class/instructor; NOTE: This field is -REQUIRED): -
        - -
        -

        -

        - -
        - diff --git a/test/input/in_505770.html b/test/input/in_505770.html deleted file mode 100644 index aa65f08..0000000 --- a/test/input/in_505770.html +++ /dev/null @@ -1,34 +0,0 @@ - - - -[ #505770] Unclosed option tag causing problems - - - - - -
        - - -
        -
        - -
        - - diff --git a/test/input/in_508936.html b/test/input/in_508936.html deleted file mode 100644 index f950f1d..0000000 --- a/test/input/in_508936.html +++ /dev/null @@ -1,11 +0,0 @@ - - - [ #508936 ] Parse CSS Selector prefix in config file - - -

        Allow user to specify -prefix for -class names Tidy generates with --clean yes option. -

        - - diff --git a/test/input/in_511243.xhtml b/test/input/in_511243.xhtml deleted file mode 100644 index 32fa5de..0000000 --- a/test/input/in_511243.xhtml +++ /dev/null @@ -1,14 +0,0 @@ - - - - -[ #511243 ] xhtml utf8 format bug - - - -

        -How to…
        -Place an extended-hours order: - - diff --git a/test/input/in_511679.html b/test/input/in_511679.html deleted file mode 100644 index 67f996b..0000000 --- a/test/input/in_511679.html +++ /dev/null @@ -1,6 +0,0 @@ -[ 511679 ] Block level elements in a <pre> section - - - - -
        foo
        diff --git a/test/input/in_514348.html b/test/input/in_514348.html deleted file mode 100644 index 2f483e2..0000000 --- a/test/input/in_514348.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - [ #514348 ] Incorrect wrap behaviour - - - - - - - -
        HomeNews -
        - - \ No newline at end of file diff --git a/test/input/in_514893.html b/test/input/in_514893.html deleted file mode 100644 index 44fc960..0000000 --- a/test/input/in_514893.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - [ 514893 ] Incorrect http-equiv <meta> tag - - - - - -

        This document will test synchronization of the <meta http-equiv ...> -tag. It contains the header <meta http-equiv="CONTENT-TYPE" -content="TEXT/HTML; CHARSET=WINDOWS-1252" />.

        - -

        On output, the header should be modified to reflect whatever output -encoding you have specified.

        - - diff --git a/test/input/in_516370.xhtml b/test/input/in_516370.xhtml deleted file mode 100644 index 792ffd0..0000000 --- a/test/input/in_516370.xhtml +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ #516370 ] Invalid ID value? - -

        Test valid D

        -

        Test valid ID

        -

        Test valid ID - : should only be used for namespaces

        -

        Test invalid ID

        -

        Test invalid ID

        - - \ No newline at end of file diff --git a/test/input/in_517550.xhtml b/test/input/in_517550.xhtml deleted file mode 100644 index 723eb4c..0000000 --- a/test/input/in_517550.xhtml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -[ #517550 ] parser misinterprets ?xml-stylesheet PI - - -

        A test document

        - - diff --git a/test/input/in_525081.html b/test/input/in_525081.html deleted file mode 100644 index 1a393dc..0000000 --- a/test/input/in_525081.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ 525081 ] frameset rows attr. not recognized - - - - - - \ No newline at end of file diff --git a/test/input/in_531964.xhtml b/test/input/in_531964.xhtml deleted file mode 100644 index 74709ec..0000000 --- a/test/input/in_531964.xhtml +++ /dev/null @@ -1,11 +0,0 @@ - - - - -[ 531964 ] <p /> gets tidied into <p /></p> - - -

        - - \ No newline at end of file diff --git a/test/input/in_532535.html b/test/input/in_532535.html deleted file mode 100644 index bec6514..0000000 --- a/test/input/in_532535.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ 532535 ] Hang when in code <?xml /> - - -

         

        - - diff --git a/test/input/in_533105.html b/test/input/in_533105.html deleted file mode 100644 index 19a7298..0000000 --- a/test/input/in_533105.html +++ /dev/null @@ -1,20 +0,0 @@ - - -[ 533105 ] Tidy confused: HTML in VBScript - - - - - diff --git a/test/input/in_533233.html b/test/input/in_533233.html deleted file mode 100644 index 4787ac9..0000000 --- a/test/input/in_533233.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Test for bug #533233 - - - - - -

        Script sample 1

        -

        Headline project—Link to offsite page.

        -

        Input 1

        -

        texttext

        - - - diff --git a/test/input/in_537604.xml b/test/input/in_537604.xml deleted file mode 100644 index 713d2c8..0000000 --- a/test/input/in_537604.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - -this is a test of ©. &, <, >, ', " must be recognized. - diff --git a/test/input/in_539369.html b/test/input/in_539369.html deleted file mode 100644 index 323bf24..0000000 --- a/test/input/in_539369.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -[ 539369 ] Infinite loop </frame> after </frameset> - - - - - - - - - - - - - - - diff --git a/test/input/in_539369a.html b/test/input/in_539369a.html deleted file mode 100644 index 6f45501..0000000 --- a/test/input/in_539369a.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - [ 539369 ] Test </frameset> inside <noframes> - - - - - - - - - <frameset> - - - - - - - diff --git a/test/input/in_540045.xhtml b/test/input/in_540045.xhtml deleted file mode 100644 index f730b1a..0000000 --- a/test/input/in_540045.xhtml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - -[ 540045 ] Tidy strips all the IMG tags out! - - -USA flag - - \ No newline at end of file diff --git a/test/input/in_540296.html b/test/input/in_540296.html deleted file mode 100644 index 1188deb..0000000 --- a/test/input/in_540296.html +++ /dev/null @@ -1,13 +0,0 @@ - -[ 540296 ] Tidy dumps - -
        -
        -
        -
        -
        -
        -
        -
        - - \ No newline at end of file diff --git a/test/input/in_540555.html b/test/input/in_540555.html deleted file mode 100644 index 2976f13..0000000 --- a/test/input/in_540555.html +++ /dev/null @@ -1,5 +0,0 @@ - - -<body> -<p>#540555 Empty title tag is trimmed</p> -</body> \ No newline at end of file diff --git a/test/input/in_540571.html b/test/input/in_540571.html deleted file mode 100644 index 03bdf6f..0000000 --- a/test/input/in_540571.html +++ /dev/null @@ -1,15 +0,0 @@ -<html> -<head> -<title>#540571 Inconsistent behaviour with span inline element - - -

        Hello World

        -

        -The font inline is moved so it becomes a child of the h1 element. -

        -

        Hello World

        -

        -The span inline is not moved so it becomes a child of the h1 element, which is inconsistent and does not correspond with current browser behaviour any more. -

        - - \ No newline at end of file diff --git a/test/input/in_542029.html b/test/input/in_542029.html deleted file mode 100644 index 2d2aff5..0000000 --- a/test/input/in_542029.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -[ 542029 ] PPrintXmlDecl reads outside array range - - -Test - - diff --git a/test/input/in_543262.html b/test/input/in_543262.html deleted file mode 100644 index b291986..0000000 --- a/test/input/in_543262.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - Preferences - - - -

        Test

        - - diff --git a/test/input/in_545067.html b/test/input/in_545067.html deleted file mode 100644 index 7b28f1c..0000000 --- a/test/input/in_545067.html +++ /dev/null @@ -1,3 +0,0 @@ - -[ 545067 ] Implicit closing of head broken -

        diff --git a/test/input/in_545772.html b/test/input/in_545772.html deleted file mode 100644 index 71ac363..0000000 --- a/test/input/in_545772.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ 547057 ] --output-xhtml hangs on most files - - - - - -test - - diff --git a/test/input/in_552861.html b/test/input/in_552861.html deleted file mode 100644 index a013709..0000000 --- a/test/input/in_552861.html +++ /dev/null @@ -1,12 +0,0 @@ - - - Test Input For Bug #552861 - - - - - - -
        Testing
        - - diff --git a/test/input/in_553468.xhtml b/test/input/in_553468.xhtml deleted file mode 100644 index a1b4825..0000000 --- a/test/input/in_553468.xhtml +++ /dev/null @@ -1,11 +0,0 @@ - - - -[ #553468 ] Doesn't warn about <u> in XHTML strict - - -

        Tidy doesn't complain about underlining in -XHTML strict documents

        - - diff --git a/test/input/in_566542.html b/test/input/in_566542.html deleted file mode 100644 index 91b3611..0000000 --- a/test/input/in_566542.html +++ /dev/null @@ -1,8 +0,0 @@ -[ 566542 ] parser hangs - -
      • Identify the member disks with ssaraid -H -lssa0 -n pdisk - [n] -u -a use=member -

        -

      • Identify the hot spare with ssaraid -H -lssa0 -n pdisk - [n]-u -a use=spare

        diff --git a/test/input/in_570027.html b/test/input/in_570027.html deleted file mode 100644 index 125774e..0000000 --- a/test/input/in_570027.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - -[ 570027 ] Fixes crash in Word2000 cleanup - - - -

              -;   -Introduction -;

        - - - diff --git a/test/input/in_578216.html b/test/input/in_578216.html deleted file mode 100644 index ada5ec7..0000000 --- a/test/input/in_578216.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -[ 578216 ] Incorrect indent of <SPAN> elements - - -
        - Benefits: Using a new Project Profile Knowledge -Base...
        - Solutions: Comprehensive intranet-based -knowledge base containing...
        - Roles: Drove site and content management -architecture...
        - Technology: Visual InterDev, IIS, -...
        -
        - - diff --git a/test/input/in_586555.html b/test/input/in_586555.html deleted file mode 100644 index 6275b4c..0000000 --- a/test/input/in_586555.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - -[ 586555 ] Misplaced backslash caused by newline - - -

        [ 586555 ] Misplaced backslash caused by newline

        - - - - - diff --git a/test/input/in_586562.html b/test/input/in_586562.html deleted file mode 100644 index 1c0b9fe..0000000 --- a/test/input/in_586562.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - [586562] Two Doctypes - - -

        Two DOCTYPE's!

        - - diff --git a/test/input/in_588061.html b/test/input/in_588061.html deleted file mode 100644 index 811a715..0000000 --- a/test/input/in_588061.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - - - TVNAV.COM Garmin GPS Home Page - - - - -

        TVNAV.COM

        -Toll Free 877-625-3546 (US only)

        - - -

        - -
        Garmin Logo





        - -

        - - -To track your package click here.

        - -Check the current REBATE offers!

        -**NEW! GPSMAP 76S IN STOCK!** -

        - - -**NEW! Rino 110/120 GPS/FRS/GMRS Expected September** -

        - -**NEW! GPSMAP 196 Coming Soon!** -

        - -**NEW! City Navigator Australia....$265.00 IN STOCK!** -

        -**NEW! BlueChart software IN STOCK!** -

        - -**NEW! Europe MapSource: City Navigator, City Select, MetroGuide and Roads & Recreation IN STOCK!** -

        - -**NEW! We now have remanufactured GPS III ($150) in stock. 1 year warranty.
        ** -

        -**NEW! GPS V IN STOCK!** -

        -**NEW! eTrex/eMap/StreetPilot/ColorMap/StreetPilot III/GPSMAP 295 Bean Bag IN STOCK!** -

        -**NEW! StreetPilot III IN STOCK!** -

        -**NEW! StreetPilot/ColorMap/295 Deluxe Case IN STOCK!** -

        -**NEW! Sunvisor for StreetPilot, ColorMap, StreetPilot III and GPSMAP 295....$20.00 IN STOCK!** -

        -**We have R-A-M mounts now in stock for most Garmin units....Call or email us for prices and availability.** -

        -

        -

        - - -

        - -

        Total Video became an authorized Garmin dealer in January 1999. We sold 300+ GPS units prior to becoming a Garmin direct dealer, picking them up from various distributors and individuals to sell. By becoming a Garmin direct dealer we now are able to sell for less! Total Video prides itself with *very quick shipping and a strong history of customer satisfaction. Comments from customers. - -

        - -Want to learn more about GPS? Click here for further GPS information. - -


        -

        -Rino 110/120 GPS-Integrated FRS/GMRS Radios....(MAP $169.99/$249.99) Call or email us for our current price....too low to advertise! Coming Soon! - -

        - -eMap....$170.00 IN STOCK! - -

        - -eMap with 8MB memory cartridge....$200.00 IN STOCK! - -

        - -eMap with 8MB memory cartridge and USA MetroGuide MapSource....$215.00 IN STOCK! - -

        - -eTrex....$115.00 IN STOCK! - -

        - -eTrex Summit....$210.00 IN STOCK! - -

        - -eTrex Camo....$125.00 IN STOCK! - -

        - -eTrex Venture....(MAP $169.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -eTrex Legend....(MAP $249.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -eTrex Vista....(MAP $349.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 76S....(MAP $449.99) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 76....(MAP $349.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPS 76....(MAP $219.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 176....(MAP $499.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 176C....(MAP $599.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 2006....(MAP $1199.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 2006C....(MAP $1999.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -GPSMAP 2010C....(MAP $2499.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - - -GPS 12....$140.00 IN STOCK! - -

        - -GPS 12XL with carrying case....$190.00 IN STOCK! - -

        - -GPS 12 MAP with PC interface cable....$280.00 IN STOCK! - -

        - -GPS II Plus....$190.00 IN STOCK! - -

        - - -GPS III Plus with PC interface cable....$280.00 IN STOCK! - -

        - -GPS V Deluxe w/*new* City Select with all unlocks....(MAP $499.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -*U.S. Roads and Recreation MapSource....$80.00 IN STOCK! - -

        - -*WorldMap MapSource....$80.00 IN STOCK! - -

        - -*TOPO MapSource....$85.00 IN STOCK! - -

        - -*Fishing Hot Spots MapSource (includes one coverage area unlock)....$85.00 IN STOCK! - -

        - -*U.S. Waterways & Lights MapSource....$60.00 IN STOCK! - -

        - -StreetPilot with dash mount, cigarette power cable and PC interface cable....$385.00 IN STOCK! - -

        - -StreetPilot ColorMap with dash mount, cigarette power cable and PC interface cable....$540.00 IN STOCK! - -

        - -StreetPilot III Deluxe w/128MB, *new* City Navigator w/all unlocks and portable bean bag mount....(MAP $999.00) Call or email us for our current price....too low to advertise! IN STOCK! - -

        - -*MetroGuide USA MapSource....$90.00 IN STOCK! - -

        - -*MetroGuide USA MapSource w/Blank 8MB Memory Cartridge....$110.00 IN STOCK! - -

        - -*MetroGuide USA MapSource w/Blank 16MB Memory Cartridge....$115.00 IN STOCK! - -

        - -*MetroGuide Canada with Roads & Recreation....$80.00 IN STOCK! - -

        - -*City Navigator Europe....$195.00 IN STOCK! - -

        - -*City Navigator Europe "All" unlock....$215.00 IN STOCK! - -

        - -*City Select Europe....$115.00 IN STOCK! - -

        - -*City Select Europe "All" unlock....$115.00 IN STOCK! - -

        - -*MetroGuide Europe....$115.00 IN STOCK! - -

        - -*Roads & Recreation Europe....$85.00 IN STOCK! - -

        - -*City Navigator Australia....$265.00 IN STOCK! - -

        - -*BlueChart w/one coverage area....(MAP Americas-$139.00/Atlantic-$229.00/Pacific-$189.00) Call or email us for our current prices....too low to advertise! IN STOCK! - -

        - -*BlueChart Single Region Unlock....Americas-$85.00/Atlantic-$145.00/Pacific-$105.00 IN STOCK! - -

        - -Blank 8MB Memory Cartridge....$45.00 IN STOCK! - -

        - -Blank 16MB Memory Cartridge....$55.00 IN STOCK! - -

        - -Blank 32MB Memory Cartridge....$70.00 IN STOCK! - -

        - -Blank 64MB Memory Cartridge....$105.00 IN STOCK! - -

        - -Blank 128MB Memory Cartridge....$155.00 IN STOCK! - -

        - -USB Data Card Programmer....$70.00 IN STOCK! - -

        - -PC Download Kit (includes AC/DC adapter and 12V cigarette power/PC interface cable (for round, 4 pin connectors only)....$45.00 - -

        - -eMap/eTrex PC Download Kit (includes AC/DC adapter and cigarette power/PC interface cable....$50.00 - -

        - -GPSMAP 162....$355.00 (w/internal antenna)/$375.00 (w/external antenna) IN STOCK! - -

        - -GPSMAP 168 Sounder....$495.00 (w/internal antenna)/$515.00 (w/external antenna) IN STOCK! - -

        - -NavTalk Cellular phone/GPS (ver. 2.16)....$375.00 - -

        - -GBR 21 and GBR 23 Differential Receivers....$180.00 - -

        - -Videos available on many of the Garmin products as well as general GPS usage videos. - -

        - -Garmin GPS and accessories catalog....$2.00 (for s/h in US. Refundable/free with order) - -

        - -Online GARMIN manuals.

        - -
        - -Stock status subject to change. We try to update the stock status continuously but we sometimes don't get it changed immediately. Check with us for current stock status.

        - -

        Our Return Policy

        Software Return Policy - -

        - - -Accessories and Miscellaneous Items - -

        - - -AVIATION GPS

        - -
        - -

        We also sell Garmin GPS accessories such as mounts, cables, cases, etc. - -

        - - We sell everything in the Garmin outdoor recreation, marine and cartography line. Email us for prices on any items you don't see listed above.
        - -

        -

        -We charge a flat $10.00 shipping and handling charge (via UPS ground) per GPS order (not per item) in the 48/US.

        $5.00 shipping and handling for accessories in the 48/US.

        An additional $10.00 charge for COD orders (COD s/h must be credit card secured).

        Faster shipping available.

        *3 day select (usually arrives in 2 days!)--addtl. $3.00.
        *2nd day air--addtl. $5.00.
        *Next day air saver--addtl. $20.00.
        *Next day air-Saturday delivery--addtl. $35.00
        *More shipping may be required on larger packages for 3 day, 2nd day and next day air packages.

        Click here to get UPS Ground delivery times. Our zip code is 67601 (Hays, Kansas).

        -Add $10 to UPS charges for FedEx shipping. (minimum FedEx s/h is $18) - -

        - -$20 for Priority Mail s/h on GPS units and $15 for accessories in the US. - -

        - -Email us for requirements/costs for out of 48/US sales or click here. - -



        - -

        ORDERING INFORMATION



        - -* Most orders received by 2:00 p.m. central time for in stock items will ship the same day (business days only). - -

        - -All orders in Kansas must pay a 6.8% sales tax. - -

        - -We accept payment by Discover/MasterCard/Visa/Pre-pay (orders paid by personal/company check orders held for 10 business days for check clearing. Cashier checks/money orders ship same day.). COD orders welcome (cashiers check or money order).

        - - - -
        rescue,hunting,fishing,camping,adsfg,videogi,productshun,GPS III,Garmin,StreetPilot,gps3,gpsIII,gps2,gps2plus,gpsII+,Street Atlas,StreetAtlas,Osborne,Plainville,Stockton,Victoria,Ellis,Kansas,WaKeeney,Quinter,Russell,LaCrosse,Gorham,gpsIIIPLUS,gps3+,gps III+,gps 3+,DeLorme,GPS III Plus,GPS III Pilot,aviation gps,DeLorme Street Atlas,garmin aviation,metro guides,MetroGuides,truck navigation,semi navigation,over the road navigation,navigation aids,truck stops,metro gides,colormap streetpilot,color streetpilot,guidance by Garmin,color street pilot,color map,color map streetpilot,color map Street Pilot,MetroGuide,garmin international,garmond,garmund,magellan,gps12,gps 12,gps12xl,gps 12XL,gps12cx,RANS,gps 12CX,gps12CX,color streetpilot,streetpilot color map,garmin gps,Street Pilot,experimental aircraft,EEA,tvnav.com,gps 12 MAP,NavTalk,StreetPilot ColorMap,emap,ColorMap,Street Pilot ColorMap,Street Pilot Color Map,cell phone,cellular phone,cellar phone,cellar,cellular,EMAP,e map,Nav Talk,GPS,G P S,Global Positioning System,globalpositioningsystem,gps outfitters,gps video,cables,gps cables,navigation,mapsource,map source,MapSource,TOPO MapSource,MetroGuide MapSource - -

        - - - -

        - -send email - -

        - -

        Toll Free Order Line (877) 625-3546 (US only)

        FAX (413) 383-8800

        Information /International Order Line (785) 625-3546

        - -
        - -

        Home Page

        - -
        - -
        - - - - - - - - - - - -
        - Subscribe to the TVNAV.COM GarminGPS mail list -
        - - - -
        - Powered by groups.yahoo.com -
        -
        - -

        - - - - -
        - -Counter reset 2/1/99 -

        -This site last modified 7/25/02
        - -

        - -
        - - - - diff --git a/test/input/in_590716.html b/test/input/in_590716.html deleted file mode 100755 index b7f7f14..0000000 --- a/test/input/in_590716.html +++ /dev/null @@ -1,802 +0,0 @@ - -[ #590716 ] Preserve Entities - -

        - - - - - - - - - - id=ID =XX
        - - - id=ID¡=XX
        - - - id=ID¢=XX
        - - - id=ID£=XX
        - - - id=ID¤=XX
        - - - id=ID¥=XX
        - - - id=ID¦=XX
        - - - id=ID§=XX
        - - - id=ID¨=XX
        - - - id=ID©=XX
        - - - id=IDª=XX
        - - - id=ID«=XX
        - - - id=ID¬=XX
        - - - id=ID­=XX
        - - - id=ID®=XX
        - - - id=ID¯=XX
        - - - id=ID°=XX
        - - - id=ID±=XX
        - - - id=ID²=XX
        - - - id=ID³=XX
        - - - id=ID´=XX
        - - - id=IDµ=XX
        - - - id=ID¶=XX
        - - - id=ID·=XX
        - - - id=ID¸=XX
        - - - id=ID¹=XX
        - - - id=IDº=XX
        - - - id=ID»=XX
        - - - id=ID¼=XX
        - - - id=ID½=XX
        - - - id=ID¾=XX
        - - - id=ID¿=XX
        - - - id=IDÀ=XX
        - - - id=IDÁ=XX
        - - - id=IDÂ=XX
        - - - id=IDÃ=XX
        - - - id=IDÄ=XX
        - - - id=IDÅ=XX
        - - - id=IDÆ=XX
        - - - id=IDÇ=XX
        - - - id=IDÈ=XX
        - - - id=IDÉ=XX
        - - - id=IDÊ=XX
        - - - id=IDË=XX
        - - - id=IDÌ=XX
        - - - id=IDÍ=XX
        - - - id=IDÎ=XX
        - - - id=IDÏ=XX
        - - - id=IDÐ=XX
        - - - id=IDÑ=XX
        - - - id=IDÒ=XX
        - - - id=IDÓ=XX
        - - - id=IDÔ=XX
        - - - id=IDÕ=XX
        - - - id=IDÖ=XX
        - - - id=ID×=XX
        - - - id=IDØ=XX
        - - - id=IDÙ=XX
        - - - id=IDÚ=XX
        - - - id=IDÛ=XX
        - - - id=IDÜ=XX
        - - - id=IDÝ=XX
        - - - id=IDÞ=XX
        - - - id=IDß=XX
        - - - id=IDà=XX
        - - - id=IDá=XX
        - - - id=IDâ=XX
        - - - id=IDã=XX
        - - - id=IDä=XX
        - - - id=IDå=XX
        - - - id=IDæ=XX
        - - - id=IDç=XX
        - - - id=IDè=XX
        - - - id=IDé=XX
        - - - id=IDê=XX
        - - - id=IDë=XX
        - - - id=IDì=XX
        - - - id=IDí=XX
        - - - id=IDî=XX
        - - - id=IDï=XX
        - - - id=IDð=XX
        - - - id=IDñ=XX
        - - - id=IDò=XX
        - - - id=IDó=XX
        - - - id=IDô=XX
        - - - id=IDõ=XX
        - - - id=IDö=XX
        - - - id=ID÷=XX
        - - - id=IDø=XX
        - - - id=IDù=XX
        - - - id=IDú=XX
        - - - id=IDû=XX
        - - - id=IDü=XX
        - - - id=IDý=XX
        - - - id=IDþ=XX
        - - - id=IDÿ=XX
        - - - - - - - - id=IDƒ=XX
        - - - id=IDΑ=XX
        - - - id=IDΒ=XX
        - - - id=IDΓ=XX
        - - - id=IDΔ=XX
        - - - id=IDΕ=XX
        - - - id=IDΖ=XX
        - - - id=IDΗ=XX
        - - - id=IDΘ=XX
        - - - id=IDΙ=XX
        - - - id=IDΚ=XX
        - - - id=IDΛ=XX
        - - - id=IDΜ=XX
        - - - id=IDΝ=XX
        - - - id=IDΞ=XX
        - - - id=IDΟ=XX
        - - - id=IDΠ=XX
        - - - id=IDΡ=XX
        - - - id=IDΣ=XX
        - - - id=IDΤ=XX
        - - - id=IDΥ=XX
        - - - id=IDΦ=XX
        - - - id=IDΧ=XX
        - - - id=IDΨ=XX
        - - - id=IDΩ=XX
        - - - id=IDα=XX
        - - - id=IDβ=XX
        - - - id=IDγ=XX
        - - - id=IDδ=XX
        - - - id=IDε=XX
        - - - id=IDζ=XX
        - - - id=IDη=XX
        - - - id=IDθ=XX
        - - - id=IDι=XX
        - - - id=IDκ=XX
        - - - id=IDλ=XX
        - - - id=IDμ=XX
        - - - id=IDν=XX
        - - - id=IDξ=XX
        - - - id=IDο=XX
        - - - id=IDπ=XX
        - - - id=IDρ=XX
        - - - id=IDς=XX
        - - - id=IDσ=XX
        - - - id=IDτ=XX
        - - - id=IDυ=XX
        - - - id=IDφ=XX
        - - - id=IDχ=XX
        - - - id=IDψ=XX
        - - - id=IDω=XX
        - - - id=IDϑ=XX
        - - - id=IDϒ=XX
        - - - id=IDϖ=XX
        - - - id=ID•=XX
        - - - id=ID…=XX
        - - - id=ID′=XX
        - - - id=ID″=XX
        - - - id=ID‾=XX
        - - - id=ID⁄=XX
        - - - id=ID℘=XX
        - - - id=IDℑ=XX
        - - - id=IDℜ=XX
        - - - id=ID™=XX
        - - - id=IDℵ=XX
        - - - id=ID←=XX
        - - - id=ID↑=XX
        - - - id=ID→=XX
        - - - id=ID↓=XX
        - - - id=ID↔=XX
        - - - id=ID↵=XX
        - - - id=ID⇐=XX
        - - - id=ID⇑=XX
        - - - id=ID⇒=XX
        - - - id=ID⇓=XX
        - - - id=ID⇔=XX
        - - - id=ID∀=XX
        - - - id=ID∂=XX
        - - - id=ID∃=XX
        - - - id=ID∅=XX
        - - - id=ID∇=XX
        - - - id=ID∈=XX
        - - - - - - id=ID∉=XX
        - - - id=ID∋=XX
        - - - id=ID∏=XX
        - - - id=ID∑=XX
        - - - id=ID−=XX
        - - - id=ID∗=XX
        - - - id=ID√=XX
        - - - id=ID∝=XX
        - - - id=ID∞=XX
        - - - id=ID∠=XX
        - - - id=ID∧=XX
        - - - id=ID∨=XX
        - - - id=ID∩=XX
        - - - id=ID∪=XX
        - - - id=ID∫=XX
        - - - id=ID∴=XX
        - - - id=ID∼=XX
        - - - id=ID≅=XX
        - - - id=ID≈=XX
        - - - id=ID≠=XX
        - - - id=ID≡=XX
        - - - id=ID≤=XX
        - - - id=ID≥=XX
        - - - id=ID⊂=XX
        - - - id=ID⊃=XX
        - - - id=ID⊄=XX
        - - - id=ID⊆=XX
        - - - id=ID⊇=XX
        - - - id=ID⊕=XX
        - - - id=ID⊗=XX
        - - - id=ID⊥=XX
        - - - id=ID⋅=XX
        - - - id=ID⌈=XX
        - - - id=ID⌉=XX
        - - - id=ID⌊=XX
        - - - id=ID⌋=XX
        - - - id=ID⟨=XX
        - - - id=ID⟩=XX
        - - - id=ID◊=XX
        - - - id=ID♠=XX
        - - - id=ID♣=XX
        - - - id=ID♥=XX
        - - - id=ID♦=XX
        - - - - - - - - id=ID"=XX
        - - - id=ID&=XX
        - - - id=ID<=XX
        - - - id=ID>=XX
        - - - - - - - - id=IDŒ=XX
        - - - id=IDœ=XX
        - - - id=IDŠ=XX
        - - - id=IDš=XX
        - - - id=IDŸ=XX
        - - - id=IDˆ=XX
        - - - id=ID˜=XX
        - - - id=ID =XX
        - - - id=ID =XX
        - - - id=ID =XX
        - - - id=ID‌=XX
        - - - id=ID‍=XX
        - - - id=ID‎=XX
        - - - id=ID‏=XX
        - - - id=ID–=XX
        - - - id=ID—=XX
        - - - id=ID‘=XX
        - - - id=ID’=XX
        - - - id=ID‚=XX
        - - - id=ID“=XX
        - - - id=ID”=XX
        - - - id=ID„=XX
        - - - id=ID†=XX
        - - - id=ID‡=XX
        - - - id=ID‰=XX
        - - - id=ID‹=XX
        - - - id=ID›=XX
        - - - - - - id=ID€=XX
        - - - - - - - - id=ID'=XX
        - - - id=ID&foo;=XX
        -

        - - diff --git a/test/input/in_593705.html b/test/input/in_593705.html deleted file mode 100644 index cf7c675..0000000 --- a/test/input/in_593705.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ 593705 ] Use of < comparison symbol confuses Tidy - - - -

        Does the script confuse Tidy?

        - - diff --git a/test/input/in_598860.html b/test/input/in_598860.html deleted file mode 100644 index c5f14b2..0000000 --- a/test/input/in_598860.html +++ /dev/null @@ -1,9 +0,0 @@ - - -#598860 script parsing fails with quote chars - - - - \ No newline at end of file diff --git a/test/input/in_603128.html b/test/input/in_603128.html deleted file mode 100644 index dd65c73..0000000 --- a/test/input/in_603128.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -[ 603128 ] tidy adds newlines after </html> - - -There is exactly one line-ending after the </html> - -older versions of Tidy will add an additional line-ending. - - diff --git a/test/input/in_609058.html b/test/input/in_609058.html deleted file mode 100755 index 7331525..0000000 --- a/test/input/in_609058.html +++ /dev/null @@ -1,53 +0,0 @@ - - - -609058 - elements replaced by CSS - - - - -
        -aa -aa -aa -
        - -
        -aa -aa -aa -
        - -
        -

        aa

        -

        aa

        -

        aa

        -
        - -
        -

        aa bb

        -

        aa bb

        -

        aa bb

        -
        - -
        -

        aa

        -

        aa

        -

        aa

        -
        - -
        -

        aa bb

        -

        aa bb

        -

        aa bb

        -
        - -
        -

        cc aa bb

        -

        cc aa bb

        -

        cc aa bb

        -
        - - - diff --git a/test/input/in_616744.xml b/test/input/in_616744.xml deleted file mode 100644 index 6bf25eb..0000000 --- a/test/input/in_616744.xml +++ /dev/null @@ -1,12 +0,0 @@ - - This is some stuff in a para. - There's a "command" -in it. - -
        - This line is indented 4 spaces. - - This (3rd) line is indented 8 spaces. -
        -
        - diff --git a/test/input/in_620531.html b/test/input/in_620531.html deleted file mode 100644 index dc44820..0000000 --- a/test/input/in_620531.html +++ /dev/null @@ -1,3 +0,0 @@ -[ 620531 ] br in pre must not cause line break -

        foo

        -
        bar
        baz
        diff --git a/test/input/in_629885.html b/test/input/in_629885.html deleted file mode 100644 index d23b719..0000000 --- a/test/input/in_629885.html +++ /dev/null @@ -1,11 +0,0 @@ - - - [629885] - Unbalanced quote in CSS Scrambles Doc - - - -

        Test

        - - diff --git a/test/input/in_634889.html b/test/input/in_634889.html deleted file mode 100644 index 1747b79..0000000 --- a/test/input/in_634889.html +++ /dev/null @@ -1,9 +0,0 @@ - - - [ 634889 ] Problem with <o:p> ms word tag - - -

        Probably OK, now that ParseTagNames() is fixed.

        - - - diff --git a/test/input/in_640473.html b/test/input/in_640473.html deleted file mode 100644 index 2006909..0000000 --- a/test/input/in_640473.html +++ /dev/null @@ -1,9 +0,0 @@ -[ 640473 ] new-empty-tags doesn't work, breaks doc - -Foo bar foo foo foo -

        This is a test

        - - -This is a pre-formatted Baz! - - diff --git a/test/input/in_640474.xml b/test/input/in_640474.xml deleted file mode 100644 index e5feff0..0000000 --- a/test/input/in_640474.xml +++ /dev/null @@ -1,4 +0,0 @@ - - Björn Höhrmann - Marc-André Lemburg - diff --git a/test/input/in_646946.xml b/test/input/in_646946.xml deleted file mode 100644 index 05d6fb5..0000000 --- a/test/input/in_646946.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - diff --git a/test/input/in_647255.html b/test/input/in_647255.html deleted file mode 100644 index 983255f..0000000 Binary files a/test/input/in_647255.html and /dev/null differ diff --git a/test/input/in_647900.html b/test/input/in_647900.html deleted file mode 100644 index e2b20eb..0000000 --- a/test/input/in_647900.html +++ /dev/null @@ -1,35 +0,0 @@ - - - [ 647900 ] tables are incorrectly merged - - - - - -
        Table data
        - -

        A paragraph

        - - - - -
        Foo -
        - -
        Foo -
        -
        - -

        Another paragraph

        - -
        - - - - - -
        Input:
        - -

        Yet another paragraph

        - - diff --git a/test/input/in_649812.html b/test/input/in_649812.html deleted file mode 100644 index 9bb1795..0000000 Binary files a/test/input/in_649812.html and /dev/null differ diff --git a/test/input/in_655338.html b/test/input/in_655338.html deleted file mode 100644 index cae767e..0000000 --- a/test/input/in_655338.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - [ 655338 ] Tidy leaves XML decl in wrong place - -

        foo - diff --git a/test/input/in_656889.html b/test/input/in_656889.html deleted file mode 100644 index b2b2bc1..0000000 --- a/test/input/in_656889.html +++ /dev/null @@ -1,12 +0,0 @@ - - - [ 656889 ] textarea text and line wrapping - - -

        - -
        - - diff --git a/test/input/in_658230.html b/test/input/in_658230.html deleted file mode 100644 index b546d8b..0000000 --- a/test/input/in_658230.html +++ /dev/null @@ -1,1144 +0,0 @@ -

        BIG-5 r - -

        Here are some entities: & " — ′ - -

        A0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        A9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        AF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        B9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        BF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        C0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        C1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        C2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ -   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ - ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ - - - - - -

        C3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - à á â ã ä å æ ç è é ê ë ì í î ï - ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ - - - - - -

        C4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ġ ġ Ģ ģ Ĥ ĥ Ħ ħ Ĩ ĩ Ī ī Ĭ ĭ Į į - İ ı IJ ij Ĵ ĵ Ķ ķ ĸ Ĺ ĺ Ļ ļ Ľ ľ Ŀ - - - - - -

        C5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Š š Ţ ţ Ť ť Ŧ ŧ Ũ ũ Ū ū Ŭ ŭ Ů ů - Ű ű Ų ų Ŵ ŵ Ŷ ŷ Ÿ Ź ź Ż ż Ž ž ſ - - - - - -

        C6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ơ ơ Ƣ ƣ Ƥ ƥ Ʀ Ƨ ƨ Ʃ ƪ ƫ Ƭ ƭ Ʈ Ư - ư Ʊ Ʋ Ƴ ƴ Ƶ ƶ Ʒ Ƹ ƹ ƺ ƻ Ƽ ƽ ƾ ƿ - - - - - -

        C7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ǡ ǡ Ǣ ǣ Ǥ ǥ Ǧ ǧ Ǩ ǩ Ǫ ǫ Ǭ ǭ Ǯ ǯ - ǰ DZ Dz dz Ǵ ǵ Ƕ Ƿ Ǹ ǹ Ǻ ǻ Ǽ ǽ Ǿ ǿ - - - - - -

        C8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ƞ ȡ Ȣ ȣ Ȥ ȥ Ȧ ȧ Ȩ ȩ Ȫ ȫ Ȭ ȭ Ȯ ȯ - Ȱ ȱ Ȳ ȳ ȴ ȵ ȶ ȷ ȸ ȹ Ⱥ Ȼ ȼ Ƚ Ⱦ ȿ - - - - - -

        C9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ɠ ɡ ɢ ɣ ɤ ɥ ɦ ɧ ɨ ɩ ɪ ɫ ɬ ɭ ɮ ɯ - ɰ ɱ ɲ ɳ ɴ ɵ ɶ ɷ ɸ ɹ ɺ ɻ ɼ ɽ ɾ ɿ - - - - - -

        CA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ʠ ʡ ʢ ʣ ʤ ʥ ʦ ʧ ʨ ʩ ʪ ʫ ʬ ʭ ʮ ʯ - ʰ ʱ ʲ ʳ ʴ ʵ ʶ ʷ ʸ ʹ ʺ ʻ ʼ ʽ ʾ ʿ - - - - - -

        CB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ˠ ˡ ˢ ˣ ˤ ˥ ˦ ˧ ˨ ˩ ˪ ˫ ˬ ˭ ˮ ˯ - ˰ ˱ ˲ ˳ ˴ ˵ ˶ ˷ ˸ ˹ ˺ ˻ ˼ ˽ ˾ ˿ - - - - - -

        CC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ̠ ̡ ̢ ̣ ̤ ̥ ̦ ̧ ̨ ̩ ̪ ̫ ̬ ̭ ̮ ̯ - ̰ ̱ ̲ ̳ ̴ ̵ ̶ ̷ ̸ ̹ ̺ ̻ ̼ ̽ ̾ ̿ - - - - - -

        CD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ͠ ͡ ͢ ͣ ͤ ͥ ͦ ͧ ͨ ͩ ͪ ͫ ͬ ͭ ͮ ͯ - Ͱ ͱ Ͳ ͳ ʹ ͵ Ͷ ͷ ͸ ͹ ͺ ͻ ͼ ͽ ; Ϳ - - - - - -

        CE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Π Ρ ΢ Σ Τ Υ Φ Χ Ψ Ω Ϊ Ϋ ά έ ή ί - ΰ α β γ δ ε ζ η θ ι κ λ μ ν ξ ο - - - - - -

        CF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ϡ ϡ Ϣ ϣ Ϥ ϥ Ϧ ϧ Ϩ ϩ Ϫ ϫ Ϭ ϭ Ϯ ϯ - ϰ ϱ ϲ ϳ ϴ ϵ ϶ Ϸ ϸ Ϲ Ϻ ϻ ϼ Ͻ Ͼ Ͽ - - - - - -

        D0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я - а б в г д е ж з и й к л м н о п - - - - - -

        D1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ѡ ѡ Ѣ ѣ Ѥ ѥ Ѧ ѧ Ѩ ѩ Ѫ ѫ Ѭ ѭ Ѯ ѯ - Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ Ѹ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ - - - - - -

        D2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү ү - Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ - - - - - -

        D3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ ӯ - Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӻ ӻ Ӽ ӽ Ӿ ӿ - - - - - -

        D4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - Ԡ ԡ Ԣ ԣ Ԥ ԥ Ԧ ԧ Ԩ ԩ Ԫ ԫ Ԭ ԭ Ԯ ԯ - ԰ Ա Բ Գ Դ Ե Զ Է Ը Թ Ժ Ի Լ Խ Ծ Կ - - - - - -

        D5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ՠ ա բ գ դ ե զ է ը թ ժ ի լ խ ծ կ - հ ձ ղ ճ մ յ ն շ ո չ պ ջ ռ ս վ տ - - - - - -

        D6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ֠ ֡ ֢ ֣ ֤ ֥ ֦ ֧ ֨ ֩ ֪ ֫ ֬ ֭ ֮ ֯ - ְ ֱ ֲ ֳ ִ ֵ ֶ ַ ָ ֹ ֺ ֻ ּ ֽ ־ ֿ - - - - - -

        D7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - נ ס ע ף פ ץ צ ק ר ש ת ׫ ׬ ׭ ׮ ׯ - װ ױ ײ ׳ ״ ׵ ׶ ׷ ׸ ׹ ׺ ׻ ׼ ׽ ׾ ׿ - - - - - -

        D8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ؠ ء آ أ ؤ إ ئ ا ب ة ت ث ج ح خ د - ذ ر ز س ش ص ض ط ظ ع غ ػ ؼ ؽ ؾ ؿ - - - - - -

        D9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ٪ ٫ ٬ ٭ ٮ ٯ - ٰ ٱ ٲ ٳ ٴ ٵ ٶ ٷ ٸ ٹ ٺ ٻ ټ ٽ پ ٿ - - - - - -

        DA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ڠ ڡ ڢ ڣ ڤ ڥ ڦ ڧ ڨ ک ڪ ګ ڬ ڭ ڮ گ - ڰ ڱ ڲ ڳ ڴ ڵ ڶ ڷ ڸ ڹ ں ڻ ڼ ڽ ھ ڿ - - - - - -

        DB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ۠ ۡ ۢ ۣ ۤ ۥ ۦ ۧ ۨ ۩ ۪ ۫ ۬ ۭ ۮ ۯ - ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۺ ۻ ۼ ۽ ۾ ۿ - - - - - -

        DC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ܠ ܡ ܢ ܣ ܤ ܥ ܦ ܧ ܨ ܩ ܪ ܫ ܬ ܭ ܮ ܯ - ܰ ܱ ܲ ܳ ܴ ܵ ܶ ܷ ܸ ܹ ܺ ܻ ܼ ܽ ܾ ܿ - - - - - -

        DD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ݠ ݡ ݢ ݣ ݤ ݥ ݦ ݧ ݨ ݩ ݪ ݫ ݬ ݭ ݮ ݯ - ݰ ݱ ݲ ݳ ݴ ݵ ݶ ݷ ݸ ݹ ݺ ݻ ݼ ݽ ݾ ݿ - - - - - -

        DE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ޠ ޡ ޢ ޣ ޤ ޥ ަ ާ ި ީ ު ޫ ެ ޭ ޮ ޯ - ް ޱ ޲ ޳ ޴ ޵ ޶ ޷ ޸ ޹ ޺ ޻ ޼ ޽ ޾ ޿ - - - - - -

        DF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - ߠ ߡ ߢ ߣ ߤ ߥ ߦ ߧ ߨ ߩ ߪ ߫ ߬ ߭ ߮ ߯ - ߰ ߱ ߲ ߳ ߴ ߵ ߶ ߷ ߸ ߹ ߺ ߻ ߼ ߽ ߾ ߿ - - - - - -

        E0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        E9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        ED - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        EF - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F0 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F1 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F2 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F3 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F4 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F5 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F6 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F7 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F8 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        F9 - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FA - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FB - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FC - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FD - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - -

        FE - @ A B C D E F G H I J K L M N O - P Q R S T U V W X Y Z [ \ ] ^ _ - ` a b c d e f g h i j k l m n o - p q r s t u v w x y z { | } ~ - - - - - - - diff --git a/test/input/in_660397.html b/test/input/in_660397.html deleted file mode 100644 index 5c9320e..0000000 --- a/test/input/in_660397.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -

        Aufklrung ist der Ausgang des Menschen -
        aus seiner selbstverschuldeten Unmndigkeit. -
        /Immanuel Kant/
        - - -

        TCPA und Palladium

        -

        Ein weiterer Schritt in die Unmndigkeit -
        oder ein Schritt hin zur Emanzipation?

        - -

        Von der ffentlichkeit weitgehend unbemerkt geistern seit einigen Wochen -geheimnisvolle neue Schlagworte und Krzel durch die Welt der -EDV-Profis: TCPA und Palladium. Interessiert habe ich mich damit -nher beschftigt, denn allein die Tatsache, da die Bezeichnung -Palladium in unserem Fall anders als in den Naturwissenschaften nicht -ein wertvolles Metall meint, sondern eine Wortschpfung der Firma -Microsoft darstellt, verheit nichts Gutes und weckte daher meinen -Argwohn. Der wesentlich neutralere Begriff TCPA (das steht fr -Trusted Computing Platform Alliance) dagegen scheint auf den ersten -Blick positive oder zumindest neutrale Emotionen zu wecken - aber auch -nur auf den ersten Blick, denn wenn man sich des Horrorszenarios bewut -wird, das hinter TCPA in Kombination mit Palladium steckt, so drfte -wohl selbst der unbedarfteste EDV-Anwender schlaflose Nchte bekommen.

        - -

        Was hat es also mit diesen Begriffen auf sich, welche Intentionen liegen -diesen Schlagworten zugrunde und was bedeuten die dahintersteckenden -neuen Techniken fr den EDV-Anwender?

        - -

        Die TCPA ist ein Zusammenschlu fhrender Hardwarehersteller, darunter -IBM, HP, AMD und Intel, die sich vorgenommen haben, den Personal -Computer durch Implementation neuer Hardwaretechnologien sicherer zu -machen. Wie uns allen bewut ist, hat die Monokultur im -Betriebssystemsektor dazu gefhrt, da durch das unsgliche Monopol von -Microsoft in Kombination mit der grottenschlechten Software dieser -Firma allerorten und allenthalben eine wahre Flut von Computerviren, -sogenannten trojanischen Pferden, Wrmern und Sicherheitslchern -entstanden ist und tglich neu auf den Anwender zurollt, die den Umgang -mit dem PC immer wieder zum rgernis werden lt. Diesem bel wollen die -an der TCPA beteiligten Konzerne nun durch den sogenannten -Fritz-Chip (benannt nach dem US-Senator Fritz Hollings) abhelfen - ein -hehrer Wunsch. Bei dem Fritz-Chip handelt es sich um einen -Krypto-Baustein, der in zuknftige Generationen von Personal Computern -integriert werden und allgemein die Systeme sicherer machen soll. Dieser -Chip speichert mehrere Schlssel, die hardware- und anwenderspezifisch -definiert sind. Sobald der PC eingeschaltet wird, nimmt der Fritz-Chip -seine Arbeit auf und fragt einen Schlssel nach dem anderen ab: Zunchst -wird das BIOS abgefragt, anschlieend alle im Rechner vorhandenen -BIOS-Erweiterungen der Steckkarten. Danach wird die Festplatte -berprft, und anschlieend prft der TCPA-Chip auch noch den -Bootsektor, den Bootloader, den Kernel und die Gertetreiber. Da bei -jedem dieser Schritte eine Prfsumme abgespeichert und ein 160 Bit -langer eindeutiger Wert aus den gewonnenen Daten und einem speziellen -Schlssel generiert wird, hat der Fritz-Chip jederzeit die vllige -Kontrolle ber das Gesamtsystem.

        - -

        Damit taucht schon die erste Problematik fr den Anwender auf: Bereits -ein Flash-Update des Rechner-BIOS legt das gesamte System lahm, da dann -die generierten Werte des Fritz-Chip nicht mehr mit den gespeicherten -Werten, die zertifiziert sind, bereinstimmen. In Zeiten, in denen -aufgrund der oftmals schlampig implementierten BIOS-Versionen -Flash-Updates derselben zumindest bei den blichen Consumer-Produkten an -der Tagesordnung sind, ist also der Fritz-Chip eher hinderlich denn ein -Segen fr den Anwender. Gleiches gilt brigens fr diejenigen Anwender, -die beispielsweise eine neue Grafikkarte oder eine grere Festplatte -einbauen wollen - auch fr sie bedeutet jede Hardware-Modifikation eine -- vermutlich natrlich kostenpflichtige - Neuzertifizierung des -Gesamtsystems, damit dieses wieder als TCPA-konform angesehen werden -kann. Bei der Neuzertifizierung wird online anhand einer Liste mit -geprfter Hardware (HCL) und einer weiteren Liste mit gesperrten -Seriennummern (SRL) die Konformittstabelle des Rechners geprft und -aktualisiert.

        - -

        Hat der Fritz-Chip beim Bootvorgang alle Komponenten als TCPA-konform -berprft und erkannt, bergibt er die Kontrolle schlielich an das -Betriebssystem. Ab diesem Punkt hakt nun - wie knnte es anders sein? - -die Firma Microsoft ein mit ihrer Palladium-Technologie. Sobald der -Anwender jetzt ein Programm startet, berprft das Betriebssystem dieses -anhand der im Fritz-Chip gespeicherten Werte fr die SRL. Sollte sich -herausstellen, da dieses Programm keine gltige Lizenz und/oder -Seriennummer besitzt oder die Lizenz abgelaufen ist, wird es gar nicht -erst gestartet. Stellt es sich als TCPA-konform heraus, so wird nach -der Freigabe und dem anschlieenden Start erneut online eine Liste mit -gesperrten Dokumenten fr dieses Programm abgerufen (DRL), um zu -verhindern, da der Anwender fr ihn nicht vorgesehene Dateien ffnet -oder unerlaubterweise nutzt.

        - -

        Was sich auf den ersten Blick tatschlich als wirksame Waffe gegen -Viren, Trojaner, Wrmer und hnliche Probleme geriert, entmndigt jedoch -den Anwender: Palladium stt vor allem bei der -Unterhaltungsindustrie, die einen erbitterten Kampf gegen jegliche -Weiterverbreitung urheberrechtlich geschtzter Produkte im Internet -fhrt, auf groe Zustimmung, bietet sich hier jedoch erstmals -vordergrndig die Mglichkeit, MP3-Tauschbrsen und hnliche Dienste -effizient trockenzulegen dank Microsoft. Auch das Kopieren einzelner -Musikstcke zu privaten Zwecken am heimischen PC wird damit unterbunden -- dank Microsoft werden also vermutlich die ohnehin bervollen Kassen -der Unterhaltungsindustrie zuknftig noch krftiger klingeln!

        - -

        Doch der Anwender hat natrlich noch die Mglichkeit, auch nicht -TCPA-konforme Software auf seinem heimischen PC zu installieren und zu -starten. Bemerkt Palladium eine solche Anwendung, wird das -Gesamtsystem als kompromittiert gekennzeichnet und alle konformen -Anwendungen samt Dateien werden geschlossen. Der Nutzwert eines solchen -Systems drfte fr den Anwender dann wohl gegen Null tendieren.

        - -

        Doch gehen wir einen Schritt weiter und bedenken wir die Folgen dieser -Technologie:

        - -
          -
        1. - Die SRL's, DRL's und HCL's, die fr die - Konformitts-Authentifizierung eines PC's unbedingt bentigt - werden, werden an zentraler Stelle im Internet gespeichert und - abgerufen. Hacker brauchen jetzt also nicht mehr einzelne PC's - anzugreifen, sondern knnen ihr Engagement auf diese Server - konzentrieren - und damit unter Umstnden mit einem einzigen - gelungenen Angriff Millionen von Rechnern unbrauchbar machen. -
        2. -
        3. - Es bedarf keiner ausgesprochen ausgeprgten Phantasie, um sich - auszumalen, wie Palladium mit unerwnschten Konkurrenzprodukten - verfahren kann: Sollen bestimmte Softwareprodukte anderer - Hersteller als Microsoft nicht als konform zertifiziert - werden, so gengt es, sie auf die schwarze Liste des - Palladium-Systems zu setzen. Bei einem Start solcher Software - wre der Rechner nur noch sehr eingeschrnkt nutzbar, da - kompromittiert - jeder Anwender wrde sich wohl zumindest - berlegen, ob er beim nchsten Mal nicht doch zur drittklassigen - Spyware aus dem Hause Microsoft greift. -
        4. -
        5. - Die Zertifizierungen fr Software und Dateien kosten Geld: - Schtzungen gehen von bis zu sechsstelligen Dollarsummen aus fr - eine einzige Anwendung. Die Folge dieser Lizenzierungspraxis wre, - da die Freewareszene von der Bildflche verschwindet. Viele - tausend Programmierer, die unter oftmals groem persnlichen - Engagament und erheblichem Zeitaufwand ansehnliche Projekte als - Freeware entwickelt haben, htten keine Mglichkeit und auch keine - Motivation mehr, ihre oft wirklich innovativen Projekte der - Anwendergemeinde zur Verfgung zu stellen dank der kriminellen - Krake Microsoft. -
        6. -
        7. - Der gesamte von der GPL-Lizenz abgedeckte Bereich wrde ebenfalls - sang- und klanglos vor dem Aus stehen, da auch hier zunchst - erhebliche Betrge in eine Zertifizierung gesteckt werden mten, - denen keine Einnahmen gegenberstehen. Die wohl gefhrlichste - Konkurrenz fr Microsoft, nmlich die oftmals aus idealistischer - und moralischer Intention heraus handelnden freien Entwickler, die - ihre Software unter der GPL-Lizenz vertreiben, wre mit einem - Schlag ausgeschaltet. -
        8. -
        9. - Dem unsglichen Monopol der Firma Microsoft im - Betriebssystemmarkt wrde ein weiterer nachhaltiger Schub - verliehen, denn Konkurrenzsysteme mten, um mit dem Fritz-Chip - und damit letztendlich auch mit Palladium zu harmonieren, - ebenfalls TCPA-konform gestaltet werden. Fr OS/2 WARP ebenso - wie fr die meisten Linux-Distributionen und auch Systeme wie - FreeBSD, NetBSD oder auch BeOS und (mit Einschrnkungen) QNX wrde - der Zwang zur TCPA- und Palladium-Konformitt das Verschwinden - vom EDV-Markt bedeuten, denn ohne diese Konformitt wrden diese - meist besseren Betriebssysteme als unsicher gelten. OS/2 WARP - und die eComStation wrden aus den groen Banken und - Versicherungen, bei TK-Dienstleistern und bei den anderen - Anwendern im professionellen Umfeld gechtet und von den - Festplatten verbannt zugunsten der wesentlich schlechteren - Windows-Systeme. Die einzige Alternative bliebe nach dem - derzeitigen Stand der Dinge HP-Linux, da HP bereits an der TCPA- - und Palladium-Konformitt seines Linux arbeitet. -
        10. -
        11. - Mit dem Palladium-System wrde die offene, basisdemokratische - Struktur des Internet endgltig zu Grabe getragen und einem - Meinungs- und Zensurmonopol der Firma Microsoft weichen. - Microsoft knnte ber die variable Gestaltung von - Zertifizierungsgebhren die Weiterverbreitung kritischer Dokumente - im Internet oder im Rahmen von Software-Distributionen verhindern. - Obendrein wren alle Newsdienste auer den Microsoft-eigenen - davon betroffen - freiwillige, sehr anerkennenswerte Initiativen - wie beispielsweise auch die VOICE, die sich der Aufklrung der - OS/2-Gemeinde verschrieben hat, mten fr die einzelnen Beitrge - Zertifizierungsgebhren an Microsoft zahlen fr die - Palladium-Konformitt, um nicht auf der schwarzen Liste der - DRL-Server zu landen. Das Internet als Transporteur - basisdemokratischer Ideale wre zerstrt und zu einem Sprachrohr - von Microsoft verkommen. -
        12. -
        13. - Durch die enge Kopplung der Palladium-Technologie in Kooperation - mit dem Fritz-Chip an Hard- und Software wrde der - Gebrauchtsoftwaremarkt zum Erliegen kommen - weil bereits einmal - durch TCPA und Palladium zertifizierte Software aufgrund der - Verschlsselung untrennbar an die Hardware gekoppelt ist. Fr - Microsoft erfllt sich damit ein lange gehegter Traum: Jeder - Kufer eines PC mu Software aus Redmond neu kaufen, da die alte - Software nur ber eine Seriennummern-Freigabe auf ein anderes - Gert bertragbar wre - und davon steht nicht ein einziges Wort - in den entsprechenden Standardisierungs-Richtlinien. -
        14. -
        - -

        Das hier geschilderte Horrorszenario erscheint keineswegs abwegig: Bill -Gates hat mit der Unterhaltungsindustrie starke Kombattanten im Rcken, -denen es genauso wie ihm um die Profitmaximierung um jeden Preis geht - -auch wenn dabei demokratische und ethische Prinzipien nicht nur -ausgehhlt, sondern offen mit Fen getreten werden und auf der Strecke -bleiben. Offen diskutiert werden die Folgen seiner Technologie noch -nicht; bislang hat Gates grten Wert darauf gelegt, sich stets -ffentlich und lauthals als Vorkmpfer gegen Raubkopierertum zum Wohle -der Software- und der Unterhaltungsindustrie und auch zum angeblichen -Nutzen des Endverbrauchers zu gerieren - mit Palladium jedoch -berschreitet Microsoft im Halbdunkel ein- fr allemal eine Grenze, -die dem vermeintlichen Vorkmpfer Gates fr die Durchsetzung von -Urheberrechten bislang Fesseln anlegte: Nun geht es um die vollkommene -Kontrolle der Informationsgesellschaft durch einen Konzern, der -krimineller Machenschaften mehrfach berfhrt ist - die Weltherrschaft -einer einzelnen kleinen Clique im Mediensektor droht, und das auch noch -mit blauugiger Zustimmung einiger international agierender -Medienkonzerne, die bisher offenbar noch gar nicht realisiert haben, da -sie sich mit ihrer offensichtlich blinden Profitsucht einem Mann -ausliefern, den andere als den gefhrlichsten Zeitgenossen seit Adolf -Hitler betrachten.

        - -

        Es wird Zeit, da die Demokraten unter den EDV-Profis und -Anwendern -endlich aus ihrem Dornrschenschlaf aufwachen, denn:

        - -
        Man darf nicht -warten, bis aus dem Schneeball eine Lawine geworden ist. Man mu den -rollenden Schneeball zertreten. Die Lawine hlt keiner mehr auf. Sie -ruht erst, wenn sie alles unter sich begraben hat... -
        /Erich Kstner/
        - - diff --git a/test/input/in_661606.html b/test/input/in_661606.html deleted file mode 100644 index f804f18..0000000 --- a/test/input/in_661606.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [661606] Two bytes at the last line, w/ asian options - - - - -

        18

        - -

        ԁ@ς
        ܂܂B

        - uǂ悤cH

        - - diff --git a/test/input/in_663548.html b/test/input/in_663548.html deleted file mode 100644 index f26332e..0000000 --- a/test/input/in_663548.html +++ /dev/null @@ -1,22 +0,0 @@ - - -[663548] Javascript and Tidy - missing code - - - -

        foo - - \ No newline at end of file diff --git a/test/input/in_671087.html b/test/input/in_671087.html deleted file mode 100644 index a51f200..0000000 --- a/test/input/in_671087.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -tidy loops with --new-inline-tags table,tr,td - - - - - - -
        table heading
        - - diff --git a/test/input/in_676156.html b/test/input/in_676156.html deleted file mode 100644 index f822cb6..0000000 --- a/test/input/in_676156.html +++ /dev/null @@ -1,5 +0,0 @@ -foo -bar - diff --git a/test/input/in_676205.xhtml b/test/input/in_676205.xhtml deleted file mode 100644 index 973b8e4..0000000 --- a/test/input/in_676205.xhtml +++ /dev/null @@ -1,13 +0,0 @@ - - - - -[ 676205 ] <img src="> crashes Tidy - - - - - - - -Error: File Copy Error! File=C:\WinNT\ -System32\PERFLIB_PERFDATA_<#>.DAT (copying to a -'.fil'). - - -Error: File Copy Error! File=C:\WinNT\ -System32\PERFLIB_PERFDATA_ -<#>.DAT (copying to a '.fil'). -
        id
        - - diff --git a/test/input/in_679135.html b/test/input/in_679135.html deleted file mode 100644 index 4a5c5f6..0000000 --- a/test/input/in_679135.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - [ 679135 ] Crashes while checking attributes - - - - -

        - - - -
        - - - -
        - - -
        -
        - - - diff --git a/test/input/in_680664.xhtml b/test/input/in_680664.xhtml deleted file mode 100644 index ef1de47..0000000 --- a/test/input/in_680664.xhtml +++ /dev/null @@ -1,17 +0,0 @@ - - - - -[ 680664 ] Malformed comment generates bad (X)HTML - - - - -
        -This is a test of some pre stuff.
        -See what happens to this comment 
        -  
        -   
        -
        -
        -  

        How to…
        - Place an extended-hours order:

        - - diff --git a/test/input/in_695408.html b/test/input/in_695408.html deleted file mode 100644 index e38c76f..0000000 --- a/test/input/in_695408.html +++ /dev/null @@ -1,14 +0,0 @@ - - - [ 695408 ] Empty spans getting dropped, even if they have attrs - - - - - - - - -
        - - diff --git a/test/input/in_696799.html b/test/input/in_696799.html deleted file mode 100644 index b2d909b..0000000 --- a/test/input/in_696799.html +++ /dev/null @@ -1,12 +0,0 @@ - - - [ 696799 ] Crash: <script language=""> - - - - - diff --git a/test/input/in_706260.html b/test/input/in_706260.html deleted file mode 100644 index 07cc79c..0000000 --- a/test/input/in_706260.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - #706260 size not accepted for input - - - -
        - -
        - - \ No newline at end of file diff --git a/test/input/in_765852.html b/test/input/in_765852.html deleted file mode 100644 index 7113f63..0000000 --- a/test/input/in_765852.html +++ /dev/null @@ -1,3 +0,0 @@ - -#765852 Empty tag striping -

        Text following italics without a blank after the i end tag is not cleaned up correctly (the bold blank is eliminated).

        \ No newline at end of file diff --git a/test/input/in_795643-1.html b/test/input/in_795643-1.html deleted file mode 100755 index 0902f05..0000000 --- a/test/input/in_795643-1.html +++ /dev/null @@ -1 +0,0 @@ -

        Hi

        diff --git a/test/input/in_795643-2.html b/test/input/in_795643-2.html deleted file mode 100755 index 7fdd496..0000000 --- a/test/input/in_795643-2.html +++ /dev/null @@ -1 +0,0 @@ -

        Hi

        diff --git a/test/input/in_836462-2.html b/test/input/in_836462-2.html deleted file mode 100755 index 1bfd16c..0000000 --- a/test/input/in_836462-2.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -836462-2 - - -

        Heading

        - -
          -
        1. First ordered list item

        2. -
        3. Second ordered list item

        4. -
        5. Third ordered list item

        6. -
            -
          • First unordered list item

          • -
          • Second unordered list item

          • -
          -
        7. Fourth unordered list item

        8. -
        9. Fifth unordered list item

        10. -
        - - \ No newline at end of file diff --git a/test/input/in_836462-3.html b/test/input/in_836462-3.html deleted file mode 100755 index b9e980c..0000000 --- a/test/input/in_836462-3.html +++ /dev/null @@ -1,9 +0,0 @@ - -test - -
          - -
          -
        - - diff --git a/test/input/in_836462.html b/test/input/in_836462.html deleted file mode 100755 index 727c9e5..0000000 --- a/test/input/in_836462.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -836462 - - -

        Heading

        - -
          -
        • First list item

        • -
        • Second list item

        • -
        • Third list item

        • -
            -
          • First list item 2

          • -
          • Second list item 2

          • -
          -
        • Fourth list item

        • -
        • Fifth list item

        • -
        - - \ No newline at end of file diff --git a/test/input/in_837023.html b/test/input/in_837023.html deleted file mode 100644 index 201f993..0000000 --- a/test/input/in_837023.html +++ /dev/null @@ -1,12 +0,0 @@ - - -[ 837023 ] segfault on doctype-like element - - - -Just text. - - - - - \ No newline at end of file diff --git a/test/input/in_978947.html b/test/input/in_978947.html deleted file mode 100644 index b68fa10..0000000 --- a/test/input/in_978947.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -Bug: &nbsp; disappears after </pre> - - -Here the non-breaking spaces (     ) -remain. -

             Works multiple times -(     ) as well.
        -But . . .  :

        -
        -A block of 
        -preformatted text.
        -
        -Now the non-breaking spaces (     ) -are replaced with ordinary spaces, and disappear. - - diff --git a/test/input/in_996484.html b/test/input/in_996484.html deleted file mode 100644 index 89a05a3..0000000 --- a/test/input/in_996484.html +++ /dev/null @@ -1,40 +0,0 @@ - - - -test whether xx<...>yy</...> is wrapped properly - - -

        test 1.1 (no space)

        -

        xxyy

        - -

        test 1.2 (with space)

        -

        xx yy

        - -

        test 1.3 (with non breaking space)

        -

        xx yy

        - -

        test 2.1 (no space)

        -

        xxyy

        - -

        test 2.2 (with space)

        -

        xx yy

        - -

        test 2.3 (with non breaking space)

        -

        xx yy

        - -

        test 3 (no space)

        -

        xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

        -

        xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

        - -

        test 4 (<br>)

        -

        zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
        xx

        - -

        test 5 (no space in the front)

        -

        aa

        - -

        test 6 (no space in the front)

        -

        aaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

        - - - diff --git a/test/onetest.cmd b/test/onetest.cmd deleted file mode 100755 index 712917d..0000000 --- a/test/onetest.cmd +++ /dev/null @@ -1,125 +0,0 @@ -@echo off -REM onetest.cmd - execute a single test case -REM -REM (c) 1998-2006 (W3C) MIT, ERCIM, Keio University -REM See tidy.c for the copyright notice. -REM -REM -REM - -@if "%TIDY%." == "." goto Err1 -@if NOT EXIST %TIDY% goto Err2 -@if "%TIDYOUT%." == "." goto Err3 -@if NOT EXIST %TIDYOUT%\nul goto Err4 -@if NOT EXIST input\nul goto Err5 -@if "%TMPTEST%x" == "x" goto Err10 - -@if "%1x" == "x" goto Err8 -@if "%2x" == "x" goto Err9 - -set TESTNO=%1 -set EXPECTED=%2 - -set INFILES=input\in_%1.*ml -set CFGFILE=input\cfg_%1.txt - -set TIDYFILE=%TIDYOUT%\out_%1.html -set MSGFILE=%TIDYOUT%\msg_%1.txt - -set HTML_TIDY= - -REM If no test specific config file, use default. -if NOT exist %CFGFILE% set CFGFILE=input\cfg_default.txt - -REM Get specific input file name -@set INFILE= -for %%F in ( %INFILES% ) do set INFILE=%%F -@if "%INFILE%." == "." goto Err6 -@if NOT EXIST %INFILE% goto Err7 - -REM Remove any pre-exising test outputs -if exist %MSGFILE% del %MSGFILE% -if exist %TIDYFILE% del %TIDYFILE% - -@REM Noisy output, or quiet -@REM echo Testing %1 input %INFILE% config %CFGFILE% ... -@echo Doing: '%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% >> %TMPTEST% - -@%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% -@set STATUS=%ERRORLEVEL% -@echo Testing %1, expect %EXPECTED%, got %STATUS%, msg %MSGFILE% -@echo Testing %1, expect %EXPECTED%, got %STATUS%, msg %MSGFILE% >> %TMPTEST% - -@if %STATUS% EQU %EXPECTED% goto done -@set ERRTESTS=%ERRTESTS% %TESTNO% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** -@type %MSGFILE% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** >> %TMPTEST% -@type %MSGFILE% >> %TMPTEST% -goto done - -:Err1 -@echo ============================================================== -@echo ERROR: runtime exe not set in TIDY environment variable ... -@echo ============================================================== -@goto TRYAT - -:Err2 -@echo ============================================================== -@echo ERROR: runtime exe %TIDY% not found ... check name, location ... -@echo ============================================================== -@goto TRYAT - -:Err3 -@echo ============================================================== -@echo ERROR: output folder TIDYOUT not set in environment ... -@echo ============================================================== -@goto TRYAT - -:Err4 -@echo ============================================================== -@echo ERROR: output folder %TIDYOUT% does not exist ... -@echo ============================================================== -@goto TRYAT - -:Err5 -@echo ============================================================== -@echo ERROR: input folder 'input' does not exist ... check name, location .. -@echo ============================================================== -@goto TRYAT - -:TRYAT -@echo Try running alltest1.cmd ..\build\cmake\Release\Tidy5.exe tmp -@echo ============================================================== -@pause -@goto done - -:Err6 -@echo ============================================================== -@echo ERROR: Failed to find input matching '%INFILES%'!!! -@echo ============================================================== -@pause -@goto done - -:Err7 -@echo ============================================================== -@echo ERROR: Failed to find input file '%INFILE%'!!! -@echo ============================================================== -@pause -@goto done - -:Err8 -@echo. -@echo ERROR: No input test number given! -:Err9 -@echo ERROR: No expected exit value given! -@echo. -@goto done - -:Err10 -@echo ERROR: TMPTEST not set in evironment! -@echo. -@goto done - - -:done diff --git a/test/onetest2.bat b/test/onetest2.bat deleted file mode 100644 index 8ba3c25..0000000 --- a/test/onetest2.bat +++ /dev/null @@ -1,155 +0,0 @@ -@setlocal -@echo off -@set TMPTEST=temptest.txt -REM onetest2.bat - execute a single test case -REM - -@if "%TIDY%." == "." goto Err1 -@if NOT EXIST %TIDY% goto Err2 -@if "%TIDYOUT%." == "." goto Err3 -@if NOT EXIST %TIDYOUT%\nul goto Err4 -@if NOT EXIST input\nul goto Err5 -@if NOT EXIST testbase\nul goto Err8 -@if "%1x" == "x" goto Err9 -@if "%2x" == "x" goto Err10 - -set TESTNO=%1 -set EXPECTED=%2 - -set INFILES=input\in_%1.*ml -set CFGFILE=input\cfg_%1.txt - -set TIDYFILE=%TIDYOUT%\out_%1.html -set MSGFILE=%TIDYOUT%\msg_%1.txt - -@rem Setup the BASE file -@set TIDYBASE=testbase\out_%1.html - -set HTML_TIDY= - -REM If no test specific config file, use default. -if NOT exist %CFGFILE% set CFGFILE=input\cfg_default.txt - -REM Get specific input file name -@set INFILE= -for %%F in ( %INFILES% ) do set INFILE=%%F -@if "%INFILE%." == "." goto Err6 -@if NOT EXIST %INFILE% goto Err7 - -REM Remove any pre-exising test outputs -if exist %MSGFILE% del %MSGFILE% -if exist %TIDYFILE% del %TIDYFILE% - -@REM Noisy output, or quiet -@REM echo Testing %1 input %INFILE% config %CFGFILE% ... -@echo Doing: '%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% >> %TMPTEST% - -@%TIDY% -f %MSGFILE% -config %CFGFILE% %3 %4 %5 %6 %7 %8 %9 --tidy-mark no -o %TIDYFILE% %INFILE% -@set STATUS=%ERRORLEVEL% -@echo Testing %1, expect %EXPECTED%, got %STATUS% -@echo Testing %1, expect %EXPECTED%, got %STATUS% >> %TMPTEST% - -@if %STATUS% EQU %EXPECTED% goto EXITOK -@set ERRTESTS=%ERRTESTS% %TESTNO% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** -@type %MSGFILE% -@echo *** Failed - got %STATUS%, expected %EXPECTED% *** >> %TMPTEST% -@type %MSGFILE% >> %TMPTEST% - -:EXITOK -@if NOT EXIST %TIDYBASE% goto NOBASE -@if NOT EXIST %TIDYFILE% goto NOOUT -@echo Doing: 'diff -u %TIDYBASE% %TIDYFILE%' >> %TMPTEST% -@diff -u %TIDYBASE% %TIDYFILE% >> %TMPTEST% -@if ERRORLEVEL 1 goto GOTDIFF -@goto done - -:GOTDIFF -@echo Got a DIFFERENCE between %TIDYBASE% and %TIDYFILE% -@echo Got a DIFFERENCE between %TIDYBASE% and %TIDYFILE% >> %TMPTEST% -@goto done - -:NOBASE -@REM If errorlevel 2 then normally no output generated, to this is OK -@if "%STATUS%" == "2" goto done -@REM If no output generated this time, then this is probably OK -@if NOT EXIST %TIDYFILE% goto done -@echo Can NOT locate %TIDYBASE%. This may be ok if not file generated -@goto done -:NOOUT -@echo *** FAILED: A base file exists, but none geneated this time! -@echo *** FAILED: A base file exists, but none geneated this time! >> %TMPTEST% -@goto done - -:Err1 -@echo. -@echo ERROR: runtime exe not set in TIDY environment variable ... -@echo. -@goto TRYAT - -:Err2 -@echo. -@echo ERROR: runtime exe %TIDY% not found ... check name, location ... -@echo. -@goto TRYAT - -:Err3 -@echo. -@echo ERROR: output folder TIDYOUT not set in environment ... -@echo. -@goto TRYAT - -:Err4 -@echo. -@echo ERROR: output folder %TIDYOUT% does not exist ... -@echo. -@goto TRYAT - -:Err5 -@echo. -@echo ERROR: input folder 'input' does not exist ... check name, location .. -@echo. -@goto TRYAT - -:TRYAT -@echo You could try running alltest1.cmd ..\build\cmake\Release\Tidy5.exe tmp -@echo but essentially this file should be run using the alltestc.bat batch file. -@echo. -@pause -@goto done - -:Err6 -@echo. -@echo ERROR: Failed to find input matching '%INFILES%'!!! -@echo. -@pause -@goto done - -:Err7 -@echo. -@echo ERROR: Failed to find input file '%INFILE%'!!! -@echo. -@pause -@goto done - -:Err8 -@echo. -@echo ERROR: Failed to find 'testbase' folder!!! -@echo. -@pause -@goto done - -:Err9 -@echo. -@echo ERROR: No input test number given as 1st parameter! -:Err10 -@echo ERROR: No expected exit value given as 2nd parameter! -@echo. -@echo Essentially this bat is intended to be used by alltest2.bat, -@echo which in turn is used by alltestc.bat, so try alltestc.bat. -@echo It is not intended that this batch file be run in isolation, -@echo even when TIDY and TIDYOUT have been set in the environent. -@echo. -@goto done - -:done diff --git a/test/onetesta.cmd b/test/onetesta.cmd deleted file mode 100755 index c213a9e..0000000 --- a/test/onetesta.cmd +++ /dev/null @@ -1,90 +0,0 @@ -@setlocal -@REM echo off - -@REM execute a single test case of the accessibility test suite -@REM -@REM (c) 2006 (W3C) MIT, ERCIM, Keio University -@REM See tidy.c for the copyright notice. -@REM -@REM -@REM -@echo Testing %1 %2 %3 -@set TESTNO=%1 -@set TESTEXPECTED=%2 -@set ACCESSLEVEL=%3 -@if "%1x" == "x" goto NOTEST -@if "%2x" == "x" goto NOEXPECT -@if "%3x" == "x" goto NOLEVEL -@if "%TIDYLOG%x" == "x" goto NOLOG - -@set INFILES=%TIDYINPUT%\%1.*ml -@set CFGFILE=%TIDYINPUT%\cfg_%1.txt - -@set TIDYFILE=%TIDYOUT%\out_%1.html -@set MSGFILE=%TIDYout%\msg_%1.txt - -@set HTML_TIDY= - -@REM If no test specific config file, use default. -@if NOT exist %CFGFILE% @set CFGFILE=%TIDYINPUT%\cfg_default.txt - -@REM Get specific input file name -@for %%F in ( %INFILES% ) do @set INFILE=%%F - -@if EXIST %INFILE% goto DOIT -@echo ERROR: Can NOT locate [%INFILE%] ... aborting test ... -@echo ======================================= >> %TIDYLOG% -@echo Testing %1 %2 %3 >> %TIDYLOG% -@echo ERROR: Can NOT locate [%INFILE%] ... aborting test ... >> %TIDYLOG% -@goto done - -:DOIT -@REM Remove any pre-existing test outputs -@if exist %MSGFILE% del %MSGFILE% -@if exist %TIDYFILE% del %TIDYFILE% - -@REM this has to all one line ... -@%TIDY% -f %MSGFILE% --accessibility-check %ACCESSLEVEL% -config %CFGFILE% --gnu-emacs yes --tidy-mark no -o %TIDYFILE% %INFILE% - -@REM output the FIND count to the a result file -@find /c "%TESTEXPECTED%" %MSGFILE% > tempres.txt -@REM load the find count, token 3, into variable RESULT -@for /F "tokens=3" %%i in (tempres.txt) do @set RESULT=%%i -@REM test the RESULT variable ... -@if "%RESULT%." == "0." goto Err -@if "%RESULT%." == "1." goto done -@REM echo note - test '%TESTEXPECTED%' found %RESULT% times in file '%INFILE%' -@goto done - -:Err -@echo FAILED --- test '%TESTEXPECTED%' not detected in file '%INFILE%' -@type %MSGFILE% -@echo FAILED --- test '%TESTEXPECTED%' not detected in above -@set FAILEDACC=%FAILEDACC% %1 -@REM append results to the ACCERR.TXT file -@echo ======================================= >> %TIDYLOG% -@echo %TIDY% -f %MSGFILE% --accessibility-check %ACCESSLEVEL% -config %CFGFILE% --gnu-emacs yes --tidy-mark no -o %TIDYFILE% %INFILE% >> %TIDYLOG% -@echo FAILED --- test '%TESTEXPECTED%' not detected in file '%MSGFILE%', as follows - >> %TIDYLOG% -@type %MSGFILE% >> %TIDYLOG% -@echo FAILED --- test '%TESTEXPECTED%' not detected in above >> %TIDYLOG% -@goto done - -:NOTEST -@echo Error: NO test number given as the first command! -:NOEXPECT -@echo Error: NO expected result given as the second command! -:NOLEVEL -@echo Error: NO accesslevel given as the thrid command! -@goto HELP - -:NOLOG -@echo. -@echo Error: TIDYLOG NOT set in the environment!!! This is set in acctest.cmd -:HELP -@echo The file acctest.cmd should be used to run this cmd... -@echo Use Ctrl+c to abort, to fix... -@pause -@goto NOLOG - -:done -@endlocal diff --git a/test/report-5.1.8.txt b/test/report-5.1.8.txt deleted file mode 100644 index 96ec9b9..0000000 --- a/test/report-5.1.8.txt +++ /dev/null @@ -1,782 +0,0 @@ -20150909: 'testbase' change report - -The current version of Tidy library is 5.1.8. It -contains a number of fixes, and message changes -the effects the 'test' output in 'testbase' - -The files changed were : - -testbase/msg_1053626.txt -testbase/msg_1098012.txt -testbase/msg_1316307-2.txt -testbase/msg_1326520.txt -testbase/msg_1331849.txt -testbase/msg_427662.txt -testbase/msg_427820.txt -testbase/msg_427836.txt -testbase/msg_431895.txt -testbase/msg_433012.txt -testbase/msg_433021.txt -testbase/msg_433666.txt -testbase/msg_435919.txt -testbase/msg_435920.txt -testbase/msg_505770.txt -testbase/msg_511679.txt -testbase/msg_588061.txt -testbase/msg_590716.txt -testbase/msg_647900.txt -testbase/msg_676205.txt -testbase/msg_678268.txt - -testbase/out_1503897.html -testbase/out_431721.html -testbase/out_435923.html -testbase/out_443362.html -testbase/out_500236.html -testbase/out_504206.html -testbase/out_505770.html -testbase/out_511679.html -testbase/out_588061.html -testbase/out_620531.html -testbase/out_640473.html -testbase/out_656889.html -testbase/out_658230.html -testbase/out_661606.html -testbase/out_676205.html - -There were just 21 of 227 message text files changed, -and just 15 of 220 html outputs changed. - -After reviewing every case, the changes seem 'better', -so are deemed all acceptable changes. - -Hence 'testbase' has been updated to this version. - -Oops, seems thre other files needed to be updated! Not -sure why they were missed in the first 'testbase' update. - -They were - - -testbase\msg_431895.txt -testbase\msg_676205.txt -testbase\out_676205.html - -Below is a FULL `diff -u` of the changes for further -reviewing (some non-utf-8 chars deleted), plus the -additional diff - - -========================================================= -diff -u tempbase/msg_1053626.txt testbase/msg_1053626.txt ---- tempbase/msg_1053626.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1053626.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -7,11 +7,25 @@ - line 6 column 1 - Warning: missing - line 5 column 1 - Warning: missing
      - line 3 column 1 - Warning: inserting missing 'title' element -+line 6 column 1 - Warning: lacks "summary" attribute - line 7 column 1 - Warning: trimming empty - Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" - Info: Document content looks like HTML 4.01 Transitional - Info: No system identifier in emitted doctype --9 warnings, 0 errors were found! -+10 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1098012.txt testbase/msg_1098012.txt ---- tempbase/msg_1098012.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1098012.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -6,12 +6,26 @@ - line 6 column 1 - Warning: missing </table> - line 5 column 1 - Warning: missing </dl> - line 3 column 1 - Warning: inserting missing 'title' element -+line 6 column 1 - Warning: <table> lacks "summary" attribute - line 7 column 1 - Warning: trimming empty <noframes> - line 6 column 1 - Warning: trimming empty <table> - Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" - Info: Document content looks like HTML 4.01 Transitional - Info: No system identifier in emitted doctype --9 warnings, 0 errors were found! -+10 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1316307-2.txt testbase/msg_1316307-2.txt ---- tempbase/msg_1316307-2.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1316307-2.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,11 +1,25 @@ - line 7 column 1 - Warning: <ul> isn't allowed in <tr> elements - line 6 column 1 - Info: <tr> previously mentioned - line 11 column 1 - Warning: discarding unexpected </ul> -+line 5 column 1 - Warning: <table> lacks "summary" attribute - line 7 column 1 - Warning: trimming empty <ul> - Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" - Info: Document content looks like HTML 4.01 Strict - Info: No system identifier in emitted doctype --3 warnings, 0 errors were found! -+4 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1326520.txt testbase/msg_1326520.txt ---- tempbase/msg_1326520.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1326520.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -2,9 +2,10 @@ - line 12 column 7 - Warning: <center> isn't allowed in <tr> elements - line 11 column 5 - Info: <tr> previously mentioned - line 12 column 7 - Warning: missing </center> before <td> -+line 10 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - line 12 column 7 - Warning: trimming empty <center> - Info: Document content looks like HTML5 --4 warnings, 0 errors were found! -+5 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_1331849.txt testbase/msg_1331849.txt ---- tempbase/msg_1331849.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_1331849.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,10 +1,25 @@ - line 9 column 1 - Warning: <tr> isn't allowed in <body> elements - line 6 column 1 - Info: <body> previously mentioned - line 9 column 1 - Warning: inserting implicit <table> -+line 9 column 1 - Warning: <table> lacks "summary" attribute -+line 29 column 1 - Warning: <table> lacks "summary" attribute - Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" - Info: Document content looks like HTML 4.01 Transitional - Info: No system identifier in emitted doctype --2 warnings, 0 errors were found! -+4 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_427662.txt testbase/msg_427662.txt ---- tempbase/msg_427662.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_427662.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,8 +1,9 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 7 column 1 - Warning: <a> isn't allowed in <table> elements - line 6 column 1 - Info: <table> previously mentioned -+line 6 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --2 warnings, 0 errors were found! -+3 warnings, 0 errors were found! - - You are recommended to use CSS to specify the font and - properties such as its size and color. This will reduce -diff -u tempbase/msg_427820.txt testbase/msg_427820.txt ---- tempbase/msg_427820.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_427820.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,6 +1,7 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration -+line 6 column 10 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --1 warning, 0 errors were found! -+2 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_427836.txt testbase/msg_427836.txt ---- tempbase/msg_427836.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_427836.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,10 +1,11 @@ - line 2 column 1 - Warning: missing <!DOCTYPE> declaration -+line 2 column 1 - Warning: inserting implicit <body> - line 3 column 17 - Warning: <img> discarding newline in URI reference - line 2 column 1 - Warning: inserting missing 'title' element - line 3 column 17 - Warning: <img> escaping malformed URI reference - line 3 column 17 - Warning: <img> lacks "alt" attribute - Info: Document content looks like HTML5 --5 warnings, 0 errors were found! -+6 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_431895.txt testbase/msg_431895.txt ---- tempbase/msg_431895.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_431895.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,2 +1,2 @@ --input\in_431895.html:17:14: Warning: adjacent hyphens within comment --input\in_431895.html:32:1: Warning: trimming empty <p> -+./input/in_431895.html:17:14: Warning: adjacent hyphens within comment -+./input/in_431895.html:32:1: Warning: trimming empty <p> -diff -u tempbase/msg_433012.txt testbase/msg_433012.txt ---- tempbase/msg_433012.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_433012.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -503,9 +503,7 @@ - line 784 column 34 - Warning: unescaped & or unknown entity "&rsaquo" - line 790 column 17 - Warning: unescaped & or unknown entity "&euro" - line 790 column 32 - Warning: unescaped & or unknown entity "&euro" --line 798 column 2 - Warning: named entity &apos; only defined in XML/XHTML - line 798 column 17 - Warning: entity "&apos" doesn't end in ';' --line 798 column 27 - Warning: named entity &apos; only defined in XML/XHTML - line 798 column 32 - Warning: entity "&apos" doesn't end in ';' - line 801 column 17 - Warning: unescaped & or unknown entity "&foo" - line 801 column 31 - Warning: unescaped & or unknown entity "&foo" -@@ -608,7 +606,7 @@ - line 695 column 2 - Warning: <a> escaping malformed URI reference - line 698 column 2 - Warning: <a> escaping malformed URI reference - Info: Document content looks like HTML5 --609 warnings, 0 errors were found! -+607 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_433021.txt testbase/msg_433021.txt ---- tempbase/msg_433021.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_433021.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,11 +1,12 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 6 column 1 - Warning: <p> attribute "align" has invalid value "fizzle" -+line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - line 9 column 1 - Warning: <td> attribute "valign" has invalid value "center" - line 11 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" - line 13 column 1 - Warning: <td> attribute "align" has invalid value "fuzzle" - line 13 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" - Info: Document content looks like HTML5 --6 warnings, 0 errors were found! -+7 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_433666.txt testbase/msg_433666.txt ---- tempbase/msg_433666.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_433666.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,7 +1,8 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 4 column 1 - Warning: <table> dropping value "right" for repeated attribute "align" -+line 4 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --2 warnings, 0 errors were found! -+3 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_435919.txt testbase/msg_435919.txt ---- tempbase/msg_435919.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_435919.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,7 +1,6 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration --line 6 column 1 - Warning: nested q elements, possible typo. - Info: Document content looks like HTML5 --2 warnings, 0 errors were found! -+1 warning, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_435920.txt testbase/msg_435920.txt ---- tempbase/msg_435920.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_435920.txt 2015-09-09 13:51:59.000000000 +0200 -@@ -1,6 +1,7 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration -+line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --1 warning, 0 errors were found! -+2 warnings, 0 errors were found! - - You are recommended to use CSS to specify the font and - properties such as its size and color. This will reduce -diff -u tempbase/msg_505770.txt testbase/msg_505770.txt ---- tempbase/msg_505770.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_505770.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,8 +1,6 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration --line 29 column 37 - Warning: unescaped & which should be written as &amp; --line 30 column 37 - Warning: unescaped & which should be written as &amp; - Info: Document content looks like HTML5 --3 warnings, 0 errors were found! -+1 warning, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_511679.txt testbase/msg_511679.txt ---- tempbase/msg_511679.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_511679.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,8 +1,9 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration - line 2 column 1 - Warning: inserting implicit <body> - line 4 column 7 - Warning: missing </pre> before </td> -+line 2 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --3 warnings, 0 errors were found! -+4 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_588061.txt testbase/msg_588061.txt ---- tempbase/msg_588061.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_588061.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -7,7 +7,6 @@ - line 20 column 9 - Warning: missing </strong> before <h1> - line 23 column 1 - Warning: inserting implicit <strong> - line 25 column 96 - Warning: unescaped & or unknown entity "&body" --line 43 column 128 - Warning: unescaped & which should be written as &amp; - line 23 column 1 - Warning: replacing unexpected font by </font> - line 66 column 104 - Warning: unescaped & or unknown entity "&city" - line 66 column 5 - Warning: missing </strong> before <h2> -@@ -26,11 +25,8 @@ - line 138 column 237 - Warning: unescaped & or unknown entity "&body" - line 142 column 237 - Warning: unescaped & or unknown entity "&body" - line 168 column 280 - Warning: unescaped & or unknown entity "&body" --line 188 column 76 - Warning: unescaped & which should be written as &amp; - line 196 column 153 - Warning: discarding unexpected </a> - line 200 column 339 - Warning: unescaped & or unknown entity "&body" --line 216 column 90 - Warning: unescaped & which should be written as &amp; --line 240 column 67 - Warning: unescaped & which should be written as &amp; - line 248 column 281 - Warning: unescaped & or unknown entity "&body" - line 300 column 177 - Warning: discarding unexpected </a> - line 314 column 1 - Warning: inserting implicit <strong> -@@ -101,7 +97,7 @@ - line 200 column 176 - Warning: <a> cannot copy name attribute to id - line 248 column 94 - Warning: <a> cannot copy name attribute to id - Info: Document content looks like HTML5 --100 warnings, 0 errors were found! -+96 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_590716.txt testbase/msg_590716.txt ---- tempbase/msg_590716.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_590716.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,10 +1,8 @@ - line 1 column 1 - Warning: missing <!DOCTYPE> declaration --line 796 column 2 - Warning: named entity &apos; only defined in XML/XHTML --line 796 column 28 - Warning: named entity &apos; only defined in XML/XHTML - line 799 column 17 - Warning: unescaped & or unknown entity "&foo" - line 799 column 32 - Warning: unescaped & or unknown entity "&foo" - Info: Document content looks like HTML5 --5 warnings, 0 errors were found! -+3 warnings, 0 errors were found! - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/msg_647900.txt testbase/msg_647900.txt ---- tempbase/msg_647900.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_647900.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -3,8 +3,12 @@ - line 29 column 11 - Error: discarding unexpected </form> - line 29 column 18 - Error: discarding unexpected </td> - line 25 column 3 - Warning: missing </form> -+line 6 column 3 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -+line 13 column 3 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -+line 18 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -+line 26 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 - Info: Document content looks like HTML5 --3 warnings, 2 errors were found! -+7 warnings, 2 errors were found! - - You may need to move one or both of the <form> and </form> - tags. HTML elements should be properly nested and form elements -diff -u tempbase/msg_676205.txt testbase/msg_676205.txt ---- tempbase/msg_676205.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_676205.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -1,12 +1,12 @@ --line 11 column 1 - Warning: <img> discarding newline in URI reference --line 11 column 1 - Warning: <img> discarding newline in URI reference --line 11 column 1 - Warning: <img> discarding newline in URI reference --line 14 column 1 - Warning: <img> end of file while parsing attributes --line 11 column 1 - Warning: <img> escaping malformed URI reference --line 11 column 1 - Warning: <img> lacks "alt" attribute --Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" --Info: Document content looks like XHTML 1.0 Transitional --6 warnings, 0 errors were found! -+line 3 column 1 - Warning: missing <!DOCTYPE> declaration -+line 8 column 3 - Warning: <img> discarding newline in URI reference -+line 8 column 3 - Warning: <img> discarding newline in URI reference -+line 8 column 3 - Warning: <img> discarding newline in URI reference -+line 11 column 1 - Warning: <img> end of file while parsing attributes -+line 8 column 3 - Warning: <img> escaping malformed URI reference -+line 8 column 3 - Warning: <img> lacks "alt" attribute -+Info: Document content looks like XHTML5 -+7 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -diff -u tempbase/msg_678268.txt testbase/msg_678268.txt ---- tempbase/msg_678268.txt 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/msg_678268.txt 2015-09-09 13:52:00.000000000 +0200 -@@ -4,8 +4,22 @@ - line 12 column 1 - Warning: inserting implicit <body> - line 1 column 1 - Warning: <html> proprietary attribute "xmlns:msxsl" - line 1 column 1 - Warning: <html> proprietary attribute "xmlns:user" -+line 12 column 1 - Warning: <table> lacks "summary" attribute - Info: Document content looks like XHTML5 --6 warnings, 0 errors were found! -+7 warnings, 0 errors were found! -+ -+The table summary attribute should be used to describe -+the table structure. It is very helpful for people using -+non-visual browsers. The scope and headers attributes for -+table cells are useful for specifying which headers apply -+to each table cell, enabling non-visual browsers to provide -+a meaningful context for each cell. -+ -+For further advice on how to make your pages accessible -+see http://www.w3.org/WAI/GL. -+. You may also want to try -+"http://www.cast.org/bobby/" which is a free Web-based -+service for checking URLs for accessibility. - - About HTML Tidy: https://github.com/htacg/tidy-html5 - Bug reports and comments: https://github.com/htacg/tidy-html5/issues -diff -u tempbase/out_1503897.html testbase/out_1503897.html ---- tempbase/out_1503897.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_1503897.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,11 +5,9 @@ - </head> - <body> - <pre> -- PrintString(" --</pre>\n"); -+ PrintString("</pre>\n"); - <pre> -- PrintString(" --</pre>\n"); -+ PrintString("</pre>\n"); - <table> - <tr> - <td></td> -diff -u tempbase/out_431721.html testbase/out_431721.html ---- tempbase/out_431721.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_431721.html 2015-09-09 13:51:59.000000000 +0200 -@@ -25,9 +25,9 @@ - </ul> - <p>&nbsp;</p> - <p>Joe-Bob joined the Firm in 1995 after 15 years with the -- Kansas City firm of Fish, Gill, Smoker &amp; Butts, where he -- was a Shareholder/Director.&nbsp; John is a past Chair of the -- Estate Planning, Probate and Trust Committee of the Kansas City -+ Kansas City firm of Fish, Gill, Smoker & Butts, where he was a -+ Shareholder/Director.&nbsp; John is a past Chair of the Estate -+ Planning, Probate and Trust Committee of the Kansas City - Metropolitan Bar Association and co-authored the Drinking - Procedures Manual for County Practitioners.&nbsp; Currently, JB - is a member of the Missouri Bar Probate and Trust Committee, -diff -u tempbase/out_435923.html testbase/out_435923.html ---- tempbase/out_435923.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_435923.html 2015-09-09 13:51:59.000000000 +0200 -@@ -4,8 +4,6 @@ - <title>[ #435923 ] Preserve case of attribute names</title> - </head> - <body> -- <textarea> --Blah Blah Blah --</textarea> -+ <textarea>Blah Blah Blah</textarea> - </body> - </html> -diff -u tempbase/out_443362.html testbase/out_443362.html ---- tempbase/out_443362.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_443362.html 2015-09-09 13:51:59.000000000 +0200 -@@ -17,8 +17,7 @@ - <p>Your XHTML document contains a document type declaration but - the system identifier points at some non-W3C URI. Your document - probably contains something like this:</p> -- <pre> -- -+ <pre> - - - </pre> -diff -u tempbase/out_500236.html testbase/out_500236.html ---- tempbase/out_500236.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_500236.html 2015-09-09 13:51:59.000000000 +0200 -@@ -1,5 +1,5 @@ --<!-- use "==word-2000 yes -xml" on command line --> --<!-- Test case for MS Access files failing with Error: missing quote mark for attribute value --> --<PARAM NAME="XMLData" --VALUE="&lt;xml xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot;&gt; - &lt;a:something&gt;&lt;/a:something&gt;&lt;a:something&gt;&lt;/a:something&gt;&lt;/xml&gt;'&quot;"> --</PARAM> -+<!-- use "==word-2000 yes -xml" on command line --> -+<!-- Test case for MS Access files failing with Error: missing quote mark for attribute value --> -+<PARAM NAME="XMLData" -+VALUE="&lt;xml xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot;&gt; - &lt;a:something&gt;&lt;/a:something&gt;&lt;a:something&gt;&lt;/a:something&gt;&lt;/xml&gt;'&quot;"> -+</PARAM> -diff -u tempbase/out_504206.html testbase/out_504206.html ---- tempbase/out_504206.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_504206.html 2015-09-09 13:52:00.000000000 +0200 -@@ -158,19 +158,16 @@ - <p><strong>Stengths (class/instructor):</strong><br> - <textarea rows="5" - cols="60" -- name="STRENGTHS"> --</textarea><br></p> -+ name="STRENGTHS"></textarea><br></p> - <p><strong>Weaknesses (class/instructor):</strong><br> - <textarea rows="5" - cols="60" -- name="WEAKNESSES"> --</textarea><br></p> -+ name="WEAKNESSES"></textarea><br></p> - <p><strong>Suggestions for improvement (class/instructor; NOTE: - This field is REQUIRED):</strong><br> - <textarea rows="5" - cols="60" -- name="SUGGESTIONS"> --</textarea><br></p> -+ name="SUGGESTIONS"></textarea><br></p> - <p><input type="submit" - value="Send"> <input type="reset" - value="Clear Form"></p> -diff -u tempbase/out_505770.html testbase/out_505770.html ---- tempbase/out_505770.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_505770.html 2015-09-09 13:52:00.000000000 +0200 -@@ -39,8 +39,7 @@ - rows="5" - cols="28" - title="Selected Card Text" -- name="cardtext"> --Selected Card Text -+ name="cardtext">Selected Card Text - </textarea><br> - <input type="button" - value="Discard &amp; Draw"><br> -diff -u tempbase/out_511679.html testbase/out_511679.html ---- tempbase/out_511679.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_511679.html 2015-09-09 13:52:00.000000000 +0200 -@@ -8,9 +8,7 @@ - <table summary="No end tag for PRE"> - <tr> - <td> -- <pre> --<span class="foo">foo</span> --</pre> -+ <pre><span class="foo">foo</span></pre> - </td> - </tr> - </table> -diff -u tempbase/out_588061.html testbase/out_588061.html ---- tempbase/out_588061.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_588061.html 2015-09-09 13:52:00.000000000 +0200 -@@ -77,8 +77,8 @@ - STOCK!</span>**<br> - <br> - <span class="c6">**</span><span class="c1">NEW!</span> Europe -- MapSource: City Navigator, City Select, MetroGuide and Roads -- &amp; Recreation <span class="c1">IN STOCK!</span>**<br> -+ MapSource: City Navigator, City Select, MetroGuide and Roads & -+ Recreation <span class="c1">IN STOCK!</span>**<br> - <br> - <span class="c6">**</span><span class="c1">NEW!</span> We now - have <span class="c2">remanufactured</span> <a href= -@@ -317,7 +317,7 @@ - "c1">IN STOCK!</span><br> - <br> - <a class="c7" -- href="softwarereturn.html">*</a>U.S. Waterways &amp; Lights -+ href="softwarereturn.html">*</a>U.S. Waterways & Lights - MapSource....$60.00 <span class="c1">IN STOCK!</span><br> - <br> - <a href="http://www.garmin.com/products/streetPilot/" -@@ -356,9 +356,8 @@ - STOCK!</span><br> - <br> - <a class="c7" -- href="softwarereturn.html">*</a>MetroGuide Canada with Roads -- &amp; Recreation....$80.00 <span class="c1">IN -- STOCK!</span><br> -+ href="softwarereturn.html">*</a>MetroGuide Canada with Roads & -+ Recreation....$80.00 <span class="c1">IN STOCK!</span><br> - <br> - <a class="c7" - href="softwarereturn.html">*</a>City Navigator -@@ -381,7 +380,7 @@ - <span class="c1">IN STOCK!</span><br> - <br> - <a class="c7" -- href="softwarereturn.html">*</a>Roads &amp; Recreation -+ href="softwarereturn.html">*</a>Roads & Recreation - Europe....$85.00 <span class="c1">IN STOCK!</span><br> - <br> - <a class="c7" -diff -u tempbase/out_620531.html testbase/out_620531.html ---- tempbase/out_620531.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_620531.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,8 +5,6 @@ - </head> - <body> - <p class="foo">foo</p> -- <pre> --bar<br>baz --</pre> -+ <pre>bar<br>baz</pre> - </body> - </html> -diff -u tempbase/out_640473.html testbase/out_640473.html ---- tempbase/out_640473.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_640473.html 2015-09-09 13:52:00.000000000 +0200 -@@ -9,7 +9,6 @@ - <p>This is a test</p> - <zippo> - <baz> -- - This is a pre-formatted Baz! - </baz> - </body> -diff -u tempbase/out_656889.html testbase/out_656889.html ---- tempbase/out_656889.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_656889.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,11 +5,9 @@ - </head> - <body> - <form action="foo"> -- <textarea name="txt1" rows="4" cols="40"> --Blah Blah blah... -+ <textarea name="txt1" rows="4" cols="40">Blah Blah blah... - Blah Blah... --Blah Blah Blah Blah. --</textarea> -+Blah Blah Blah Blah.</textarea> - </form> - </body> - </html> -diff -u tempbase/out_658230.html testbase/out_658230.html ---- tempbase/out_658230.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_658230.html 2015-09-09 13:52:00.000000000 +0200 -@@ -5,7 +5,7 @@ - </head> - <body> - <p>BIG-5</p> --<p>Here are some entities: &amp; " 2</p> -+<p>Here are some entities: & " 2</p> -Binary files tempbase/out_661606.html and testbase/out_661606.html differ -diff -u tempbase/out_676205.html testbase/out_676205.html ---- tempbase/out_676205.html 2015-06-09 16:11:19.000000000 +0200 -+++ testbase/out_676205.html 2015-09-09 13:52:00.000000000 +0200 -@@ -1,14 +1,11 @@ --<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> --<html xmlns="http://www.w3.org/1999/xhtml" -- xml:lang="en" -- lang="en"> -+<!-- XHTML namespace declaration required to reproduce bug. -+--> -+<!DOCTYPE html> -+<html xmlns="http://www.w3.org/1999/xhtml"> - <head> -- <title>[ 676205 ] &lt;img src="&gt; crashes Tidy</title> -- <meta http-equiv="Content-Type" -- content="text/html; charset=iso-8859-1" /> -+ <title>[676205] &lt;img src="&gt; crashes Tidy</title> - </head> - <body> -- <img src="%3E%3C/body%3E%3C/html%3E" /> -+ <img src="%3E%20%3C/body%3E%20%3C/html%3E" /> - </body> - </html> -======================================================= -diff -u testbase\msg_431895.txt temp-5\msg_431895.txt ---- testbase\msg_431895.txt Wed Sep 09 18:15:03 2015 -+++ temp-5\msg_431895.txt Wed Sep 09 18:27:24 2015 -@@ -1,2 +1,2 @@ --./input/in_431895.html:17:14: Warning: adjacent hyphens within comment --./input/in_431895.html:32:1: Warning: trimming empty <p> -+input\in_431895.html:17:14: Warning: adjacent hyphens within comment -+input\in_431895.html:32:1: Warning: trimming empty <p> -diff -u testbase\msg_676205.txt temp-5\msg_676205.txt ---- testbase\msg_676205.txt Wed Sep 09 18:15:03 2015 -+++ temp-5\msg_676205.txt Wed Sep 09 18:27:55 2015 -@@ -1,12 +1,12 @@ --line 3 column 1 - Warning: missing <!DOCTYPE> declaration --line 8 column 3 - Warning: <img> discarding newline in URI reference --line 8 column 3 - Warning: <img> discarding newline in URI reference --line 8 column 3 - Warning: <img> discarding newline in URI reference --line 11 column 1 - Warning: <img> end of file while parsing attributes --line 8 column 3 - Warning: <img> escaping malformed URI reference --line 8 column 3 - Warning: <img> lacks "alt" attribute --Info: Document content looks like XHTML5 --7 warnings, 0 errors were found! -+line 11 column 1 - Warning: <img> discarding newline in URI reference -+line 11 column 1 - Warning: <img> discarding newline in URI reference -+line 11 column 1 - Warning: <img> discarding newline in URI reference -+line 14 column 1 - Warning: <img> end of file while parsing attributes -+line 11 column 1 - Warning: <img> escaping malformed URI reference -+line 11 column 1 - Warning: <img> lacks "alt" attribute -+Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -+Info: Document content looks like XHTML 1.0 Transitional -+6 warnings, 0 errors were found! - - URIs must be properly escaped, they must not contain unescaped - characters below U+0021 including the space character and not -Binary files testbase\out_661606.html and temp-5\out_661606.html differ -diff -u testbase\out_676205.html temp-5\out_676205.html ---- testbase\out_676205.html Wed Sep 09 18:15:04 2015 -+++ temp-5\out_676205.html Wed Sep 09 18:27:55 2015 -@@ -1,11 +1,14 @@ --<!-- XHTML namespace declaration required to reproduce bug. ----> --<!DOCTYPE html> --<html xmlns="http://www.w3.org/1999/xhtml"> -+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -+<html xmlns="http://www.w3.org/1999/xhtml" -+ xml:lang="en" -+ lang="en"> - <head> -- <title>[676205] &lt;img src="&gt; crashes Tidy</title> -+ <title>[ 676205 ] &lt;img src="&gt; crashes Tidy</title> -+ <meta http-equiv="Content-Type" -+ content="text/html; charset=iso-8859-1" /> - </head> - <body> -- <img src="%3E%20%3C/body%3E%20%3C/html%3E" /> -+ <img src="%3E%3C/body%3E%3C/html%3E" /> - </body> - </html> -========================================================= -; eof - diff --git a/test/t1.bat b/test/t1.bat deleted file mode 100644 index 1ed2bf8..0000000 --- a/test/t1.bat +++ /dev/null @@ -1,177 +0,0 @@ -@setlocal -@REM ================================================================= -@REM A convenient run one test giving the number and expected exit -@REM -@REM This is to run just one, like "t1 1642186-1 0" -@REM -@REM Note it uses a relative path to the built exe file, and -@REM expects the ouput folder has to exist. -@REM -@REM Obviously you may want to adjust this file, like seen below to test -@REM different versions of tidy.exe... -@REM Rather than altering this file, which will be flagged by git, -@REM I copy it to say a temp1.bat, and modify that to suit my testing -@REM -@REM There is also an 'alltest.cmd' which runs some 227 tests that -@REM gets the case listed in 'testcases.txt' file. -@REM -@REM ================================================================= - -@REM setup the ENVIRONMENT -@set TIDY=..\build\cmake\Release\tidy.exe -@REM set TIDY=C:\MDOS\tidy5.exe -@REM set TIDY=C:\MDOS\tidydev02.exe -@set TIDYOUT=temp-02 -@set TMPTEST=temptest1.txt - -@if NOT EXIST %TIDYOUT%\nul goto NOOUT -@if NOT EXIST %TIDY% goto NOEXE - -@REM Check user input -@if "%~1x" == "x" goto HELP -@if "%~2x" == "x" goto HELP - -@set TMPFIL=input\in_%1.xhtml -@if NOT EXIST %TMPFIL% ( -@set TMPFIL==input\in_%1.xml -) -@if NOT EXIST %TMPFIL% ( -@set TMPFIL==input\in_%1.html -) -@set TMPCFG=input\cfg_%1.txt -@if NOT EXIST %TMPCFG% ( -@set TMPCFG=input\cfg_default.txt -) - -@if NOT EXIST %TMPFIL% goto NOFIL -@if NOT EXIST %TMPCFG% goto NOCFG - -@echo Test 1 case %DATE% %TIME% > %TMPTEST% -@%TIDY% -v >> %TMPTEST% -@if ERRORLEVEL 1 goto NOTIDY - -%TIDY% -v -@echo. -@echo Doing '@call onetest.cmd %1 %2' -@echo Doing '@call onetest.cmd %1 %2' >> %TMPTEST% - -@call onetest.cmd %1 %2 - -@echo See ouput in %TMPTEST% - -@set TMPFIL1=testbase\out_%1.html -@set TMPOUT1=testbase\msg_%1.txt -@set TMPFIL2=%TIDYOUT%\out_%1.html -@set TMPOUT2=%TIDYOUT%\msg_%1.txt - -@if NOT EXIST %TMPFIL1% goto NOFIL1 -@if NOT EXIST %TMPFIL2% goto NOFIL1 - -@if NOT EXIST %TMPOUT1% goto NOFIL2 -@if NOT EXIST %TMPOUT2% goto NOFIL2 - -@REM Compare the outputs, exactly -@set TMPOPTS=-ua -@set ERRCNT=0 - -@echo. -@echo Doing: '@diff %TMPOPTS% %TMPFIL1% %TMPFIL2%' -@diff %TMPOPTS% %TMPFIL1% %TMPFIL2% -@if ERRORLEVEL 1 goto GOTD1 -@echo Files appear exactly the same... -@goto DODIF2 -:GOTD1 -@call :ISDIFF -@set /A ERRCNT+=1 -:DODIF2 - -@echo. -@echo Doing: '@diff %TMPOPTS% %TMPOUT1% %TMPOUT2%' -@diff %TMPOPTS% %TMPOUT1% %TMPOUT2% -@if ERRORLEVEL 1 goto GOTD2 -@echo Files appear exactly the same... -@goto DODIF3 -:GOTD2 -@call :ISDIFF -@set /A ERRCNT+=1 -:DODIF3 -@echo. -@if "%ERRCNT%x" == "0x" ( -@echo Appears a successful test of %1 %2 -) else ( -@echo Carefully REVIEW the above differences on %1 %2! *** ACTION REQUIRED *** -) - -@goto END - -:ISDIFF -@echo. -@echo Check the above diff carefully. This may indicate a 'testbase', or -@echo a 'regression' in tidy output. -@echo. -@goto :EOF - -:NOFIL1 -@echo. -@echo Can NOT locate %TMPFIL1% or %TMPFIL2% -@echo needed for the compare... but this may not be a problem... -@echo Maybe there is no 'testbase' file for test %1! -@echo. -@goto END - -:NOFIL2 -@echo. -@echo Can NOT locate %TMPOUT1% or %TMPOUT2% -@echo needed for the compare... but this may not be a problem... -@echo but it is strange one or both were not created!!! *** NEEDS CHECKING *** -@echo. -@goto END - - -:NOEXE -@echo. -@echo Error: Unable to locate file '%TIDY%'! Has it been built? *** FIX ME *** -@echo. -@goto END - -:NOTIDY -@echo. -@echo Error: Unable to run '%TIDY% -v' successfully! *** FIX ME *** -@echo. -@goto END - -:NOOUT -@echo. -@echo Error: Can NOT locate %TIDYOUT%! This MUST be created! -@echo This script does NOT create any directories... -@echo. -@goto END - -:NOFIL -@echo. -@dir input\*%1* -@echo. -@echo Error: Can NOT locate %TMPFIL%! Is number correct? -@echo. -@goto END - -:NOCFG -@echo. -@echo Error: Can NOT locate %TMPCFG%! -@echo. -@goto END - - -:HELP -@echo. -@echo - Usage: %0 "value" "expected exit value" -@echo - That is give test number, and expected result, like -@echo - %0 1642186 1 -@if "%~1x" == "x" goto HELP2 -@echo - Missing expected value. See testcases.txt for list available... -@echo Checking testcases.txt for test %1 -@fa4 "%~1" testcases.txt -:HELP2 -@echo. - -:END diff --git a/test/t1.sh b/test/t1.sh deleted file mode 100755 index d27ab50..0000000 --- a/test/t1.sh +++ /dev/null @@ -1,219 +0,0 @@ -#!/bin/sh -BN=`basename $0` -# @setlocal -#@REM ================================================================= -#@REM A convenient run one test giving the number and expected exit -#@REM -#@REM This is to run just one, like "t1 1642186-1 0" -#@REM -#@REM Note it uses a relative path to the built exe file, and -#@REM expects the ouput folder has to exist. -#@REM -#@REM Obviously you may want to adjust this file, like seen below to test -#@REM different versions of tidy.exe... -#@REM Rather than altering this file, which will be flagged by git, -#@REM I copy it to say a temp1.bat, and modify that to suit my testing -#@REM -#@REM There is also an 'alltest.cmd' which runs some 227 tests that -#@REM gets the case listed in 'testcases.txt' file. -#@REM -#@REM ================================================================= - -#@REM setup the ENVIRONMENT -TIDY="../build/cmake/tidy" -TIDYOUT="tmp" -TMPLOG="temptest1.txt" - -if [ ! -d "$TIDYOUT" ]; then - echo "" - echo "$BN: Error: Can NOT locate $TIDYOUT! This MUST be created!" - echo "$BN: This script does NOT create any directories..." - echo "" - exit 1 -fi - -if [ ! -x "$TIDY" ]; then - echo "" - echo "$BN: Error: Unable to locate file '$TIDY'! Has it been built? *** FIX ME ***" - echo "" - exit 1 -fi - -give_help() -{ - echo "" - echo "- Usage: $0 \"value\" \"expected exit value\"" - echo "- That is give test number, and expected result, like" - echo "$0 1642186 1" - echo "- Missing expected value. See testcases.txt for list available..." - echo "" -} -d_now() -{ - date +%Y%m%d%H%M%S -} - -#@REM Check user input -TMPCASE="$1" -TMPEXIT="$2" -TMPNOW=`d_now` - -if [ -z "$TMPCASE" ]; then - give_help - exit 1 -fi -if [ -z "$TMPEXIT" ]; then - give_help - exit 1 -fi - -TMPFIL="input/in_$TMPCASE.xhtml" -if [ ! -f "$TMPFIL" ]; then -TMPFIL="input/in_$TMPCASE.xml" -fi -if [ ! -f "$TMPFIL" ]; then -TMPFIL="input/in_$TMPCASE.html" -fi -TMPCFG="input/cfg_$TMPCASE.txt" -if [ ! -f "$TMPCFG" ]; then -TMPCFG="input/cfg_default.txt" -fi - -if [ ! -f "$TMPFIL" ]; then - echo "" - # @dir input/*%1* - # @echo. - echo "$BN: Error: Can NOT locate $TMPFIL! Is number correct? " - echo "" - exit 1 -fi - -if [ ! -f "$TMPCFG" ]; then - echo "" - echo "$BN: Error: Can NOT locate $TMPCFG!" - echo "" - exit 1 -fi -if [ -f "$TMPLOG" ]; then - rm -f $TMPLOG -fi -echo "$BN: Test 1 case $TMPCASE $TMPEXIT on $TMPNOW" > $TMPLOG -echo "$BN: Version of tidy in use..." >> $TMPLOG -./$TIDY -v >> $TMPLOG -if [ ! "$?" = "0" ]; then - echo "" - echo "$BN: Error: Unable to run '$TIDY -v' successfully! *** FIX ME ***" - echo "" - exit 1 -fi - -echo "" -echo "$BN: Doing './testone.sh $TMPCASE $TMPEXIT'" -echo "$BN: Doing './testone.sh $TMPCASE $TMPEXIT'" >> $TMPLOG -echo "$BN: testone.sh run '$TIDY ... -config $TMPCFG $TMPFIL'" >> $TMPLOG - -if [ -f "tempall.txt" ]; then - rm -f tempall.txt -fi - -./testone.sh $TMPCASE $TMPEXIT -if [ -f "tempall.txt" ]; then - echo "==========================" >> $TMPLOG - cat tempall.txt >> $TMPLOG - echo "==========================" >> $TMPLOG -else - echo "Why no tempall.txt created???" >> $TMPLOG -fi - -echo "$BN: See ouput in $TMPLOG" -echo "$BN: Checking for compare phase..." >> $TMPLOG - -TMPFIL1="testbase/out_$TMPCASE.html" -TMPOUT1="testbase/msg_$TMPCASE.txt" -TMPFIL2="$TIDYOUT/out_$TMPCASE.html" -TMPOUT2="$TIDYOUT/msg_$TMPCASE.txt" - -if [ ! -f "$TMPFIL1" ]; then - echo "" - echo "$BN: NOT locate $TMPFIL1 " - echo "$BN: needed for the compare... but this may not be a problem..." - echo "$BN: Maybe there is no 'testbase' file for test $TMPCASE!" - echo "" - exit 1 -fi -if [ ! -f "$TMPFIL2" ]; then - echo "" - echo "$BN: NOT locate $TMPFIL2 " - echo "$BN: needed for the compare... but this may not be a problem..." - echo "$BN: Maybe there is no 'testbase' file for test $TMPCASE!" - echo "" - exit 1 -fi - -no_file2() -{ - echo "" - echo "$BN: Can NOT locate $TMPOUT1 or $TMPOUT2" - echo "$BN: needed for the compare... but this may not be a problem..." - echo "$BN: but it is strange one or both were not created!!! *** NEEDS CHECKING ***" - echo "" -} - -if [ ! -f "$TMPOUT1" ]; then - no_file2 - exit 1 -fi -if [ ! -f "$TMPOUT2" ]; then - no_file2 - exit 1 -fi - -is_diff() -{ - echo "" - echo "$BN: Check the above diff carefully. This may indicate a 'testbase', or" - echo "$BN: a 'regression' in tidy output." - echo "" -} - - -#@REM Compare the outputs, exactly -TMPOPTS="-ua" -ERRCNT=0 - -echo "" -echo "$BN: Doing: 'diff $TMPOPTS $TMPFIL1 $TMPFIL2'" -echo "$BN: Doing: 'diff $TMPOPTS $TMPFIL1 $TMPFIL2'" >> $TMPLOG -diff $TMPOPTS $TMPFIL1 $TMPFIL2 -if [ "$?" = "0" ]; then - echo "Files appear exactly the same..." -else - is_diff - ERRCNT=`expr $ERRCNT + 1` -fi - -echo "" -echo "$BN: Doing: 'diff $TMPOPTS $TMPOUT1 $TMPOUT2'" -echo "$BN: Doing: 'diff $TMPOPTS $TMPOUT1 $TMPOUT2'" >> $TMPLOG -diff $TMPOPTS $TMPOUT1 $TMPOUT2 -if [ "$?" = "0" ]; then - echo "$BN: Files appear exactly the same..." -else - is_diff - ERRCNT=`expr $ERRCNT + 1` -fi - -echo "" -if [ "$ERRCNT" = "0" ]; then - echo "$BN: Appears a successful test of $TMPCASE $TMPEXIT" - echo "$BN: Appears a successful test of $TMPCASE $TMPEXIT" >> $TMPLOG -else - echo "$BN: Carefully REVIEW the above differences on $TMPCASE $TMPEXIT! *** ACTION REQUIRED ***" - echo "$BN: Carefully REVIEW the above differences on $TMPCASE $TMPEXIT! *** ACTION REQUIRED ***" >> $TMPLOG -fi -echo "" -echo "# eof" >> $TMPLOG -echo "$BN: See full ouput in $TMPLOG" - -# eof :END - diff --git a/test/testaccess.sh b/test/testaccess.sh deleted file mode 100755 index 7732b57..0000000 --- a/test/testaccess.sh +++ /dev/null @@ -1,21 +0,0 @@ -#! /bin/sh - -# -# testaccess.sh - execute all testcases for regression testing -# -# (c) 2005 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# <URL:http://www.html-tidy.org/> -# -# set -x - -VERSION='$Id' - -cat accesscases.txt | sed 1d | \ -{ -while read bugNo expected -do - ./testaccessone.sh $bugNo $expected "$@" | tee -a testaccess.log -done -} diff --git a/test/testaccessone.sh b/test/testaccessone.sh deleted file mode 100755 index 08d6a24..0000000 --- a/test/testaccessone.sh +++ /dev/null @@ -1,76 +0,0 @@ -#! /bin/sh - -# -# execute a single testcase -# -# (c) 2005 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# <URL:http://www.html-tidy.org/> -# -# set -x - -VERSION='$Id' - -echo Testing $1 - -set +f - -TESTNO=$1 -TESTEXPECTED=$2 -ACCESSLEVEL=$3 - -TIDY=../build/cmake/tidy -INFILES=./accessTest/$1.*ml -CFGFILE=./accessTest/cfg_$1.txt - -TIDYFILE=./tmp/out_$1.html -MSGFILE=./tmp/msg_$1.txt - -unset HTML_TIDY - -shift -shift -shift - -# Remove any pre-exising test outputs -for INFIL in $MSGFILE $TIDYFILE -do - if [ -f $INFIL ] - then - rm $INFIL - fi -done - -for INFILE in $INFILES -do - if [ -r $INFILE ] - then - break - fi -done - -# If no test specific config file, use default. -if [ ! -f $CFGFILE ] -then - CFGFILE=./accessTest/cfg_default.txt -fi - -# Make sure output directory exists. -if [ ! -d ./tmp ] -then - mkdir ./tmp -fi - -$TIDY -f $MSGFILE --accessibility-check $ACCESSLEVEL -config $CFGFILE "$@" --gnu-emacs yes --tidy-mark no -o $TIDYFILE $INFILE -STATUS=$? - -if [ `grep -c -e ' \['$TESTEXPECTED'\]: ' $MSGFILE` = 0 ] -then - echo "--- test '$TESTEXPECTED' not detected in file '$INFILE'" - cat $MSGFILE - exit 1 -fi - -exit 0 - diff --git a/test/testall.sh b/test/testall.sh deleted file mode 100755 index e6a513e..0000000 --- a/test/testall.sh +++ /dev/null @@ -1,70 +0,0 @@ -#! /bin/sh -# -# testall.sh - execute all testcases for regression testing -# -# (c) 1998-2015 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# <URL:http://www.html-tidy.org/> -# -# set -x -BN=`basename $0` - -d_now() -{ - date +%Y%m%d%H%M%S -} - -# testone.sh uses tempall.txt, so -TMPLOG="tempall.txt" -# same EXE -TMPTIDY=../build/cmake/tidy - -TMPNOW=`d_now` -TMPINP="testcases.txt" - -if [ ! -f "testone.sh" ]; then - echo "$BN: Can not locate testone.sh script!" - exit 1 -fi -if [ ! -f "$TMPINP" ]; then - echo "$BN: Can not locate $TMPINP file!" - exit 1 -fi - -# count the tests -TMPCNT=0 -while read bugNo expected -do - TMPCNT=`expr $TMPCNT + 1` -done < $TMPINP - -# output a header -if [ -f "$TMPLOG" ]; then - rm -f $TMPLOG -fi -echo "$BN: Will process $TMPCNT tests from $TMPINP on $TMPNOW" -echo "$BN: Will process $TMPCNT tests from $TMPINP on $TMPNOW" > $TMPLOG -echo "$BN: Tidy version in use..." >> $TMPLOG -$TMPTIDY -v >> $TMPLOG -if [ ! "$?" = "0" ]; then - echo "$BN: Error $? running $TMPTIDY!" - exit 1 -fi - -echo "========================================" >> $TMPLOG -# do the tests -while read bugNo expected -do -# echo Testing $bugNo | tee -a $TMPLOG - ./testone.sh $bugNo $expected | tee -a $TMPLOG -done < $TMPINP -echo "========================================" >> $TMPLOG - -echo "$BN: Done $TMPCNT tests..." >> $TMPLOG -echo "# eof" -echo "$BN: Done $TMPCNT tests - see $TMPLOG" - - -# eof - diff --git a/test/testbase/msg_1002509.txt b/test/testbase/msg_1002509.txt deleted file mode 100644 index 62481bd..0000000 --- a/test/testbase/msg_1002509.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 3 column 1 - Error: repeated FRAMESET element -line 21 column 3 - Warning: content occurs after end of body -line 21 column 3 - Warning: replacing <body> by <div> -line 21 column 3 - Warning: trimming empty <div> -line 20 column 2 - Warning: trimming empty <noframes> -line 19 column 1 - Warning: trimming empty <frameset> -Info: Doctype given is "-//W3C//DTD HTML 4.01 Frameset//EN" -Info: Document content looks like HTML 4.01 Frameset -5 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1003361.txt b/test/testbase/msg_1003361.txt deleted file mode 100644 index 5dd8bd6..0000000 --- a/test/testbase/msg_1003361.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1004051.txt b/test/testbase/msg_1004051.txt deleted file mode 100644 index 74f7856..0000000 --- a/test/testbase/msg_1004051.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1004512.txt b/test/testbase/msg_1004512.txt deleted file mode 100644 index 031df61..0000000 --- a/test/testbase/msg_1004512.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1014993.txt b/test/testbase/msg_1014993.txt deleted file mode 100644 index 34197ea..0000000 --- a/test/testbase/msg_1014993.txt +++ /dev/null @@ -1,21 +0,0 @@ -line 6 column 1 - Warning: inserting implicit <body> -line 8 column 5 - Warning: missing </font> -line 6 column 1 - Warning: missing </table> -line 8 column 5 - Warning: <font> proprietary attribute "NULL" -line 8 column 5 - Warning: trimming empty <font> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1015959.txt b/test/testbase/msg_1015959.txt deleted file mode 100644 index e165f05..0000000 --- a/test/testbase/msg_1015959.txt +++ /dev/null @@ -1,20 +0,0 @@ -line 7 column 1 - Warning: missing </font> before <p> -line 8 column 4 - Warning: inserting implicit <font> -line 9 column 4 - Warning: inserting implicit <font> -line 10 column 1 - Warning: discarding unexpected </font> -line 7 column 1 - Warning: trimming empty <font> -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1027888.txt b/test/testbase/msg_1027888.txt deleted file mode 100644 index 511f18a..0000000 --- a/test/testbase/msg_1027888.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 5 column 1 - Warning: inserting implicit <body> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1050673.txt b/test/testbase/msg_1050673.txt deleted file mode 100644 index 570dfa1..0000000 --- a/test/testbase/msg_1050673.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: missing </b> before <ul> -line 3 column 1 - Warning: missing <li> -line 4 column 1 - Warning: missing </b> -line 3 column 1 - Warning: missing -line 2 column 1 - Warning: missing -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: trimming empty -line 3 column 1 - Warning: trimming empty -line 3 column 1 - Warning: trimming empty <li> -line 2 column 1 - Warning: trimming empty <ul> -line 4 column 1 - Warning: trimming empty <b> -Info: Document content looks like HTML5 -13 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1052758.txt b/test/testbase/msg_1052758.txt deleted file mode 100644 index 7ad4b94..0000000 --- a/test/testbase/msg_1052758.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.1 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1053626.txt b/test/testbase/msg_1053626.txt deleted file mode 100644 index c9d12e0..0000000 --- a/test/testbase/msg_1053626.txt +++ /dev/null @@ -1,31 +0,0 @@ -line 6 column 1 - Warning: inserting implicit <table> -line 7 column 1 - Warning: <noframes> isn't allowed in <table> elements -line 6 column 1 - Info: <table> previously mentioned -line 9 column 1 - Warning: discarding unexpected </li> -line 10 column 1 - Warning: discarding unexpected </body> -line 7 column 1 - Warning: missing -line 6 column 1 - Warning: missing
      -line 5 column 1 - Warning: missing
    -line 3 column 1 - Warning: inserting missing 'title' element -line 6 column 1 - Warning: lacks "summary" attribute -line 7 column 1 - Warning: trimming empty -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -10 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1055304.txt b/test/testbase/msg_1055304.txt deleted file mode 100644 index 48ce5fa..0000000 --- a/test/testbase/msg_1055304.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 8 column 1 - Warning: <img> should use client-side image map -line 9 column 14 - Warning: <img> should use client-side image map -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -2 warnings, 0 errors were found! - -Use client-side image maps in preference to server-side image -maps as the latter are inaccessible to people using non- -graphical browsers. In addition, client-side maps are easier -to set up and provide immediate feedback to users. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1055398.txt b/test/testbase/msg_1055398.txt deleted file mode 100644 index 0446592..0000000 --- a/test/testbase/msg_1055398.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 8 column 1 - Warning: <font> dropping value "L1" for repeated attribute "onload" -line 8 column 1 - Warning: <font> joining values of repeated attribute "style" -line 8 column 1 - Warning: missing </font> before </body> -line 8 column 1 - Warning: <font> proprietary attribute "onload" -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML Proprietary -4 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1056023.txt b/test/testbase/msg_1056023.txt deleted file mode 100644 index dedf36c..0000000 --- a/test/testbase/msg_1056023.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: <tfoot> isn't allowed in <body> elements -line 1 column 1 - Info: <body> previously mentioned -line 1 column 1 - Warning: inserting implicit <table> -line 2 column 1 - Warning: discarding unexpected </tbody> -line 1 column 1 - Warning: missing </table> -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: trimming empty <tfoot> -line 1 column 1 - Warning: trimming empty <table> -Info: Document content looks like HTML5 -9 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1056910.txt b/test/testbase/msg_1056910.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_1056910.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1062345.txt b/test/testbase/msg_1062345.txt deleted file mode 100644 index fdaff28..0000000 --- a/test/testbase/msg_1062345.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 5 column 12 - Warning: entity "&#" doesn't end in ';' -line 5 column 1 - Warning: <br> joining values of repeated attribute "style" -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1062511.txt b/test/testbase/msg_1062511.txt deleted file mode 100644 index 6c69cd9..0000000 --- a/test/testbase/msg_1062511.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 3 column 1 - Warning: <marquee> is not approved by W3C -line 2 column 1 - Warning: missing </title> before <marquee> -line 3 column 1 - Warning: inserting implicit <body> -line 3 column 1 - Warning: replacing unexpected basefont by </basefont> -line 3 column 1 - Warning: content occurs after end of body -line 6 column 1 - Warning: missing </b> before <base> -line 7 column 1 - Warning: <base> isn't allowed in <b> elements -line 6 column 1 - Info: <b> previously mentioned -line 6 column 1 - Warning: missing </b> before <hr> -line 3 column 1 - Warning: content occurs after end of body -line 3 column 1 - Warning: trimming empty <marquee> -line 6 column 1 - Warning: trimming empty <b> -Info: Document content looks like HTML5 -12 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1062661.txt b/test/testbase/msg_1062661.txt deleted file mode 100644 index bf8d54a..0000000 --- a/test/testbase/msg_1062661.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 37 - Warning: unescaped & or unknown entity "&tab" -line 5 column 1 - Warning: trimming empty <script> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1063256.txt b/test/testbase/msg_1063256.txt deleted file mode 100644 index eaed583..0000000 --- a/test/testbase/msg_1063256.txt +++ /dev/null @@ -1,29 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: discarding unexpected <frame> -line 5 column 1 - Error: <overlay> is not recognized! -line 5 column 1 - Warning: discarding unexpected <overlay> -line 6 column 1 - Warning: <bgsound> is not approved by W3C -line 6 column 1 - Warning: <bgsound> isn't allowed in <body> elements -line 6 column 1 - Info: <body> previously mentioned -line 9 column 1 - Warning: <spacer> is not approved by W3C -line 9 column 1 - Warning: <spacer> isn't allowed in <tr> elements -line 8 column 1 - Info: <tr> previously mentioned -line 5 column 1 - Warning: missing -line 1 column 1 - Warning: inserting missing 'title' element -line 8 column 1 - Warning: trimming empty -Info: Document content looks like HTML5 -10 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -You are recommended to use CSS for controlling white -space (e.g. for indentation, margins and line spacing). -The proprietary element has limited vendor support. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1067112.txt b/test/testbase/msg_1067112.txt deleted file mode 100644 index e69de29..0000000 diff --git a/test/testbase/msg_1068087.txt b/test/testbase/msg_1068087.txt deleted file mode 100644 index d61604b..0000000 --- a/test/testbase/msg_1068087.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 5 column 1 - Warning: missing before

    -line 6 column 4 - Warning: inserting implicit -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1069549.txt b/test/testbase/msg_1069549.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_1069549.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1069553.txt b/test/testbase/msg_1069553.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_1069553.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1072528.txt b/test/testbase/msg_1072528.txt deleted file mode 100644 index e5ab1ed..0000000 --- a/test/testbase/msg_1072528.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: discarding malformed -line 2 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1078345.txt b/test/testbase/msg_1078345.txt deleted file mode 100644 index 031df61..0000000 --- a/test/testbase/msg_1078345.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1079820.txt b/test/testbase/msg_1079820.txt deleted file mode 100644 index 70c85a6..0000000 --- a/test/testbase/msg_1079820.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 32 column 9 - Warning: nested emphasis -line 36 column 9 - Warning: nested emphasis -line 40 column 9 - Warning: nested emphasis -line 44 column 1 - Warning: nested emphasis -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1086083.txt b/test/testbase/msg_1086083.txt deleted file mode 100644 index 6087300..0000000 --- a/test/testbase/msg_1086083.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 11 column 1 - Warning: inserting implicit

      -line 11 column 1 - Warning: missing
    before -line 16 column 1 - Warning:
  • isn't allowed in elements -line 6 column 1 - Info: previously mentioned -line 16 column 1 - Warning: inserting implicit
      -line 18 column 1 - Warning: discarding unexpected -line 19 column 1 - Warning: discarding unexpected -line 16 column 1 - Warning: missing
    -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1090318.txt b/test/testbase/msg_1090318.txt deleted file mode 100644 index aa29514..0000000 --- a/test/testbase/msg_1090318.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 9 column 1 - Warning: discarding unexpected

    -Info: Doctype given is "-//W3C//DTD HTML 4.01 Frameset//EN" -Info: Document content looks like HTML 4.01 Frameset -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1098012.txt b/test/testbase/msg_1098012.txt deleted file mode 100644 index c9693ab..0000000 --- a/test/testbase/msg_1098012.txt +++ /dev/null @@ -1,31 +0,0 @@ -line 7 column 1 - Warning: isn't allowed in <table> elements -line 6 column 1 - Info: <table> previously mentioned -line 9 column 1 - Warning: discarding unexpected </dd> -line 10 column 1 - Warning: discarding unexpected </body> -line 7 column 1 - Warning: missing -line 6 column 1 - Warning: missing

  • -line 5 column 1 - Warning: missing -line 3 column 1 - Warning: inserting missing 'title' element -line 6 column 1 - Warning: lacks "summary" attribute -line 7 column 1 - Warning: trimming empty -line 6 column 1 - Warning: trimming empty <table> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -10 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1107622.txt b/test/testbase/msg_1107622.txt deleted file mode 100644 index 747a356..0000000 --- a/test/testbase/msg_1107622.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 8 column 1 - Warning: <a> id and name attribute value mismatch -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1115094.txt b/test/testbase/msg_1115094.txt deleted file mode 100644 index c101876..0000000 --- a/test/testbase/msg_1115094.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 7 column 9 - Warning: trimming empty <span> -line 7 column 6 - Warning: trimming empty <b> -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1117013.txt b/test/testbase/msg_1117013.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_1117013.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1145571.txt b/test/testbase/msg_1145571.txt deleted file mode 100644 index e72dc74..0000000 --- a/test/testbase/msg_1145571.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 8 column 1 - Warning: <a> cannot copy name attribute to id -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1145572.txt b/test/testbase/msg_1145572.txt deleted file mode 100644 index 7ad4b94..0000000 --- a/test/testbase/msg_1145572.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.1 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1168193.txt b/test/testbase/msg_1168193.txt deleted file mode 100644 index 511f18a..0000000 --- a/test/testbase/msg_1168193.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 5 column 1 - Warning: inserting implicit <body> -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1183751.txt b/test/testbase/msg_1183751.txt deleted file mode 100644 index 1e30354..0000000 --- a/test/testbase/msg_1183751.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1198501.txt b/test/testbase/msg_1198501.txt deleted file mode 100644 index 05e9153..0000000 --- a/test/testbase/msg_1198501.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1207443.txt b/test/testbase/msg_1207443.txt deleted file mode 100644 index ae84fa4..0000000 --- a/test/testbase/msg_1207443.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1210752.txt b/test/testbase/msg_1210752.txt deleted file mode 100644 index f3e1545..0000000 --- a/test/testbase/msg_1210752.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: trimming empty <p> -Info: Document content looks like XHTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1231279.txt b/test/testbase/msg_1231279.txt deleted file mode 100644 index a17fdae..0000000 --- a/test/testbase/msg_1231279.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 10 column 1 - Warning: <div> anchor "aBcDeF" already defined -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1235296.txt b/test/testbase/msg_1235296.txt deleted file mode 100644 index a40dbc1..0000000 --- a/test/testbase/msg_1235296.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1241723.txt b/test/testbase/msg_1241723.txt deleted file mode 100644 index 74f7856..0000000 --- a/test/testbase/msg_1241723.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1263391.txt b/test/testbase/msg_1263391.txt deleted file mode 100644 index 901f678..0000000 --- a/test/testbase/msg_1263391.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 26 column 4 - Warning: <address> anchor "contact_autre" already defined -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Transitional -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1266647.txt b/test/testbase/msg_1266647.txt deleted file mode 100644 index 186d09f..0000000 --- a/test/testbase/msg_1266647.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 5 - Warning: adjacent hyphens within comment -line 3 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1282835.txt b/test/testbase/msg_1282835.txt deleted file mode 100644 index 2efce77..0000000 --- a/test/testbase/msg_1282835.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1286029.txt b/test/testbase/msg_1286029.txt deleted file mode 100644 index 05e9153..0000000 --- a/test/testbase/msg_1286029.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1286278.txt b/test/testbase/msg_1286278.txt deleted file mode 100644 index 936f6d2..0000000 --- a/test/testbase/msg_1286278.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1316258.txt b/test/testbase/msg_1316258.txt deleted file mode 100644 index c187e27..0000000 --- a/test/testbase/msg_1316258.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 12 column 1 - Warning: discarding unexpected </center> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1316307-2.txt b/test/testbase/msg_1316307-2.txt deleted file mode 100644 index 3a0d1f1..0000000 --- a/test/testbase/msg_1316307-2.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 7 column 1 - Warning: <ul> isn't allowed in <tr> elements -line 6 column 1 - Info: <tr> previously mentioned -line 11 column 1 - Warning: discarding unexpected </ul> -line 5 column 1 - Warning: <table> lacks "summary" attribute -line 7 column 1 - Warning: trimming empty <ul> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1316307.txt b/test/testbase/msg_1316307.txt deleted file mode 100644 index 6c75e34..0000000 --- a/test/testbase/msg_1316307.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 13 column 1 - Warning: <center> isn't allowed in <tr> elements -line 10 column 9 - Info: <tr> previously mentioned -line 13 column 1 - Warning: missing </center> before <td> -line 13 column 1 - Warning: trimming empty <center> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1326520.txt b/test/testbase/msg_1326520.txt deleted file mode 100644 index 3cf7031..0000000 --- a/test/testbase/msg_1326520.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 12 column 7 - Warning: <center> isn't allowed in <tr> elements -line 11 column 5 - Info: <tr> previously mentioned -line 12 column 7 - Warning: missing </center> before <td> -line 10 column 5 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -line 12 column 7 - Warning: trimming empty <center> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1331849.txt b/test/testbase/msg_1331849.txt deleted file mode 100644 index f5cc75d..0000000 --- a/test/testbase/msg_1331849.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 9 column 1 - Warning: <tr> isn't allowed in <body> elements -line 6 column 1 - Info: <body> previously mentioned -line 9 column 1 - Warning: inserting implicit <table> -line 9 column 1 - Warning: <table> lacks "summary" attribute -line 29 column 1 - Warning: <table> lacks "summary" attribute -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1333579.txt b/test/testbase/msg_1333579.txt deleted file mode 100644 index f466a02..0000000 --- a/test/testbase/msg_1333579.txt +++ /dev/null @@ -1,17 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: <td> isn't allowed in <body> elements -line 3 column 1 - Info: <body> previously mentioned -line 4 column 1 - Warning: inserting implicit <table> -line 4 column 1 - Warning: missing <tr> -line 5 column 1 - Warning: <div> isn't allowed in <tr> elements -line 4 column 1 - Info: <tr> previously mentioned -line 4 column 1 - Warning: missing </table> before </body> -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1359292.txt b/test/testbase/msg_1359292.txt deleted file mode 100644 index c4a76ec..0000000 --- a/test/testbase/msg_1359292.txt +++ /dev/null @@ -1,9 +0,0 @@ -Info: Document content looks like XHTML5 -3 warnings, 0 errors were found! Not all warnings/errors were shown. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1398397.txt b/test/testbase/msg_1398397.txt deleted file mode 100644 index dd0ac43..0000000 --- a/test/testbase/msg_1398397.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 2 column 1 - Warning: inserting implicit <body> -line 3 column 1 - Warning: <ul> isn't allowed in <table> elements -line 2 column 1 - Info: <table> previously mentioned -line 2 column 1 - Warning: missing </table> -line 2 column 1 - Warning: inserting missing 'title' element -line 3 column 1 - Warning: trimming empty <ul> -line 4 column 1 - Warning: trimming empty <tr> -line 2 column 1 - Warning: trimming empty <table> -Info: Document content looks like HTML5 -8 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1407266.txt b/test/testbase/msg_1407266.txt deleted file mode 100644 index 7a7476f..0000000 --- a/test/testbase/msg_1407266.txt +++ /dev/null @@ -1,16 +0,0 @@ -Warning: replacing invalid character code 159 -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML; -even if they were, they would likely be unprintable control characters. -Tidy assumed you wanted to refer to a character with the same byte value in the -specified encoding and replaced that reference with the Unicode equivalent. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1408034.txt b/test/testbase/msg_1408034.txt deleted file mode 100644 index 2b369d5..0000000 --- a/test/testbase/msg_1408034.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: plain text isn't allowed in <head> elements -line 1 column 1 - Info: <head> previously mentioned -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1410061-1.txt b/test/testbase/msg_1410061-1.txt deleted file mode 100644 index 3612215..0000000 --- a/test/testbase/msg_1410061-1.txt +++ /dev/null @@ -1,28 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 4 - Warning: replacing unexpected b by </b> -line 6 column 30 - Warning: inserting implicit <font> -line 6 column 30 - Warning: missing </font> before <li> -line 7 column 1 - Warning: <li> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 7 column 1 - Warning: inserting implicit <ul> -line 7 column 5 - Warning: inserting implicit <font> -line 8 column 5 - Warning: inserting implicit <font> -line 9 column 5 - Warning: inserting implicit <font> -line 10 column 1 - Warning: discarding unexpected </body> -line 11 column 1 - Warning: discarding unexpected </html> -line 7 column 1 - Warning: missing </ul> -line 6 column 30 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -13 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1410061-2.txt b/test/testbase/msg_1410061-2.txt deleted file mode 100644 index ec485b3..0000000 --- a/test/testbase/msg_1410061-2.txt +++ /dev/null @@ -1,20 +0,0 @@ -line 7 column 4 - Warning: replacing unexpected b by </b> -line 7 column 30 - Warning: inserting implicit <font> -line 7 column 30 - Warning: missing </font> before <ul> -line 9 column 5 - Warning: inserting implicit <font> -line 7 column 30 - Warning: trimming empty <font> -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1410061.txt b/test/testbase/msg_1410061.txt deleted file mode 100644 index b7812cb..0000000 --- a/test/testbase/msg_1410061.txt +++ /dev/null @@ -1,26 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 319 - Warning: <li> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 6 column 319 - Warning: inserting implicit <ul> -line 6 column 1041 - Warning: discarding unexpected </li> -line 6 column 1046 - Warning: discarding unexpected </li> -line 6 column 1051 - Warning: discarding unexpected </li> -line 6 column 1056 - Warning: discarding unexpected </li> -line 6 column 1061 - Warning: discarding unexpected </li> -line 6 column 1066 - Warning: discarding unexpected </li> -line 6 column 1071 - Warning: discarding unexpected </li> -line 6 column 1076 - Warning: discarding unexpected </li> -line 6 column 1081 - Warning: discarding unexpected </li> -line 6 column 1086 - Warning: discarding unexpected </li> -line 7 column 1 - Warning: discarding unexpected </body> -line 8 column 1 - Warning: discarding unexpected </html> -line 6 column 319 - Warning: missing </ul> -Info: Document content looks like HTML5 -16 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1415137.txt b/test/testbase/msg_1415137.txt deleted file mode 100644 index b9cfb62..0000000 --- a/test/testbase/msg_1415137.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: plain text not inside 'noframes' element -line 2 column 1 - Warning: missing -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1423252.txt b/test/testbase/msg_1423252.txt deleted file mode 100644 index 807f241..0000000 --- a/test/testbase/msg_1423252.txt +++ /dev/null @@ -1,30 +0,0 @@ -line 7 column 1 - Warning: missing before
    -line 8 column 5 - Warning: missing
    -line 8 column 6 - Warning: inserting implicit -line 9 column 1 - Warning:
    isn't allowed in elements -line 6 column 1 - Info: previously mentioned -line 9 column 1 - Warning: inserting implicit
    -line 9 column 5 - Warning: inserting implicit -line 10 column 1 - Warning: discarding unexpected -line 11 column 1 - Warning: missing
    -line 11 column 1 - Warning: inserting implicit -line 11 column 1 - Warning: discarding unexpected -line 9 column 1 - Warning: missing
    -line 11 column 1 - Warning: trimming empty -line 11 column 1 - Warning: trimming empty
    -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -13 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1426419.txt b/test/testbase/msg_1426419.txt deleted file mode 100644 index 684bbe8..0000000 --- a/test/testbase/msg_1426419.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 8 column 12 - Warning: replacing unexpected b by -line 8 column 35 - Warning: inserting implicit -line 9 column 13 - Warning: replacing unexpected tt by -line 9 column 34 - Warning: inserting implicit -line 10 column 15 - Warning: replacing unexpected i by -line 10 column 38 - Warning: inserting implicit -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1436578.txt b/test/testbase/msg_1436578.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_1436578.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1445570.txt b/test/testbase/msg_1445570.txt deleted file mode 100644 index 91e3d66..0000000 --- a/test/testbase/msg_1445570.txt +++ /dev/null @@ -1,23 +0,0 @@ -line 7 column 1 - Warning: discarding whitespace in URI reference -line 8 column 1 - Warning: discarding whitespace in URI reference -line 7 column 1 - Warning: escaping malformed URI reference -line 8 column 1 - Warning: escaping malformed URI reference -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -4 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1452744.txt b/test/testbase/msg_1452744.txt deleted file mode 100644 index 1ba68d0..0000000 --- a/test/testbase/msg_1452744.txt +++ /dev/null @@ -1,15 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -line 4 column 1 - Access: [13.2.1.1]: Metadata missing. -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1503897.txt b/test/testbase/msg_1503897.txt deleted file mode 100644 index 2f27d43..0000000 --- a/test/testbase/msg_1503897.txt +++ /dev/null @@ -1,27 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 7 column 15 - Warning: discarding unexpected -line 6 column 1 - Warning: missing before
    -line 7 column 20 - Warning: isn't allowed in elements -line 5 column 1 - Info: previously mentioned -line 7 column 20 - Warning: inserting implicit
    -line 7 column 24 - Warning: plain text isn't allowed in elements -line 7 column 20 - Info: previously mentioned -line 8 column 1 - Warning: discarding unexpected -line 9 column 1 - Warning:
     isn't allowed in 
    elements -line 7 column 20 - Info: previously mentioned -line 10 column 15 - Warning: discarding unexpected -line 10 column 20 - Warning: missing elements -line 10 column 20 - Info: previously mentioned -line 11 column 1 - Warning: discarding unexpected -line 7 column 20 - Warning: missing
    -line 10 column 24 - Warning: plain text isn't allowed in
    before -line 10 column 20 - Warning: trimming empty -Info: Document content looks like HTML5 -14 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1586158.txt b/test/testbase/msg_1586158.txt deleted file mode 100644 index 7ad4b94..0000000 --- a/test/testbase/msg_1586158.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.1 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1590220-1.txt b/test/testbase/msg_1590220-1.txt deleted file mode 100644 index 173d3d1..0000000 --- a/test/testbase/msg_1590220-1.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 10 column 1 - Warning:
     isn't allowed in  elements
    -line 9 column 1 - Info: 
    previously mentioned -line 13 column 1 - Warning: discarding unexpected -line 15 column 1 - Warning:
     isn't allowed in 
    elements -line 14 column 1 - Info:
    previously mentioned -line 18 column 1 - Warning: discarding unexpected -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1590220-2.txt b/test/testbase/msg_1590220-2.txt deleted file mode 100644 index f9ffdc9..0000000 --- a/test/testbase/msg_1590220-2.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 10 column 1 - Warning:
     isn't allowed in 
    elements -line 9 column 1 - Info:
    previously mentioned -line 13 column 1 - Warning: plain text isn't allowed in
    elements -line 9 column 1 - Info:
    previously mentioned -line 14 column 1 - Warning: discarding unexpected -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1603538-1.txt b/test/testbase/msg_1603538-1.txt deleted file mode 100644 index 83fc0da..0000000 --- a/test/testbase/msg_1603538-1.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 1 - Warning: isn't allowed in elements -line 2 column 1 - Info: previously mentioned -line 5 column 1 - Warning: missing -line 6 column 1 - Warning: missing
  • -line 3 column 1 - Warning: missing -line 2 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like XHTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1603538-2.txt b/test/testbase/msg_1603538-2.txt deleted file mode 100644 index db2e7eb..0000000 --- a/test/testbase/msg_1603538-2.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 1 - Warning: inserting implicit -line 4 column 14 - Warning: discarding unexpected -line 7 column 14 - Warning: discarding unexpected -line 10 column 19 - Warning: discarding unexpected -line 13 column 14 - Warning: discarding unexpected -line 2 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1610888-1.txt b/test/testbase/msg_1610888-1.txt deleted file mode 100644 index 299360c..0000000 --- a/test/testbase/msg_1610888-1.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1610888-2.txt b/test/testbase/msg_1610888-2.txt deleted file mode 100644 index ca07de0..0000000 --- a/test/testbase/msg_1610888-2.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1632218.txt b/test/testbase/msg_1632218.txt deleted file mode 100644 index 155f877..0000000 --- a/test/testbase/msg_1632218.txt +++ /dev/null @@ -1,29 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 7 column 17 - Warning: numeric character reference "€" doesn't end in ';' -line 7 column 17 - Warning: replacing invalid numeric character reference 128 -line 8 column 17 - Warning: unescaped & or unknown entity "Ĩ" -line 9 column 17 - Warning: unescaped & or unknown entity "Ĩ" -line 7 column 1 - Warning: escaping malformed URI reference -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML; -even if they were, they would likely be unprintable control characters. -Tidy assumed you wanted to refer to a character with the same byte value in the -specified encoding and replaced that reference with the Unicode equivalent. - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1632470.txt b/test/testbase/msg_1632470.txt deleted file mode 100644 index 03d7e69..0000000 --- a/test/testbase/msg_1632470.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 3 column 1 - Warning: inserting implicit -line 4 column 1 - Warning: isn't allowed in <body> elements -line 3 column 1 - Info: <body> previously mentioned -line 5 column 1 - Warning: </head> isn't allowed in <body> elements -line 3 column 1 - Info: <body> previously mentioned -line 6 column 1 - Warning: discarding unexpected <body> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1638062.txt b/test/testbase/msg_1638062.txt deleted file mode 100644 index c602dd4..0000000 --- a/test/testbase/msg_1638062.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 7 column 12 - Warning: nested emphasis <b> -line 8 column 19 - Warning: <b> is probably intended as </b> -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1642186-1.txt b/test/testbase/msg_1642186-1.txt deleted file mode 100644 index c1abe42..0000000 --- a/test/testbase/msg_1642186-1.txt +++ /dev/null @@ -1,3 +0,0 @@ -No warnings or errors were found. - -Info: Document content looks like HTML5 diff --git a/test/testbase/msg_1674502.txt b/test/testbase/msg_1674502.txt deleted file mode 100644 index e4e099b..0000000 --- a/test/testbase/msg_1674502.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: discarding unexpected XML declaration -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1707836.txt b/test/testbase/msg_1707836.txt deleted file mode 100644 index ab4c47e..0000000 --- a/test/testbase/msg_1707836.txt +++ /dev/null @@ -1,21 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 9 - Warning: missing <li> -line 8 column 9 - Warning: missing <li> -line 10 column 9 - Warning: missing <li> -line 2 column 1 - Warning: inserting missing 'title' element -line 6 column 9 - Warning: trimming empty <p> -line 8 column 9 - Warning: trimming empty <p> -line 10 column 9 - Warning: trimming empty <p> -line 6 column 9 - Warning: trimming empty <li> -line 7 column 9 - Warning: trimming empty <li> -line 9 column 9 - Warning: trimming empty <li> -line 5 column 1 - Warning: trimming empty <ol> -Info: Document content looks like HTML5 -12 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1715153.txt b/test/testbase/msg_1715153.txt deleted file mode 100644 index b0cc725..0000000 --- a/test/testbase/msg_1715153.txt +++ /dev/null @@ -1,20 +0,0 @@ -line 1 column 1 - Warning: <embed> dropping value "never" for repeated attribute "allowscriptaccess" -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 1 column 1 - Warning: inserting implicit <body> -line 1 column 1 - Warning: inserting missing 'title' element -line 1 column 1 - Warning: <embed> proprietary attribute "quality" -line 1 column 1 - Warning: <embed> proprietary attribute "mode" -line 1 column 1 - Warning: <embed> attribute "bgcolor" had invalid value "FFFFFF" and has been replaced -line 1 column 1 - Warning: <embed> proprietary attribute "bgcolor" -line 1 column 1 - Warning: <embed> proprietary attribute "lign" -line 1 column 1 - Warning: <embed> proprietary attribute "allowscriptaccess" -line 1 column 1 - Warning: <embed> proprietary attribute "pluginspage" -Info: Document content looks like HTML5 -11 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1720953.txt b/test/testbase/msg_1720953.txt deleted file mode 100644 index 7f3c935..0000000 --- a/test/testbase/msg_1720953.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1773932.txt b/test/testbase/msg_1773932.txt deleted file mode 100644 index ea885ca..0000000 --- a/test/testbase/msg_1773932.txt +++ /dev/null @@ -1,28 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: missing </font> before <ol> -line 8 column 9 - Warning: inserting implicit <font> -line 9 column 6 - Warning: missing <li> -line 9 column 6 - Warning: inserting implicit <font> -line 9 column 6 - Warning: missing </font> before <li> -line 9 column 10 - Warning: inserting implicit <font> -line 10 column 6 - Warning: missing <li> -line 10 column 6 - Warning: inserting implicit <font> -line 10 column 6 - Warning: missing </font> before <li> -line 10 column 10 - Warning: inserting implicit <font> -line 7 column 1 - Warning: trimming empty <font> -line 9 column 6 - Warning: trimming empty <font> -line 10 column 6 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -14 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1986717-1.txt b/test/testbase/msg_1986717-1.txt deleted file mode 100644 index 6257188..0000000 --- a/test/testbase/msg_1986717-1.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1986717-2.txt b/test/testbase/msg_1986717-2.txt deleted file mode 100644 index 6257188..0000000 --- a/test/testbase/msg_1986717-2.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_1986717-3.txt b/test/testbase/msg_1986717-3.txt deleted file mode 100644 index 74f7856..0000000 --- a/test/testbase/msg_1986717-3.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_2046048.txt b/test/testbase/msg_2046048.txt deleted file mode 100644 index 3f5c0c8..0000000 --- a/test/testbase/msg_2046048.txt +++ /dev/null @@ -1,44 +0,0 @@ -line 10 column 1 - Error: <asset> is not recognized! -line 10 column 1 - Warning: discarding unexpected <asset> -line 11 column 1 - Error: <thumbnailimage> is not recognized! -line 11 column 1 - Warning: discarding unexpected <thumbnailimage> -line 9 column 1 - Warning: missing </div> before <caption> -line 12 column 1 - Warning: inserting implicit <table> -line 13 column 1 - Error: <width> is not recognized! -line 13 column 1 - Warning: discarding unexpected <width> -line 13 column 8 - Warning: plain text isn't allowed in <table> elements -line 12 column 1 - Info: <table> previously mentioned -line 13 column 10 - Warning: discarding unexpected </width> -line 14 column 1 - Error: <height> is not recognized! -line 14 column 1 - Warning: discarding unexpected <height> -line 14 column 9 - Warning: plain text isn't allowed in <table> elements -line 12 column 1 - Info: <table> previously mentioned -line 14 column 11 - Warning: discarding unexpected </height> -line 15 column 1 - Warning: discarding unexpected </thumbnailimage> -line 16 column 1 - Warning: discarding unexpected </asset> -line 17 column 1 - Warning: discarding unexpected </div> -line 12 column 1 - Warning: missing </table> before </body> -line 9 column 1 - Warning: missing </div> - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -line 4 column 1 - Access: [13.2.1.1]: Metadata missing. -line 12 column 1 - Access: [5.5.2.1]: <table> missing <caption>. -line 12 column 1 - Warning: trimming empty <caption> -line 12 column 1 - Warning: trimming empty <table> -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -17 warnings, 4 errors were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL and http://www.html-tidy.org/accessibility/. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_2085175.txt b/test/testbase/msg_2085175.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_2085175.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_2359929.txt b/test/testbase/msg_2359929.txt deleted file mode 100644 index 4bfd447..0000000 --- a/test/testbase/msg_2359929.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 8 column 7 - Warning: <a> URI reference contains backslash. Typo? -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_2705873-1.txt b/test/testbase/msg_2705873-1.txt deleted file mode 100644 index 582249b..0000000 --- a/test/testbase/msg_2705873-1.txt +++ /dev/null @@ -1,15 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -line 6 column 3 - Access: [13.2.1.1]: Metadata missing. -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_2705873-2.txt b/test/testbase/msg_2705873-2.txt deleted file mode 100644 index 383fd01..0000000 --- a/test/testbase/msg_2705873-2.txt +++ /dev/null @@ -1,14 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 1 column 1 - Access: [3.3.1.1]: use style sheets to control presentation. -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_2709860.txt b/test/testbase/msg_2709860.txt deleted file mode 100644 index ec38c9e..0000000 --- a/test/testbase/msg_2709860.txt +++ /dev/null @@ -1,30 +0,0 @@ - -Accessibility Checks: Version 0.1 - -line 7 column 1 - Access: [5.2.1.2]: data <table> may require markup (row headers). - - - First, search left from the cell's position to find row header cells. - - Then search upwards to find column header cells. - - The search in a given direction stops when the edge of the table is - reached or when a data cell is found after a header cell. - - Row headers are inserted into the list in the order they appear in - the table. - - For left-to-right tables, headers are inserted from left to right. - - Column headers are inserted after row headers, in - the order they appear in the table, from top to bottom. - - If a header cell has the headers attribute set, then the headers - referenced by this attribute are inserted into the list and the - search stops for the current direction. - TD cells that set the axis attribute are also treated as header cells. - -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_426885.txt b/test/testbase/msg_426885.txt deleted file mode 100644 index 39e3058..0000000 --- a/test/testbase/msg_426885.txt +++ /dev/null @@ -1,34 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: <dt> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 7 column 1 - Warning: inserting implicit <dl> -line 8 column 41 - Warning: <hr> isn't allowed in <dt> elements -line 8 column 1 - Info: <dt> previously mentioned -line 11 column 1 - Warning: missing <li> -line 11 column 1 - Warning: inserting implicit <dl> -line 12 column 41 - Warning: <hr> isn't allowed in <dt> elements -line 12 column 1 - Info: <dt> previously mentioned -line 11 column 1 - Warning: missing </dl> before </ul> -line 7 column 5 - Warning: <img> lacks "alt" attribute -line 8 column 5 - Warning: <img> lacks "alt" attribute -line 11 column 5 - Warning: <img> lacks "alt" attribute -line 12 column 5 - Warning: <img> lacks "alt" attribute -line 8 column 41 - Warning: trimming empty <dt> -line 9 column 27 - Warning: trimming empty <dl> -line 12 column 41 - Warning: trimming empty <dt> -Info: Document content looks like HTML5 -15 warnings, 0 errors were found! - -The alt attribute should be used to give a short description -of an image; longer descriptions should be given with the -longdesc attribute which takes a URL linked to the description. -These measures are needed for people using non-graphical browsers. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427633.txt b/test/testbase/msg_427633.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_427633.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427662.txt b/test/testbase/msg_427662.txt deleted file mode 100644 index 274b0d8..0000000 --- a/test/testbase/msg_427662.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: <a> isn't allowed in <table> elements -line 6 column 1 - Info: <table> previously mentioned -line 6 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427664.txt b/test/testbase/msg_427664.txt deleted file mode 100644 index 5324a5e..0000000 --- a/test/testbase/msg_427664.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 5 column 1 - Warning: <body> attribute name "￿￿1/2" (value="xx") is invalid -line 5 column 1 - Warning: <body> unexpected or duplicate quote mark -line 5 column 1 - Warning: <body> unexpected or duplicate quote mark -line 5 column 1 - Warning: <body> attribute "width" has invalid value "align=""" -line 5 column 1 - Warning: <body> proprietary attribute "width" -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427671.txt b/test/testbase/msg_427671.txt deleted file mode 100644 index e17f917..0000000 --- a/test/testbase/msg_427671.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 5 - Warning: discarding unexpected <frame> -line 8 column 22 - Warning: discarding unexpected </frame> -line 9 column 5 - Warning: discarding unexpected <frameset> -line 9 column 28 - Warning: discarding unexpected </frameset> -line 10 column 5 - Warning: discarding unexpected <optgroup> -line 10 column 28 - Warning: discarding unexpected </optgroup> -line 11 column 5 - Warning: discarding unexpected <option> -line 11 column 24 - Warning: discarding unexpected </option> -Info: Document content looks like HTML5 -9 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427672.txt b/test/testbase/msg_427672.txt deleted file mode 100644 index e98ddba..0000000 --- a/test/testbase/msg_427672.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 5 column 1 - Warning: <body> attribute name "￿￿1/2" (value="xx") is invalid -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427675.txt b/test/testbase/msg_427675.txt deleted file mode 100644 index 6726fec..0000000 --- a/test/testbase/msg_427675.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 1 - Warning: discarding unexpected <frame> -line 10 column 1 - Warning: missing </noframes> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427676.txt b/test/testbase/msg_427676.txt deleted file mode 100644 index dd7f9f2..0000000 --- a/test/testbase/msg_427676.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 14 - Warning: <spanstyle> unexpected or duplicate quote mark -line 6 column 14 - Warning: <spanstyle> attribute with missing trailing quote mark -line 6 column 14 - Error: <spanstyle> is not recognized! -line 6 column 14 - Warning: discarding unexpected <spanstyle> -line 6 column 44 - Warning: discarding unexpected </span> -line 6 column 52 - Warning: <a> unexpected or duplicate quote mark -Info: Document content looks like HTML5 -6 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427677.txt b/test/testbase/msg_427677.txt deleted file mode 100644 index e195281..0000000 --- a/test/testbase/msg_427677.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427810.txt b/test/testbase/msg_427810.txt deleted file mode 100644 index 70139b0..0000000 --- a/test/testbase/msg_427810.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 1 - Warning: <blink> is not approved by W3C -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to control line wrapping. -Use "white-space: nowrap" to inhibit wrapping in place -of inserting <NOBR>...</NOBR> into the markup. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427811.txt b/test/testbase/msg_427811.txt deleted file mode 100644 index 794acf2..0000000 --- a/test/testbase/msg_427811.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 10 column 1 - Warning: discarding unexpected <noframes> -line 11 column 3 - Warning: discarding unexpected <body> -line 13 column 3 - Warning: <frame> isn't allowed in <body> elements -line 10 column 1 - Info: <body> previously mentioned -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427813.txt b/test/testbase/msg_427813.txt deleted file mode 100644 index 2e0594b..0000000 --- a/test/testbase/msg_427813.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 5 column 1 - Warning: <body> attribute with missing trailing quote mark -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427816.txt b/test/testbase/msg_427816.txt deleted file mode 100644 index 5f315f7..0000000 --- a/test/testbase/msg_427816.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <a> unexpected or duplicate quote mark -line 6 column 1 - Warning: <a> unexpected or duplicate quote mark -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427818.txt b/test/testbase/msg_427818.txt deleted file mode 100644 index 16d7d9f..0000000 --- a/test/testbase/msg_427818.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 7 column 1 - Warning: <a> discarding newline in URI reference -line 7 column 1 - Warning: <a> attribute with missing trailing quote mark -line 7 column 1 - Warning: <a> escaping malformed URI reference -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -3 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427819.txt b/test/testbase/msg_427819.txt deleted file mode 100644 index 435d64a..0000000 --- a/test/testbase/msg_427819.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 8 column 25 - Warning: discarding unexpected <font> -line 8 column 46 - Warning: discarding unexpected </font> -line 12 column 25 - Warning: discarding unexpected <font> -line 12 column 45 - Warning: discarding unexpected </font> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427820.txt b/test/testbase/msg_427820.txt deleted file mode 100644 index f034a3b..0000000 --- a/test/testbase/msg_427820.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 10 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427821.txt b/test/testbase/msg_427821.txt deleted file mode 100644 index 6759a4c..0000000 --- a/test/testbase/msg_427821.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Frameset//EN" -Info: Document content looks like XHTML 1.0 Frameset -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427822.txt b/test/testbase/msg_427822.txt deleted file mode 100644 index ada56ba..0000000 --- a/test/testbase/msg_427822.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 5 - Warning: missing </i> before </dd> -line 7 column 16 - Warning: discarding unexpected </i> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427823.txt b/test/testbase/msg_427823.txt deleted file mode 100644 index 32dc95a..0000000 --- a/test/testbase/msg_427823.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 11 column 1 - Warning: content occurs after end of body -line 11 column 1 - Warning: replacing <body> by <div> -line 7 column 1 - Warning: content occurs after end of body -line 18 column 1 - Warning: plain text not inside 'noframes' element -line 7 column 1 - Warning: content occurs after end of body -line 7 column 1 - Warning: missing </noframes> -Info: Document content looks like HTML5 -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427825.txt b/test/testbase/msg_427825.txt deleted file mode 100644 index d68857b..0000000 --- a/test/testbase/msg_427825.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 11 - Warning: <lm:xcode> is not approved by W3C -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427826.txt b/test/testbase/msg_427826.txt deleted file mode 100644 index 84482ab..0000000 --- a/test/testbase/msg_427826.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427827.txt b/test/testbase/msg_427827.txt deleted file mode 100644 index 7afae52..0000000 --- a/test/testbase/msg_427827.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: missing </a> before <a> -line 7 column 6 - Warning: discarding unexpected </a> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427830.txt b/test/testbase/msg_427830.txt deleted file mode 100644 index e17a7a7..0000000 --- a/test/testbase/msg_427830.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like XHTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427833.txt b/test/testbase/msg_427833.txt deleted file mode 100644 index 695951a..0000000 --- a/test/testbase/msg_427833.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427834.txt b/test/testbase/msg_427834.txt deleted file mode 100644 index 695951a..0000000 --- a/test/testbase/msg_427834.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427835.txt b/test/testbase/msg_427835.txt deleted file mode 100644 index e17a7a7..0000000 --- a/test/testbase/msg_427835.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like XHTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427836.txt b/test/testbase/msg_427836.txt deleted file mode 100644 index 4e8cd39..0000000 --- a/test/testbase/msg_427836.txt +++ /dev/null @@ -1,31 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -line 2 column 1 - Warning: inserting implicit <body> -line 3 column 17 - Warning: <img> discarding newline in URI reference -line 2 column 1 - Warning: inserting missing 'title' element -line 3 column 17 - Warning: <img> escaping malformed URI reference -line 3 column 17 - Warning: <img> lacks "alt" attribute -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -The alt attribute should be used to give a short description -of an image; longer descriptions should be given with the -longdesc attribute which takes a URL linked to the description. -These measures are needed for people using non-graphical browsers. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427837.txt b/test/testbase/msg_427837.txt deleted file mode 100644 index 767672b..0000000 --- a/test/testbase/msg_427837.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427838.txt b/test/testbase/msg_427838.txt deleted file mode 100644 index 961d6f2..0000000 --- a/test/testbase/msg_427838.txt +++ /dev/null @@ -1,18 +0,0 @@ -line 10 column 4 - Warning: missing </a> before <h3> -line 11 column 22 - Warning: inserting implicit <a> -line 11 column 36 - Warning: discarding unexpected </a> -line 16 column 1 - Warning: <a> is probably intended as </a> -line 17 column 1 - Warning: missing </a> before <a> -line 17 column 24 - Warning: missing </a> before </body> -line 10 column 1 - Warning: trimming empty <p> -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427839.txt b/test/testbase/msg_427839.txt deleted file mode 100644 index 84482ab..0000000 --- a/test/testbase/msg_427839.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427840.txt b/test/testbase/msg_427840.txt deleted file mode 100644 index 826ba73..0000000 --- a/test/testbase/msg_427840.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: <span> missing '>' for end of tag -line 4 column 1 - Warning: missing </span> before <p> -line 5 column 4 - Warning: inserting implicit <span> -line 6 column 1 - Warning: discarding unexpected </span> -line 4 column 1 - Warning: trimming empty <span> -Info: Document content looks like HTML5 -6 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427841.txt b/test/testbase/msg_427841.txt deleted file mode 100644 index c1638d9..0000000 --- a/test/testbase/msg_427841.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 24 column 1 - Warning: missing <li> -line 22 column 1 - Warning: missing </ul> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427845.txt b/test/testbase/msg_427845.txt deleted file mode 100644 index 7f3c935..0000000 --- a/test/testbase/msg_427845.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_427846.txt b/test/testbase/msg_427846.txt deleted file mode 100644 index ee350ad..0000000 --- a/test/testbase/msg_427846.txt +++ /dev/null @@ -1,19 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: missing </font> before <blockquote> -line 8 column 1 - Warning: inserting implicit <font> -line 10 column 1 - Warning: inserting implicit <font> -line 6 column 1 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431716.txt b/test/testbase/msg_431716.txt deleted file mode 100644 index a40dbc1..0000000 --- a/test/testbase/msg_431716.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431721.txt b/test/testbase/msg_431721.txt deleted file mode 100644 index c656200..0000000 --- a/test/testbase/msg_431721.txt +++ /dev/null @@ -1,22 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 160 column 121 - Warning: <o:p> is not approved by W3C -line 168 column 73 - Warning: <o:p> is not approved by W3C -line 170 column 119 - Warning: <o:p> is not approved by W3C -line 175 column 45 - Warning: <o:p> is not approved by W3C -line 189 column 119 - Warning: <o:p> is not approved by W3C -line 202 column 56 - Warning: <o:p> is not approved by W3C -line 204 column 119 - Warning: <o:p> is not approved by W3C -line 1 column 1 - Warning: <html> proprietary attribute "xmlns:o" -line 1 column 1 - Warning: <html> proprietary attribute "xmlns:w" -line 177 column 1 - Warning: replacing unexpected <p> by <li> -line 181 column 1 - Warning: replacing unexpected <p> by <li> -line 185 column 1 - Warning: replacing unexpected <p> by <li> -Info: Document content looks like HTML5 -13 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431731.txt b/test/testbase/msg_431731.txt deleted file mode 100644 index bbb4318..0000000 --- a/test/testbase/msg_431731.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431736.txt b/test/testbase/msg_431736.txt deleted file mode 100644 index e17a7a7..0000000 --- a/test/testbase/msg_431736.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 2 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like XHTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431739.txt b/test/testbase/msg_431739.txt deleted file mode 100644 index dd8daf8..0000000 --- a/test/testbase/msg_431739.txt +++ /dev/null @@ -1,17 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: missing </font> before <hr> -line 8 column 1 - Warning: inserting implicit <font> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431874.txt b/test/testbase/msg_431874.txt deleted file mode 100644 index 49071e5..0000000 --- a/test/testbase/msg_431874.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: missing </a> before <a> -line 4 column 74 - Warning: discarding unexpected </a> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431889.txt b/test/testbase/msg_431889.txt deleted file mode 100644 index 40892b5..0000000 --- a/test/testbase/msg_431889.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 35 column 4 - Warning: <img> inserting "alt" attribute using value "Alternate" -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431895.txt b/test/testbase/msg_431895.txt deleted file mode 100644 index e0e94e9..0000000 --- a/test/testbase/msg_431895.txt +++ /dev/null @@ -1,2 +0,0 @@ -input\in_431895.html:17:14: Warning: adjacent hyphens within comment -input\in_431895.html:32:1: Warning: trimming empty <p> diff --git a/test/testbase/msg_431898.txt b/test/testbase/msg_431898.txt deleted file mode 100644 index db67502..0000000 --- a/test/testbase/msg_431898.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 11 column 13 - Warning: unescaped & or unknown entity "&myURI" -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431958.txt b/test/testbase/msg_431958.txt deleted file mode 100644 index 74f7856..0000000 --- a/test/testbase/msg_431958.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_431964.txt b/test/testbase/msg_431964.txt deleted file mode 100644 index bf7ab54..0000000 --- a/test/testbase/msg_431964.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 7 column 1 - Warning: <table> attribute "height" lacks value -line 7 column 1 - Warning: <table> proprietary attribute "height" -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML Proprietary -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_432677.txt b/test/testbase/msg_432677.txt deleted file mode 100644 index 12d449b..0000000 --- a/test/testbase/msg_432677.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433012.txt b/test/testbase/msg_433012.txt deleted file mode 100644 index f42a16e..0000000 --- a/test/testbase/msg_433012.txt +++ /dev/null @@ -1,625 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 15 column 17 - Warning: entity " " doesn't end in ';' -line 15 column 32 - Warning: entity " " doesn't end in ';' -line 18 column 17 - Warning: entity "¡" doesn't end in ';' -line 18 column 33 - Warning: entity "¡" doesn't end in ';' -line 21 column 17 - Warning: entity "¢" doesn't end in ';' -line 21 column 32 - Warning: entity "¢" doesn't end in ';' -line 24 column 17 - Warning: entity "£" doesn't end in ';' -line 24 column 33 - Warning: entity "£" doesn't end in ';' -line 27 column 17 - Warning: entity "¤" doesn't end in ';' -line 27 column 34 - Warning: entity "¤" doesn't end in ';' -line 30 column 17 - Warning: entity "¥" doesn't end in ';' -line 30 column 31 - Warning: entity "¥" doesn't end in ';' -line 33 column 17 - Warning: entity "¦" doesn't end in ';' -line 33 column 34 - Warning: entity "¦" doesn't end in ';' -line 36 column 17 - Warning: entity "§" doesn't end in ';' -line 36 column 32 - Warning: entity "§" doesn't end in ';' -line 39 column 17 - Warning: entity "¨" doesn't end in ';' -line 39 column 31 - Warning: entity "¨" doesn't end in ';' -line 42 column 17 - Warning: entity "©" doesn't end in ';' -line 42 column 32 - Warning: entity "©" doesn't end in ';' -line 45 column 17 - Warning: entity "ª" doesn't end in ';' -line 45 column 32 - Warning: entity "ª" doesn't end in ';' -line 48 column 17 - Warning: entity "«" doesn't end in ';' -line 48 column 33 - Warning: entity "«" doesn't end in ';' -line 51 column 17 - Warning: entity "¬" doesn't end in ';' -line 51 column 31 - Warning: entity "¬" doesn't end in ';' -line 54 column 17 - Warning: entity "­" doesn't end in ';' -line 54 column 31 - Warning: entity "­" doesn't end in ';' -line 57 column 17 - Warning: entity "®" doesn't end in ';' -line 57 column 31 - Warning: entity "®" doesn't end in ';' -line 60 column 17 - Warning: entity "¯" doesn't end in ';' -line 60 column 32 - Warning: entity "¯" doesn't end in ';' -line 63 column 17 - Warning: entity "°" doesn't end in ';' -line 63 column 31 - Warning: entity "°" doesn't end in ';' -line 66 column 17 - Warning: entity "±" doesn't end in ';' -line 66 column 34 - Warning: entity "±" doesn't end in ';' -line 69 column 17 - Warning: entity "²" doesn't end in ';' -line 69 column 32 - Warning: entity "²" doesn't end in ';' -line 72 column 17 - Warning: entity "³" doesn't end in ';' -line 72 column 32 - Warning: entity "³" doesn't end in ';' -line 75 column 17 - Warning: entity "´" doesn't end in ';' -line 75 column 33 - Warning: entity "´" doesn't end in ';' -line 78 column 17 - Warning: entity "µ" doesn't end in ';' -line 78 column 33 - Warning: entity "µ" doesn't end in ';' -line 81 column 17 - Warning: entity "¶" doesn't end in ';' -line 81 column 32 - Warning: entity "¶" doesn't end in ';' -line 84 column 17 - Warning: entity "·" doesn't end in ';' -line 84 column 34 - Warning: entity "·" doesn't end in ';' -line 87 column 17 - Warning: entity "¸" doesn't end in ';' -line 87 column 33 - Warning: entity "¸" doesn't end in ';' -line 90 column 17 - Warning: entity "¹" doesn't end in ';' -line 90 column 32 - Warning: entity "¹" doesn't end in ';' -line 93 column 17 - Warning: entity "º" doesn't end in ';' -line 93 column 32 - Warning: entity "º" doesn't end in ';' -line 96 column 17 - Warning: entity "»" doesn't end in ';' -line 96 column 33 - Warning: entity "»" doesn't end in ';' -line 99 column 17 - Warning: entity "¼" doesn't end in ';' -line 99 column 34 - Warning: entity "¼" doesn't end in ';' -line 102 column 17 - Warning: entity "½" doesn't end in ';' -line 102 column 34 - Warning: entity "½" doesn't end in ';' -line 105 column 17 - Warning: entity "¾" doesn't end in ';' -line 105 column 34 - Warning: entity "¾" doesn't end in ';' -line 108 column 17 - Warning: entity "¿" doesn't end in ';' -line 108 column 34 - Warning: entity "¿" doesn't end in ';' -line 111 column 17 - Warning: entity "À" doesn't end in ';' -line 111 column 34 - Warning: entity "À" doesn't end in ';' -line 114 column 17 - Warning: entity "Á" doesn't end in ';' -line 114 column 34 - Warning: entity "Á" doesn't end in ';' -line 117 column 17 - Warning: entity "Â" doesn't end in ';' -line 117 column 33 - Warning: entity "Â" doesn't end in ';' -line 120 column 17 - Warning: entity "Ã" doesn't end in ';' -line 120 column 34 - Warning: entity "Ã" doesn't end in ';' -line 123 column 17 - Warning: entity "Ä" doesn't end in ';' -line 123 column 32 - Warning: entity "Ä" doesn't end in ';' -line 126 column 17 - Warning: entity "Å" doesn't end in ';' -line 126 column 33 - Warning: entity "Å" doesn't end in ';' -line 129 column 17 - Warning: entity "Æ" doesn't end in ';' -line 129 column 33 - Warning: entity "Æ" doesn't end in ';' -line 132 column 17 - Warning: entity "Ç" doesn't end in ';' -line 132 column 34 - Warning: entity "Ç" doesn't end in ';' -line 135 column 17 - Warning: entity "È" doesn't end in ';' -line 135 column 34 - Warning: entity "È" doesn't end in ';' -line 138 column 17 - Warning: entity "É" doesn't end in ';' -line 138 column 34 - Warning: entity "É" doesn't end in ';' -line 141 column 17 - Warning: entity "Ê" doesn't end in ';' -line 141 column 33 - Warning: entity "Ê" doesn't end in ';' -line 144 column 17 - Warning: entity "Ë" doesn't end in ';' -line 144 column 32 - Warning: entity "Ë" doesn't end in ';' -line 147 column 17 - Warning: entity "Ì" doesn't end in ';' -line 147 column 34 - Warning: entity "Ì" doesn't end in ';' -line 150 column 17 - Warning: entity "Í" doesn't end in ';' -line 150 column 34 - Warning: entity "Í" doesn't end in ';' -line 153 column 17 - Warning: entity "Î" doesn't end in ';' -line 153 column 33 - Warning: entity "Î" doesn't end in ';' -line 156 column 17 - Warning: entity "Ï" doesn't end in ';' -line 156 column 32 - Warning: entity "Ï" doesn't end in ';' -line 159 column 17 - Warning: entity "Ð" doesn't end in ';' -line 159 column 31 - Warning: entity "Ð" doesn't end in ';' -line 162 column 17 - Warning: entity "Ñ" doesn't end in ';' -line 162 column 34 - Warning: entity "Ñ" doesn't end in ';' -line 165 column 17 - Warning: entity "Ò" doesn't end in ';' -line 165 column 34 - Warning: entity "Ò" doesn't end in ';' -line 168 column 17 - Warning: entity "Ó" doesn't end in ';' -line 168 column 34 - Warning: entity "Ó" doesn't end in ';' -line 171 column 17 - Warning: entity "Ô" doesn't end in ';' -line 171 column 33 - Warning: entity "Ô" doesn't end in ';' -line 174 column 17 - Warning: entity "Õ" doesn't end in ';' -line 174 column 34 - Warning: entity "Õ" doesn't end in ';' -line 177 column 17 - Warning: entity "Ö" doesn't end in ';' -line 177 column 32 - Warning: entity "Ö" doesn't end in ';' -line 180 column 17 - Warning: entity "×" doesn't end in ';' -line 180 column 33 - Warning: entity "×" doesn't end in ';' -line 183 column 17 - Warning: entity "Ø" doesn't end in ';' -line 183 column 34 - Warning: entity "Ø" doesn't end in ';' -line 186 column 17 - Warning: entity "Ù" doesn't end in ';' -line 186 column 34 - Warning: entity "Ù" doesn't end in ';' -line 189 column 17 - Warning: entity "Ú" doesn't end in ';' -line 189 column 34 - Warning: entity "Ú" doesn't end in ';' -line 192 column 17 - Warning: entity "Û" doesn't end in ';' -line 192 column 33 - Warning: entity "Û" doesn't end in ';' -line 195 column 17 - Warning: entity "Ü" doesn't end in ';' -line 195 column 32 - Warning: entity "Ü" doesn't end in ';' -line 198 column 17 - Warning: entity "Ý" doesn't end in ';' -line 198 column 34 - Warning: entity "Ý" doesn't end in ';' -line 201 column 17 - Warning: entity "Þ" doesn't end in ';' -line 201 column 33 - Warning: entity "Þ" doesn't end in ';' -line 204 column 17 - Warning: entity "ß" doesn't end in ';' -line 204 column 33 - Warning: entity "ß" doesn't end in ';' -line 207 column 17 - Warning: entity "à" doesn't end in ';' -line 207 column 34 - Warning: entity "à" doesn't end in ';' -line 210 column 17 - Warning: entity "á" doesn't end in ';' -line 210 column 34 - Warning: entity "á" doesn't end in ';' -line 213 column 17 - Warning: entity "â" doesn't end in ';' -line 213 column 33 - Warning: entity "â" doesn't end in ';' -line 216 column 17 - Warning: entity "ã" doesn't end in ';' -line 216 column 34 - Warning: entity "ã" doesn't end in ';' -line 219 column 17 - Warning: entity "ä" doesn't end in ';' -line 219 column 32 - Warning: entity "ä" doesn't end in ';' -line 222 column 17 - Warning: entity "å" doesn't end in ';' -line 222 column 33 - Warning: entity "å" doesn't end in ';' -line 225 column 17 - Warning: entity "æ" doesn't end in ';' -line 225 column 33 - Warning: entity "æ" doesn't end in ';' -line 228 column 17 - Warning: entity "ç" doesn't end in ';' -line 228 column 34 - Warning: entity "ç" doesn't end in ';' -line 231 column 17 - Warning: entity "è" doesn't end in ';' -line 231 column 34 - Warning: entity "è" doesn't end in ';' -line 234 column 17 - Warning: entity "é" doesn't end in ';' -line 234 column 34 - Warning: entity "é" doesn't end in ';' -line 237 column 17 - Warning: entity "ê" doesn't end in ';' -line 237 column 33 - Warning: entity "ê" doesn't end in ';' -line 240 column 17 - Warning: entity "ë" doesn't end in ';' -line 240 column 32 - Warning: entity "ë" doesn't end in ';' -line 243 column 17 - Warning: entity "ì" doesn't end in ';' -line 243 column 34 - Warning: entity "ì" doesn't end in ';' -line 246 column 17 - Warning: entity "í" doesn't end in ';' -line 246 column 34 - Warning: entity "í" doesn't end in ';' -line 249 column 17 - Warning: entity "î" doesn't end in ';' -line 249 column 33 - Warning: entity "î" doesn't end in ';' -line 252 column 17 - Warning: entity "ï" doesn't end in ';' -line 252 column 32 - Warning: entity "ï" doesn't end in ';' -line 255 column 17 - Warning: entity "ð" doesn't end in ';' -line 255 column 31 - Warning: entity "ð" doesn't end in ';' -line 258 column 17 - Warning: entity "ñ" doesn't end in ';' -line 258 column 34 - Warning: entity "ñ" doesn't end in ';' -line 261 column 17 - Warning: entity "ò" doesn't end in ';' -line 261 column 34 - Warning: entity "ò" doesn't end in ';' -line 264 column 17 - Warning: entity "ó" doesn't end in ';' -line 264 column 34 - Warning: entity "ó" doesn't end in ';' -line 267 column 17 - Warning: entity "ô" doesn't end in ';' -line 267 column 33 - Warning: entity "ô" doesn't end in ';' -line 270 column 17 - Warning: entity "õ" doesn't end in ';' -line 270 column 34 - Warning: entity "õ" doesn't end in ';' -line 273 column 17 - Warning: entity "ö" doesn't end in ';' -line 273 column 32 - Warning: entity "ö" doesn't end in ';' -line 276 column 17 - Warning: entity "÷" doesn't end in ';' -line 276 column 34 - Warning: entity "÷" doesn't end in ';' -line 279 column 17 - Warning: entity "ø" doesn't end in ';' -line 279 column 34 - Warning: entity "ø" doesn't end in ';' -line 282 column 17 - Warning: entity "ù" doesn't end in ';' -line 282 column 34 - Warning: entity "ù" doesn't end in ';' -line 285 column 17 - Warning: entity "ú" doesn't end in ';' -line 285 column 34 - Warning: entity "ú" doesn't end in ';' -line 288 column 17 - Warning: entity "û" doesn't end in ';' -line 288 column 33 - Warning: entity "û" doesn't end in ';' -line 291 column 17 - Warning: entity "ü" doesn't end in ';' -line 291 column 32 - Warning: entity "ü" doesn't end in ';' -line 294 column 17 - Warning: entity "ý" doesn't end in ';' -line 294 column 34 - Warning: entity "ý" doesn't end in ';' -line 297 column 17 - Warning: entity "þ" doesn't end in ';' -line 297 column 33 - Warning: entity "þ" doesn't end in ';' -line 300 column 17 - Warning: entity "ÿ" doesn't end in ';' -line 300 column 32 - Warning: entity "ÿ" doesn't end in ';' -line 308 column 17 - Warning: unescaped & or unknown entity "&fnof" -line 308 column 32 - Warning: unescaped & or unknown entity "&fnof" -line 311 column 17 - Warning: unescaped & or unknown entity "&Alpha" -line 311 column 33 - Warning: unescaped & or unknown entity "&Alpha" -line 314 column 17 - Warning: unescaped & or unknown entity "&Beta" -line 314 column 32 - Warning: unescaped & or unknown entity "&Beta" -line 317 column 17 - Warning: unescaped & or unknown entity "&Gamma" -line 317 column 33 - Warning: unescaped & or unknown entity "&Gamma" -line 320 column 17 - Warning: unescaped & or unknown entity "&Delta" -line 320 column 33 - Warning: unescaped & or unknown entity "&Delta" -line 323 column 17 - Warning: unescaped & or unknown entity "&Epsilon" -line 323 column 35 - Warning: unescaped & or unknown entity "&Epsilon" -line 326 column 17 - Warning: unescaped & or unknown entity "&Zeta" -line 326 column 32 - Warning: unescaped & or unknown entity "&Zeta" -line 329 column 17 - Warning: unescaped & or unknown entity "&Eta" -line 329 column 31 - Warning: unescaped & or unknown entity "&Eta" -line 332 column 17 - Warning: unescaped & or unknown entity "&Theta" -line 332 column 33 - Warning: unescaped & or unknown entity "&Theta" -line 335 column 17 - Warning: unescaped & or unknown entity "&Iota" -line 335 column 32 - Warning: unescaped & or unknown entity "&Iota" -line 338 column 17 - Warning: unescaped & or unknown entity "&Kappa" -line 338 column 33 - Warning: unescaped & or unknown entity "&Kappa" -line 341 column 17 - Warning: unescaped & or unknown entity "&Lambda" -line 341 column 34 - Warning: unescaped & or unknown entity "&Lambda" -line 344 column 17 - Warning: unescaped & or unknown entity "&Mu" -line 344 column 30 - Warning: unescaped & or unknown entity "&Mu" -line 347 column 17 - Warning: unescaped & or unknown entity "&Nu" -line 347 column 30 - Warning: unescaped & or unknown entity "&Nu" -line 350 column 17 - Warning: unescaped & or unknown entity "&Xi" -line 350 column 30 - Warning: unescaped & or unknown entity "&Xi" -line 353 column 17 - Warning: unescaped & or unknown entity "&Omicron" -line 353 column 35 - Warning: unescaped & or unknown entity "&Omicron" -line 356 column 17 - Warning: unescaped & or unknown entity "&Pi" -line 356 column 30 - Warning: unescaped & or unknown entity "&Pi" -line 359 column 17 - Warning: unescaped & or unknown entity "&Rho" -line 359 column 31 - Warning: unescaped & or unknown entity "&Rho" -line 362 column 17 - Warning: unescaped & or unknown entity "&Sigma" -line 362 column 33 - Warning: unescaped & or unknown entity "&Sigma" -line 365 column 17 - Warning: unescaped & or unknown entity "&Tau" -line 365 column 31 - Warning: unescaped & or unknown entity "&Tau" -line 368 column 17 - Warning: unescaped & or unknown entity "&Upsilon" -line 368 column 35 - Warning: unescaped & or unknown entity "&Upsilon" -line 371 column 17 - Warning: unescaped & or unknown entity "&Phi" -line 371 column 31 - Warning: unescaped & or unknown entity "&Phi" -line 374 column 17 - Warning: unescaped & or unknown entity "&Chi" -line 374 column 31 - Warning: unescaped & or unknown entity "&Chi" -line 377 column 17 - Warning: unescaped & or unknown entity "&Psi" -line 377 column 31 - Warning: unescaped & or unknown entity "&Psi" -line 380 column 17 - Warning: unescaped & or unknown entity "&Omega" -line 380 column 33 - Warning: unescaped & or unknown entity "&Omega" -line 383 column 17 - Warning: unescaped & or unknown entity "&alpha" -line 383 column 33 - Warning: unescaped & or unknown entity "&alpha" -line 386 column 17 - Warning: unescaped & or unknown entity "&beta" -line 386 column 32 - Warning: unescaped & or unknown entity "&beta" -line 389 column 17 - Warning: unescaped & or unknown entity "&gamma" -line 389 column 33 - Warning: unescaped & or unknown entity "&gamma" -line 392 column 17 - Warning: unescaped & or unknown entity "&delta" -line 392 column 33 - Warning: unescaped & or unknown entity "&delta" -line 395 column 17 - Warning: unescaped & or unknown entity "&epsilon" -line 395 column 35 - Warning: unescaped & or unknown entity "&epsilon" -line 398 column 17 - Warning: unescaped & or unknown entity "&zeta" -line 398 column 32 - Warning: unescaped & or unknown entity "&zeta" -line 401 column 17 - Warning: unescaped & or unknown entity "&eta" -line 401 column 31 - Warning: unescaped & or unknown entity "&eta" -line 404 column 17 - Warning: unescaped & or unknown entity "&theta" -line 404 column 33 - Warning: unescaped & or unknown entity "&theta" -line 407 column 17 - Warning: unescaped & or unknown entity "&iota" -line 407 column 32 - Warning: unescaped & or unknown entity "&iota" -line 410 column 17 - Warning: unescaped & or unknown entity "&kappa" -line 410 column 33 - Warning: unescaped & or unknown entity "&kappa" -line 413 column 17 - Warning: unescaped & or unknown entity "&lambda" -line 413 column 34 - Warning: unescaped & or unknown entity "&lambda" -line 416 column 17 - Warning: unescaped & or unknown entity "&mu" -line 416 column 30 - Warning: unescaped & or unknown entity "&mu" -line 419 column 17 - Warning: unescaped & or unknown entity "&nu" -line 419 column 30 - Warning: unescaped & or unknown entity "&nu" -line 422 column 17 - Warning: unescaped & or unknown entity "&xi" -line 422 column 30 - Warning: unescaped & or unknown entity "&xi" -line 425 column 17 - Warning: unescaped & or unknown entity "&omicron" -line 425 column 35 - Warning: unescaped & or unknown entity "&omicron" -line 428 column 17 - Warning: unescaped & or unknown entity "&pi" -line 428 column 30 - Warning: unescaped & or unknown entity "&pi" -line 431 column 17 - Warning: unescaped & or unknown entity "&rho" -line 431 column 31 - Warning: unescaped & or unknown entity "&rho" -line 434 column 17 - Warning: unescaped & or unknown entity "&sigmaf" -line 434 column 34 - Warning: unescaped & or unknown entity "&sigmaf" -line 437 column 17 - Warning: unescaped & or unknown entity "&sigma" -line 437 column 33 - Warning: unescaped & or unknown entity "&sigma" -line 440 column 17 - Warning: unescaped & or unknown entity "&tau" -line 440 column 31 - Warning: unescaped & or unknown entity "&tau" -line 443 column 17 - Warning: unescaped & or unknown entity "&upsilon" -line 443 column 35 - Warning: unescaped & or unknown entity "&upsilon" -line 446 column 17 - Warning: unescaped & or unknown entity "&phi" -line 446 column 31 - Warning: unescaped & or unknown entity "&phi" -line 449 column 17 - Warning: unescaped & or unknown entity "&chi" -line 449 column 31 - Warning: unescaped & or unknown entity "&chi" -line 452 column 17 - Warning: unescaped & or unknown entity "&psi" -line 452 column 31 - Warning: unescaped & or unknown entity "&psi" -line 455 column 17 - Warning: unescaped & or unknown entity "&omega" -line 455 column 33 - Warning: unescaped & or unknown entity "&omega" -line 458 column 17 - Warning: unescaped & or unknown entity "&thetasym" -line 458 column 36 - Warning: unescaped & or unknown entity "&thetasym" -line 461 column 17 - Warning: unescaped & or unknown entity "&upsih" -line 461 column 33 - Warning: unescaped & or unknown entity "&upsih" -line 464 column 17 - Warning: unescaped & or unknown entity "&piv" -line 464 column 31 - Warning: unescaped & or unknown entity "&piv" -line 467 column 17 - Warning: unescaped & or unknown entity "&bull" -line 467 column 32 - Warning: unescaped & or unknown entity "&bull" -line 470 column 17 - Warning: unescaped & or unknown entity "&hellip" -line 470 column 34 - Warning: unescaped & or unknown entity "&hellip" -line 473 column 17 - Warning: unescaped & or unknown entity "&prime" -line 473 column 33 - Warning: unescaped & or unknown entity "&prime" -line 476 column 17 - Warning: unescaped & or unknown entity "&Prime" -line 476 column 33 - Warning: unescaped & or unknown entity "&Prime" -line 479 column 17 - Warning: unescaped & or unknown entity "&oline" -line 479 column 33 - Warning: unescaped & or unknown entity "&oline" -line 482 column 17 - Warning: unescaped & or unknown entity "&frasl" -line 482 column 33 - Warning: unescaped & or unknown entity "&frasl" -line 485 column 17 - Warning: unescaped & or unknown entity "&weierp" -line 485 column 34 - Warning: unescaped & or unknown entity "&weierp" -line 488 column 17 - Warning: unescaped & or unknown entity "&image" -line 488 column 33 - Warning: unescaped & or unknown entity "&image" -line 491 column 17 - Warning: unescaped & or unknown entity "&real" -line 491 column 32 - Warning: unescaped & or unknown entity "&real" -line 494 column 17 - Warning: unescaped & or unknown entity "&trade" -line 494 column 33 - Warning: unescaped & or unknown entity "&trade" -line 497 column 17 - Warning: unescaped & or unknown entity "&alefsym" -line 497 column 35 - Warning: unescaped & or unknown entity "&alefsym" -line 500 column 17 - Warning: unescaped & or unknown entity "&larr" -line 500 column 32 - Warning: unescaped & or unknown entity "&larr" -line 503 column 17 - Warning: unescaped & or unknown entity "&uarr" -line 503 column 32 - Warning: unescaped & or unknown entity "&uarr" -line 506 column 17 - Warning: unescaped & or unknown entity "&rarr" -line 506 column 32 - Warning: unescaped & or unknown entity "&rarr" -line 509 column 17 - Warning: unescaped & or unknown entity "&darr" -line 509 column 32 - Warning: unescaped & or unknown entity "&darr" -line 512 column 17 - Warning: unescaped & or unknown entity "&harr" -line 512 column 32 - Warning: unescaped & or unknown entity "&harr" -line 515 column 17 - Warning: unescaped & or unknown entity "&crarr" -line 515 column 33 - Warning: unescaped & or unknown entity "&crarr" -line 518 column 17 - Warning: unescaped & or unknown entity "&lArr" -line 518 column 32 - Warning: unescaped & or unknown entity "&lArr" -line 521 column 17 - Warning: unescaped & or unknown entity "&uArr" -line 521 column 32 - Warning: unescaped & or unknown entity "&uArr" -line 524 column 17 - Warning: unescaped & or unknown entity "&rArr" -line 524 column 32 - Warning: unescaped & or unknown entity "&rArr" -line 527 column 17 - Warning: unescaped & or unknown entity "&dArr" -line 527 column 32 - Warning: unescaped & or unknown entity "&dArr" -line 530 column 17 - Warning: unescaped & or unknown entity "&hArr" -line 530 column 32 - Warning: unescaped & or unknown entity "&hArr" -line 533 column 17 - Warning: unescaped & or unknown entity "&forall" -line 533 column 34 - Warning: unescaped & or unknown entity "&forall" -line 536 column 17 - Warning: unescaped & or unknown entity "&part" -line 536 column 32 - Warning: unescaped & or unknown entity "&part" -line 539 column 17 - Warning: unescaped & or unknown entity "&exist" -line 539 column 33 - Warning: unescaped & or unknown entity "&exist" -line 542 column 17 - Warning: unescaped & or unknown entity "&empty" -line 542 column 33 - Warning: unescaped & or unknown entity "&empty" -line 545 column 17 - Warning: unescaped & or unknown entity "&nabla" -line 545 column 33 - Warning: unescaped & or unknown entity "&nabla" -line 548 column 17 - Warning: unescaped & or unknown entity "&isin" -line 548 column 32 - Warning: unescaped & or unknown entity "&isin" -line 554 column 17 - Warning: unescaped & or unknown entity "¬in" -line 554 column 33 - Warning: unescaped & or unknown entity "¬in" -line 557 column 17 - Warning: unescaped & or unknown entity "&ni" -line 557 column 30 - Warning: unescaped & or unknown entity "&ni" -line 560 column 17 - Warning: unescaped & or unknown entity "&prod" -line 560 column 32 - Warning: unescaped & or unknown entity "&prod" -line 563 column 17 - Warning: unescaped & or unknown entity "&sum" -line 563 column 31 - Warning: unescaped & or unknown entity "&sum" -line 566 column 17 - Warning: unescaped & or unknown entity "&minus" -line 566 column 33 - Warning: unescaped & or unknown entity "&minus" -line 569 column 17 - Warning: unescaped & or unknown entity "&lowast" -line 569 column 34 - Warning: unescaped & or unknown entity "&lowast" -line 572 column 17 - Warning: unescaped & or unknown entity "&radic" -line 572 column 33 - Warning: unescaped & or unknown entity "&radic" -line 575 column 17 - Warning: unescaped & or unknown entity "&prop" -line 575 column 32 - Warning: unescaped & or unknown entity "&prop" -line 578 column 17 - Warning: unescaped & or unknown entity "&infin" -line 578 column 33 - Warning: unescaped & or unknown entity "&infin" -line 581 column 17 - Warning: unescaped & or unknown entity "&ang" -line 581 column 31 - Warning: unescaped & or unknown entity "&ang" -line 584 column 17 - Warning: unescaped & or unknown entity "&and" -line 584 column 31 - Warning: unescaped & or unknown entity "&and" -line 587 column 17 - Warning: unescaped & or unknown entity "&or" -line 587 column 30 - Warning: unescaped & or unknown entity "&or" -line 590 column 17 - Warning: unescaped & or unknown entity "&cap" -line 590 column 31 - Warning: unescaped & or unknown entity "&cap" -line 593 column 17 - Warning: unescaped & or unknown entity "&cup" -line 593 column 31 - Warning: unescaped & or unknown entity "&cup" -line 596 column 17 - Warning: unescaped & or unknown entity "&int" -line 596 column 31 - Warning: unescaped & or unknown entity "&int" -line 599 column 17 - Warning: unescaped & or unknown entity "&there4" -line 599 column 34 - Warning: unescaped & or unknown entity "&there4" -line 602 column 17 - Warning: unescaped & or unknown entity "&sim" -line 602 column 31 - Warning: unescaped & or unknown entity "&sim" -line 605 column 17 - Warning: unescaped & or unknown entity "&cong" -line 605 column 32 - Warning: unescaped & or unknown entity "&cong" -line 608 column 17 - Warning: unescaped & or unknown entity "&asymp" -line 608 column 33 - Warning: unescaped & or unknown entity "&asymp" -line 611 column 17 - Warning: unescaped & or unknown entity "&ne" -line 611 column 30 - Warning: unescaped & or unknown entity "&ne" -line 614 column 17 - Warning: unescaped & or unknown entity "&equiv" -line 614 column 33 - Warning: unescaped & or unknown entity "&equiv" -line 617 column 17 - Warning: unescaped & or unknown entity "&le" -line 617 column 30 - Warning: unescaped & or unknown entity "&le" -line 620 column 17 - Warning: unescaped & or unknown entity "&ge" -line 620 column 30 - Warning: unescaped & or unknown entity "&ge" -line 623 column 17 - Warning: unescaped & or unknown entity "&sub" -line 623 column 31 - Warning: unescaped & or unknown entity "&sub" -line 626 column 17 - Warning: unescaped & or unknown entity "&sup" -line 626 column 31 - Warning: unescaped & or unknown entity "&sup" -line 629 column 17 - Warning: unescaped & or unknown entity "&nsub" -line 629 column 32 - Warning: unescaped & or unknown entity "&nsub" -line 632 column 17 - Warning: unescaped & or unknown entity "&sube" -line 632 column 32 - Warning: unescaped & or unknown entity "&sube" -line 635 column 17 - Warning: unescaped & or unknown entity "&supe" -line 635 column 32 - Warning: unescaped & or unknown entity "&supe" -line 638 column 17 - Warning: unescaped & or unknown entity "&oplus" -line 638 column 33 - Warning: unescaped & or unknown entity "&oplus" -line 641 column 17 - Warning: unescaped & or unknown entity "&otimes" -line 641 column 34 - Warning: unescaped & or unknown entity "&otimes" -line 644 column 17 - Warning: unescaped & or unknown entity "&perp" -line 644 column 32 - Warning: unescaped & or unknown entity "&perp" -line 647 column 17 - Warning: unescaped & or unknown entity "&sdot" -line 647 column 32 - Warning: unescaped & or unknown entity "&sdot" -line 650 column 17 - Warning: unescaped & or unknown entity "&lceil" -line 650 column 33 - Warning: unescaped & or unknown entity "&lceil" -line 653 column 17 - Warning: unescaped & or unknown entity "&rceil" -line 653 column 33 - Warning: unescaped & or unknown entity "&rceil" -line 656 column 17 - Warning: unescaped & or unknown entity "&lfloor" -line 656 column 34 - Warning: unescaped & or unknown entity "&lfloor" -line 659 column 17 - Warning: unescaped & or unknown entity "&rfloor" -line 659 column 34 - Warning: unescaped & or unknown entity "&rfloor" -line 662 column 17 - Warning: unescaped & or unknown entity "&lang" -line 662 column 32 - Warning: unescaped & or unknown entity "&lang" -line 665 column 17 - Warning: unescaped & or unknown entity "&rang" -line 665 column 32 - Warning: unescaped & or unknown entity "&rang" -line 668 column 17 - Warning: unescaped & or unknown entity "&loz" -line 668 column 31 - Warning: unescaped & or unknown entity "&loz" -line 671 column 17 - Warning: unescaped & or unknown entity "&spades" -line 671 column 34 - Warning: unescaped & or unknown entity "&spades" -line 674 column 17 - Warning: unescaped & or unknown entity "&clubs" -line 674 column 33 - Warning: unescaped & or unknown entity "&clubs" -line 677 column 17 - Warning: unescaped & or unknown entity "&hearts" -line 677 column 34 - Warning: unescaped & or unknown entity "&hearts" -line 680 column 17 - Warning: unescaped & or unknown entity "&diams" -line 680 column 33 - Warning: unescaped & or unknown entity "&diams" -line 689 column 17 - Warning: entity """ doesn't end in ';' -line 689 column 32 - Warning: entity """ doesn't end in ';' -line 692 column 17 - Warning: entity "&" doesn't end in ';' -line 692 column 31 - Warning: entity "&" doesn't end in ';' -line 695 column 17 - Warning: entity "<" doesn't end in ';' -line 695 column 30 - Warning: entity "<" doesn't end in ';' -line 698 column 17 - Warning: entity ">" doesn't end in ';' -line 698 column 30 - Warning: entity ">" doesn't end in ';' -line 706 column 17 - Warning: unescaped & or unknown entity "&OElig" -line 706 column 33 - Warning: unescaped & or unknown entity "&OElig" -line 709 column 17 - Warning: unescaped & or unknown entity "&oelig" -line 709 column 33 - Warning: unescaped & or unknown entity "&oelig" -line 712 column 17 - Warning: unescaped & or unknown entity "&Scaron" -line 712 column 34 - Warning: unescaped & or unknown entity "&Scaron" -line 715 column 17 - Warning: unescaped & or unknown entity "&scaron" -line 715 column 34 - Warning: unescaped & or unknown entity "&scaron" -line 718 column 17 - Warning: unescaped & or unknown entity "&Yuml" -line 718 column 32 - Warning: unescaped & or unknown entity "&Yuml" -line 721 column 17 - Warning: unescaped & or unknown entity "&circ" -line 721 column 32 - Warning: unescaped & or unknown entity "&circ" -line 724 column 17 - Warning: unescaped & or unknown entity "&tilde" -line 724 column 33 - Warning: unescaped & or unknown entity "&tilde" -line 727 column 17 - Warning: unescaped & or unknown entity "&ensp" -line 727 column 32 - Warning: unescaped & or unknown entity "&ensp" -line 730 column 17 - Warning: unescaped & or unknown entity "&emsp" -line 730 column 32 - Warning: unescaped & or unknown entity "&emsp" -line 733 column 17 - Warning: unescaped & or unknown entity "&thinsp" -line 733 column 34 - Warning: unescaped & or unknown entity "&thinsp" -line 736 column 17 - Warning: unescaped & or unknown entity "&zwnj" -line 736 column 32 - Warning: unescaped & or unknown entity "&zwnj" -line 739 column 17 - Warning: unescaped & or unknown entity "&zwj" -line 739 column 31 - Warning: unescaped & or unknown entity "&zwj" -line 742 column 17 - Warning: unescaped & or unknown entity "&lrm" -line 742 column 31 - Warning: unescaped & or unknown entity "&lrm" -line 745 column 17 - Warning: unescaped & or unknown entity "&rlm" -line 745 column 31 - Warning: unescaped & or unknown entity "&rlm" -line 748 column 17 - Warning: unescaped & or unknown entity "&ndash" -line 748 column 33 - Warning: unescaped & or unknown entity "&ndash" -line 751 column 17 - Warning: unescaped & or unknown entity "&mdash" -line 751 column 33 - Warning: unescaped & or unknown entity "&mdash" -line 754 column 17 - Warning: unescaped & or unknown entity "&lsquo" -line 754 column 33 - Warning: unescaped & or unknown entity "&lsquo" -line 757 column 17 - Warning: unescaped & or unknown entity "&rsquo" -line 757 column 33 - Warning: unescaped & or unknown entity "&rsquo" -line 760 column 17 - Warning: unescaped & or unknown entity "&sbquo" -line 760 column 33 - Warning: unescaped & or unknown entity "&sbquo" -line 763 column 17 - Warning: unescaped & or unknown entity "&ldquo" -line 763 column 33 - Warning: unescaped & or unknown entity "&ldquo" -line 766 column 17 - Warning: unescaped & or unknown entity "&rdquo" -line 766 column 33 - Warning: unescaped & or unknown entity "&rdquo" -line 769 column 17 - Warning: unescaped & or unknown entity "&bdquo" -line 769 column 33 - Warning: unescaped & or unknown entity "&bdquo" -line 772 column 17 - Warning: unescaped & or unknown entity "&dagger" -line 772 column 34 - Warning: unescaped & or unknown entity "&dagger" -line 775 column 17 - Warning: unescaped & or unknown entity "&Dagger" -line 775 column 34 - Warning: unescaped & or unknown entity "&Dagger" -line 778 column 17 - Warning: unescaped & or unknown entity "&permil" -line 778 column 34 - Warning: unescaped & or unknown entity "&permil" -line 781 column 17 - Warning: unescaped & or unknown entity "&lsaquo" -line 781 column 34 - Warning: unescaped & or unknown entity "&lsaquo" -line 784 column 17 - Warning: unescaped & or unknown entity "&rsaquo" -line 784 column 34 - Warning: unescaped & or unknown entity "&rsaquo" -line 790 column 17 - Warning: unescaped & or unknown entity "&euro" -line 790 column 32 - Warning: unescaped & or unknown entity "&euro" -line 798 column 17 - Warning: entity "&apos" doesn't end in ';' -line 798 column 32 - Warning: entity "&apos" doesn't end in ';' -line 801 column 17 - Warning: unescaped & or unknown entity "&foo" -line 801 column 31 - Warning: unescaped & or unknown entity "&foo" -line 15 column 2 - Warning: <a> escaping malformed URI reference -line 18 column 2 - Warning: <a> escaping malformed URI reference -line 21 column 2 - Warning: <a> escaping malformed URI reference -line 24 column 2 - Warning: <a> escaping malformed URI reference -line 27 column 2 - Warning: <a> escaping malformed URI reference -line 30 column 2 - Warning: <a> escaping malformed URI reference -line 33 column 2 - Warning: <a> escaping malformed URI reference -line 36 column 2 - Warning: <a> escaping malformed URI reference -line 39 column 2 - Warning: <a> escaping malformed URI reference -line 42 column 2 - Warning: <a> escaping malformed URI reference -line 45 column 2 - Warning: <a> escaping malformed URI reference -line 48 column 2 - Warning: <a> escaping malformed URI reference -line 51 column 2 - Warning: <a> escaping malformed URI reference -line 54 column 2 - Warning: <a> escaping malformed URI reference -line 57 column 2 - Warning: <a> escaping malformed URI reference -line 60 column 2 - Warning: <a> escaping malformed URI reference -line 63 column 2 - Warning: <a> escaping malformed URI reference -line 66 column 2 - Warning: <a> escaping malformed URI reference -line 69 column 2 - Warning: <a> escaping malformed URI reference -line 72 column 2 - Warning: <a> escaping malformed URI reference -line 75 column 2 - Warning: <a> escaping malformed URI reference -line 78 column 2 - Warning: <a> escaping malformed URI reference -line 81 column 2 - Warning: <a> escaping malformed URI reference -line 84 column 2 - Warning: <a> escaping malformed URI reference -line 87 column 2 - Warning: <a> escaping malformed URI reference -line 90 column 2 - Warning: <a> escaping malformed URI reference -line 93 column 2 - Warning: <a> escaping malformed URI reference -line 96 column 2 - Warning: <a> escaping malformed URI reference -line 99 column 2 - Warning: <a> escaping malformed URI reference -line 102 column 2 - Warning: <a> escaping malformed URI reference -line 105 column 2 - Warning: <a> escaping malformed URI reference -line 108 column 2 - Warning: <a> escaping malformed URI reference -line 111 column 2 - Warning: <a> escaping malformed URI reference -line 114 column 2 - Warning: <a> escaping malformed URI reference -line 117 column 2 - Warning: <a> escaping malformed URI reference -line 120 column 2 - Warning: <a> escaping malformed URI reference -line 123 column 2 - Warning: <a> escaping malformed URI reference -line 126 column 2 - Warning: <a> escaping malformed URI reference -line 129 column 2 - Warning: <a> escaping malformed URI reference -line 132 column 2 - Warning: <a> escaping malformed URI reference -line 135 column 2 - Warning: <a> escaping malformed URI reference -line 138 column 2 - Warning: <a> escaping malformed URI reference -line 141 column 2 - Warning: <a> escaping malformed URI reference -line 144 column 2 - Warning: <a> escaping malformed URI reference -line 147 column 2 - Warning: <a> escaping malformed URI reference -line 150 column 2 - Warning: <a> escaping malformed URI reference -line 153 column 2 - Warning: <a> escaping malformed URI reference -line 156 column 2 - Warning: <a> escaping malformed URI reference -line 159 column 2 - Warning: <a> escaping malformed URI reference -line 162 column 2 - Warning: <a> escaping malformed URI reference -line 165 column 2 - Warning: <a> escaping malformed URI reference -line 168 column 2 - Warning: <a> escaping malformed URI reference -line 171 column 2 - Warning: <a> escaping malformed URI reference -line 174 column 2 - Warning: <a> escaping malformed URI reference -line 177 column 2 - Warning: <a> escaping malformed URI reference -line 180 column 2 - Warning: <a> escaping malformed URI reference -line 183 column 2 - Warning: <a> escaping malformed URI reference -line 186 column 2 - Warning: <a> escaping malformed URI reference -line 189 column 2 - Warning: <a> escaping malformed URI reference -line 192 column 2 - Warning: <a> escaping malformed URI reference -line 195 column 2 - Warning: <a> escaping malformed URI reference -line 198 column 2 - Warning: <a> escaping malformed URI reference -line 201 column 2 - Warning: <a> escaping malformed URI reference -line 204 column 2 - Warning: <a> escaping malformed URI reference -line 207 column 2 - Warning: <a> escaping malformed URI reference -line 210 column 2 - Warning: <a> escaping malformed URI reference -line 213 column 2 - Warning: <a> escaping malformed URI reference -line 216 column 2 - Warning: <a> escaping malformed URI reference -line 219 column 2 - Warning: <a> escaping malformed URI reference -line 222 column 2 - Warning: <a> escaping malformed URI reference -line 225 column 2 - Warning: <a> escaping malformed URI reference -line 228 column 2 - Warning: <a> escaping malformed URI reference -line 231 column 2 - Warning: <a> escaping malformed URI reference -line 234 column 2 - Warning: <a> escaping malformed URI reference -line 237 column 2 - Warning: <a> escaping malformed URI reference -line 240 column 2 - Warning: <a> escaping malformed URI reference -line 243 column 2 - Warning: <a> escaping malformed URI reference -line 246 column 2 - Warning: <a> escaping malformed URI reference -line 249 column 2 - Warning: <a> escaping malformed URI reference -line 252 column 2 - Warning: <a> escaping malformed URI reference -line 255 column 2 - Warning: <a> escaping malformed URI reference -line 258 column 2 - Warning: <a> escaping malformed URI reference -line 261 column 2 - Warning: <a> escaping malformed URI reference -line 264 column 2 - Warning: <a> escaping malformed URI reference -line 267 column 2 - Warning: <a> escaping malformed URI reference -line 270 column 2 - Warning: <a> escaping malformed URI reference -line 273 column 2 - Warning: <a> escaping malformed URI reference -line 276 column 2 - Warning: <a> escaping malformed URI reference -line 279 column 2 - Warning: <a> escaping malformed URI reference -line 282 column 2 - Warning: <a> escaping malformed URI reference -line 285 column 2 - Warning: <a> escaping malformed URI reference -line 288 column 2 - Warning: <a> escaping malformed URI reference -line 291 column 2 - Warning: <a> escaping malformed URI reference -line 294 column 2 - Warning: <a> escaping malformed URI reference -line 297 column 2 - Warning: <a> escaping malformed URI reference -line 300 column 2 - Warning: <a> escaping malformed URI reference -line 695 column 2 - Warning: <a> escaping malformed URI reference -line 698 column 2 - Warning: <a> escaping malformed URI reference -Info: Document content looks like HTML5 -607 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433021.txt b/test/testbase/msg_433021.txt deleted file mode 100644 index 83402a0..0000000 --- a/test/testbase/msg_433021.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <p> attribute "align" has invalid value "fizzle" -line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -line 9 column 1 - Warning: <td> attribute "valign" has invalid value "center" -line 11 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" -line 13 column 1 - Warning: <td> attribute "align" has invalid value "fuzzle" -line 13 column 1 - Warning: <td> attribute "valign" has invalid value "fuzzle" -Info: Document content looks like HTML5 -7 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433040.txt b/test/testbase/msg_433040.txt deleted file mode 100644 index 50bdf71..0000000 --- a/test/testbase/msg_433040.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433359.txt b/test/testbase/msg_433359.txt deleted file mode 100644 index 50bdf71..0000000 --- a/test/testbase/msg_433359.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433360.txt b/test/testbase/msg_433360.txt deleted file mode 100644 index ae51a38..0000000 --- a/test/testbase/msg_433360.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <font> missing '>' for end of tag -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433604.txt b/test/testbase/msg_433604.txt deleted file mode 100644 index 767672b..0000000 --- a/test/testbase/msg_433604.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433607.txt b/test/testbase/msg_433607.txt deleted file mode 100644 index 767672b..0000000 --- a/test/testbase/msg_433607.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433656.txt b/test/testbase/msg_433656.txt deleted file mode 100644 index 50bdf71..0000000 --- a/test/testbase/msg_433656.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433666.txt b/test/testbase/msg_433666.txt deleted file mode 100644 index cb9a491..0000000 --- a/test/testbase/msg_433666.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 4 column 1 - Warning: <table> dropping value "right" for repeated attribute "align" -line 4 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433672.txt b/test/testbase/msg_433672.txt deleted file mode 100644 index e195281..0000000 --- a/test/testbase/msg_433672.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_433856.txt b/test/testbase/msg_433856.txt deleted file mode 100644 index d4501f4..0000000 --- a/test/testbase/msg_433856.txt +++ /dev/null @@ -1,32 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 2 column 11 - Warning: adjacent hyphens within comment -line 10 column 7 - Warning: missing </font> before <p> -line 10 column 4 - Warning: missing </u> before <p> -line 10 column 1 - Warning: missing </b> before <p> -line 10 column 36 - Warning: inserting implicit <b> -line 10 column 36 - Warning: inserting implicit <u> -line 10 column 36 - Warning: inserting implicit <font> -line 11 column 1 - Warning: discarding unexpected </b> -line 11 column 5 - Warning: discarding unexpected </u> -line 11 column 9 - Warning: discarding unexpected </font> -line 11 column 16 - Warning: missing </font> before <p> -line 12 column 4 - Warning: inserting implicit <font> -line 13 column 1 - Warning: discarding unexpected </font> -line 10 column 7 - Warning: trimming empty <font> -line 10 column 4 - Warning: trimming empty <u> -line 10 column 1 - Warning: trimming empty <b> -line 11 column 16 - Warning: trimming empty <font> -Info: Document content looks like HTML5 -18 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_434047.txt b/test/testbase/msg_434047.txt deleted file mode 100644 index d3f7005..0000000 --- a/test/testbase/msg_434047.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_434100.txt b/test/testbase/msg_434100.txt deleted file mode 100644 index f0c2866..0000000 --- a/test/testbase/msg_434100.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 13 column 1 - Error: unexpected </head> in <link> -0 warnings, 1 error were found! - -This document has errors that must be fixed before -using HTML Tidy to generate a tidied up version. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_434940.txt b/test/testbase/msg_434940.txt deleted file mode 100644 index 74f7856..0000000 --- a/test/testbase/msg_434940.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_435903.txt b/test/testbase/msg_435903.txt deleted file mode 100644 index 6d6604e..0000000 --- a/test/testbase/msg_435903.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 10 column 9 - Warning: <script> isn't allowed in <tr> elements -line 9 column 7 - Info: <tr> previously mentioned -line 9 column 7 - Warning: trimming empty <tr> -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_435917.txt b/test/testbase/msg_435917.txt deleted file mode 100644 index a9465ae..0000000 --- a/test/testbase/msg_435917.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 8 column 1 - Warning: <input> isn't allowed in <body> elements -line 6 column 1 - Info: <body> previously mentioned -line 8 column 1 - Warning: inserting implicit <form> -line 10 column 1 - Warning: <input> attribute with missing trailing quote mark -line 8 column 1 - Warning: missing </form> -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_435919.txt b/test/testbase/msg_435919.txt deleted file mode 100644 index e195281..0000000 --- a/test/testbase/msg_435919.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_435920.txt b/test/testbase/msg_435920.txt deleted file mode 100644 index cdd6147..0000000 --- a/test/testbase/msg_435920.txt +++ /dev/null @@ -1,16 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 7 column 1 - Warning: The summary attribute on the <table> element is obsolete in HTML5 -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using <FONT> elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_435922.txt b/test/testbase/msg_435922.txt deleted file mode 100644 index 7b7063b..0000000 --- a/test/testbase/msg_435922.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 3 - Warning: <input> isn't allowed in <body> elements -line 5 column 1 - Info: <body> previously mentioned -line 6 column 3 - Warning: inserting implicit <form> -line 6 column 3 - Warning: missing </form> -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_435923.txt b/test/testbase/msg_435923.txt deleted file mode 100644 index 50bdf71..0000000 --- a/test/testbase/msg_435923.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_437468.txt b/test/testbase/msg_437468.txt deleted file mode 100644 index a40dbc1..0000000 --- a/test/testbase/msg_437468.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_438650.txt b/test/testbase/msg_438650.txt deleted file mode 100644 index 7c44b34..0000000 --- a/test/testbase/msg_438650.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 6 column 1 - Warning: <a> discarding newline in URI reference -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_438658.txt b/test/testbase/msg_438658.txt deleted file mode 100644 index ac72095..0000000 --- a/test/testbase/msg_438658.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing <!DOCTYPE> declaration -line 3 column 1 - Warning: <title> is probably intended as -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_438954.txt b/test/testbase/msg_438954.txt deleted file mode 100644 index 50bdf71..0000000 --- a/test/testbase/msg_438954.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_438956.txt b/test/testbase/msg_438956.txt deleted file mode 100644 index decde0d..0000000 --- a/test/testbase/msg_438956.txt +++ /dev/null @@ -1,14 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 1 - Warning: plain text isn't allowed in elements -line 2 column 1 - Info: previously mentioned -line 4 column 1 - Warning: inserting implicit -line 5 column 1 - Warning: discarding unexpected -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_441508.txt b/test/testbase/msg_441508.txt deleted file mode 100644 index 75ac617..0000000 --- a/test/testbase/msg_441508.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 1 - Warning:
  • dropping value "right" for repeated attribute "align" -line 7 column 1 - Warning: missing -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_441568.txt b/test/testbase/msg_441568.txt deleted file mode 100644 index 74f7856..0000000 --- a/test/testbase/msg_441568.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 3.2//EN" -Info: Document content looks like HTML 3.2 -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_443362.txt b/test/testbase/msg_443362.txt deleted file mode 100644 index 94f8f25..0000000 --- a/test/testbase/msg_443362.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 26 column 11 - Warning: discarding unexpected -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_443576.txt b/test/testbase/msg_443576.txt deleted file mode 100644 index 289b854..0000000 --- a/test/testbase/msg_443576.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 8 column 31 - Warning: '<' + '/' + letter not allowed here -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_443678.txt b/test/testbase/msg_443678.txt deleted file mode 100644 index 14eb869..0000000 --- a/test/testbase/msg_443678.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 11 column 1 - Warning: missing -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -You are recommended to use CSS to specify page and link colors -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_445074.txt b/test/testbase/msg_445074.txt deleted file mode 100644 index 37f8871..0000000 --- a/test/testbase/msg_445074.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 8 column 1 - Warning:
    attribute value "POST" must be lower case for XHTML -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_445394.txt b/test/testbase/msg_445394.txt deleted file mode 100644 index b878e8a..0000000 --- a/test/testbase/msg_445394.txt +++ /dev/null @@ -1,21 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 6 column 1 - Warning:
    attribute with missing trailing quote mark -line 6 column 1 - Warning: escaping malformed URI reference -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_445557.txt b/test/testbase/msg_445557.txt deleted file mode 100644 index cb136c3..0000000 --- a/test/testbase/msg_445557.txt +++ /dev/null @@ -1,30 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 32 - Warning: replacing invalid character code 150 -line 8 column 12 - Warning: replacing invalid numeric character reference 150 -line 8 column 31 - Warning: replacing invalid numeric character reference 150 -line 9 column 9 - Warning: replacing invalid numeric character reference 150 -line 10 column 9 - Warning: replacing invalid numeric character reference 150 -line 12 column 5 - Warning: replacing invalid numeric character reference 150 -line 14 column 5 - Warning: replacing invalid numeric character reference 150 -line 16 column 5 - Warning: replacing invalid numeric character reference 150 -line 18 column 5 - Warning: replacing invalid numeric character reference 150 -line 20 column 5 - Warning: replacing invalid numeric character reference 150 -Info: Document content looks like HTML5 -11 warnings, 0 errors were found! - -Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML; -even if they were, they would likely be unprintable control characters. -Tidy assumed you wanted to refer to a character with the same byte value in the -specified encoding and replaced that reference with the Unicode equivalent. - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_449348.txt b/test/testbase/msg_449348.txt deleted file mode 100644 index 144f0fc..0000000 --- a/test/testbase/msg_449348.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//IETF//DTD HTML 2.0//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_470663.txt b/test/testbase/msg_470663.txt deleted file mode 100644 index 8eb0b73..0000000 --- a/test/testbase/msg_470663.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: proprietary attribute "xmlns:v" -line 1 column 1 - Warning: proprietary attribute "xmlns:o" -line 1 column 1 - Warning: proprietary attribute "xmlns:w" -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_473490.txt b/test/testbase/msg_473490.txt deleted file mode 100644 index e69de29..0000000 diff --git a/test/testbase/msg_480406.txt b/test/testbase/msg_480406.txt deleted file mode 100644 index 767672b..0000000 --- a/test/testbase/msg_480406.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_480701.txt b/test/testbase/msg_480701.txt deleted file mode 100644 index 767672b..0000000 --- a/test/testbase/msg_480701.txt +++ /dev/null @@ -1,8 +0,0 @@ -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_487204.txt b/test/testbase/msg_487204.txt deleted file mode 100644 index d7e3400..0000000 --- a/test/testbase/msg_487204.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 5 column 1 - Warning: inserting implicit -line 6 column 2 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_487283.txt b/test/testbase/msg_487283.txt deleted file mode 100644 index e195281..0000000 --- a/test/testbase/msg_487283.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_500236.txt b/test/testbase/msg_500236.txt deleted file mode 100644 index 2f41a1e..0000000 --- a/test/testbase/msg_500236.txt +++ /dev/null @@ -1,9 +0,0 @@ -line 1 column 11 - Warning: adjacent hyphens within comment -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_501669.txt b/test/testbase/msg_501669.txt deleted file mode 100644 index 936f6d2..0000000 --- a/test/testbase/msg_501669.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_503436.txt b/test/testbase/msg_503436.txt deleted file mode 100644 index 824c493..0000000 --- a/test/testbase/msg_503436.txt +++ /dev/null @@ -1,9 +0,0 @@ -line 6 column 3 - Warning: dropping value "first" for repeated attribute "alt" -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_504206.txt b/test/testbase/msg_504206.txt deleted file mode 100644 index e630dd8..0000000 --- a/test/testbase/msg_504206.txt +++ /dev/null @@ -1,26 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 152 column 1 - Warning: shouldn't be nested -line 152 column 1 - Warning: missing -line 12 column 1 - Warning: missing -line 12 column 1 - Warning:
    escaping malformed URI reference -line 42 column 1 - Warning: trimming empty

    -line 138 column 1 - Warning: trimming empty

    -line 143 column 1 - Warning: trimming empty

    -Info: Document content looks like HTML5 -8 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_505770.txt b/test/testbase/msg_505770.txt deleted file mode 100644 index e195281..0000000 --- a/test/testbase/msg_505770.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_511243.txt b/test/testbase/msg_511243.txt deleted file mode 100644 index 9bf5f35..0000000 --- a/test/testbase/msg_511243.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_511679.txt b/test/testbase/msg_511679.txt deleted file mode 100644 index 08979a2..0000000 --- a/test/testbase/msg_511679.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 2 column 1 - Warning: inserting implicit -line 4 column 7 - Warning: missing before -line 2 column 1 - Warning: The summary attribute on the

  • element is obsolete in HTML5 -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_533233.txt b/test/testbase/msg_533233.txt deleted file mode 100644 index ca07de0..0000000 --- a/test/testbase/msg_533233.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_540571.txt b/test/testbase/msg_540571.txt deleted file mode 100644 index b16a1a7..0000000 --- a/test/testbase/msg_540571.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 6 column 1 - Warning: missing before

    -line 6 column 23 - Warning: inserting implicit -line 6 column 39 - Warning: discarding unexpected -line 10 column 1 - Warning: missing before

    -line 10 column 23 - Warning: inserting implicit -line 10 column 39 - Warning: discarding unexpected -line 10 column 1 - Warning: proprietary attribute "color" -line 10 column 23 - Warning: proprietary attribute "color" -line 6 column 1 - Warning: trimming empty -line 10 column 1 - Warning: trimming empty -Info: Document content looks like XHTML5 -11 warnings, 0 errors were found! - -You are recommended to use CSS to specify the font and -properties such as its size and color. This will reduce -the size of HTML files and make them easier to maintain -compared with using elements. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_543262.txt b/test/testbase/msg_543262.txt deleted file mode 100644 index e69de29..0000000 diff --git a/test/testbase/msg_545772.txt b/test/testbase/msg_545772.txt deleted file mode 100644 index 5502991..0000000 --- a/test/testbase/msg_545772.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_553468.txt b/test/testbase/msg_553468.txt deleted file mode 100644 index 84d3c84..0000000 --- a/test/testbase/msg_553468.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_566542.txt b/test/testbase/msg_566542.txt deleted file mode 100644 index 5569c53..0000000 --- a/test/testbase/msg_566542.txt +++ /dev/null @@ -1,36 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 1 - Warning: inserting implicit -line 4 column 1 - Warning:
  • isn't allowed in elements -line 4 column 1 - Info: previously mentioned -line 4 column 1 - Warning: inserting implicit
      -line 4 column 1 - Warning: missing
    before

    -line 4 column 39 - Warning: missing before

    -line 7 column 1 - Warning: inserting implicit -line 7 column 1 - Warning: missing before

  • -line 7 column 1 - Warning:
  • isn't allowed in elements -line 4 column 1 - Info: previously mentioned -line 7 column 1 - Warning: inserting implicit
      -line 7 column 5 - Warning: inserting implicit -line 7 column 5 - Warning: missing before

      -line 7 column 1 - Warning: missing

    before

    -line 7 column 8 - Warning: inserting implicit -line 7 column 8 - Warning: nested emphasis -line 7 column 8 - Warning: missing before

    -line 7 column 8 - Warning: missing before

    -line 4 column 1 - Warning: trimming empty

  • -line 4 column 1 - Warning: trimming empty
  • -line 29 column 11 - Error: discarding unexpected -line 29 column 18 - Error: discarding unexpected -line 25 column 3 - Warning: missing -line 6 column 3 - Warning: The summary attribute on the
    element is obsolete in HTML5 -line 13 column 3 - Warning: The summary attribute on the
    element is obsolete in HTML5 -line 18 column 5 - Warning: The summary attribute on the
    element is obsolete in HTML5 -line 26 column 5 - Warning: The summary attribute on the
    element is obsolete in HTML5 -Info: Document content looks like HTML5 -7 warnings, 2 errors were found! - -You may need to move one or both of the
    and -tags. HTML elements should be properly nested and form elements -are no exception. For instance you should not place the
    -in one table cell and the in another. If the
    is -placed before a table, the cannot be placed inside the -table! Note that one form can't be nested inside another! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_649812.txt b/test/testbase/msg_649812.txt deleted file mode 100644 index 299360c..0000000 --- a/test/testbase/msg_649812.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_655338.txt b/test/testbase/msg_655338.txt deleted file mode 100644 index b5cb0af..0000000 --- a/test/testbase/msg_655338.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 2 column 1 - Warning: removing whitespace preceding XML Declaration -line 7 column 1 - Warning: inserting implicit -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_656889.txt b/test/testbase/msg_656889.txt deleted file mode 100644 index e195281..0000000 --- a/test/testbase/msg_656889.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_658230.txt b/test/testbase/msg_658230.txt deleted file mode 100644 index 058cba6..0000000 --- a/test/testbase/msg_658230.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: inserting implicit -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -Info: No system identifier in emitted doctype -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_660397.txt b/test/testbase/msg_660397.txt deleted file mode 100644 index 3be0965..0000000 --- a/test/testbase/msg_660397.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 3 column 1 - Warning: inserting missing 'title' element -Info: Doctype given is "-//W3C//DTD HTML 4.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_661606.txt b/test/testbase/msg_661606.txt deleted file mode 100644 index ae84fa4..0000000 --- a/test/testbase/msg_661606.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_671087.txt b/test/testbase/msg_671087.txt deleted file mode 100644 index ca07de0..0000000 --- a/test/testbase/msg_671087.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_676156.txt b/test/testbase/msg_676156.txt deleted file mode 100644 index 9b7bfce..0000000 --- a/test/testbase/msg_676156.txt +++ /dev/null @@ -1,15 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: plain text isn't allowed in elements -line 1 column 1 - Info: previously mentioned -line 1 column 1 - Warning: inserting implicit -line 3 column 22 - Warning: adjacent hyphens within comment -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -5 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_676205.txt b/test/testbase/msg_676205.txt deleted file mode 100644 index a245e57..0000000 --- a/test/testbase/msg_676205.txt +++ /dev/null @@ -1,32 +0,0 @@ -line 11 column 1 - Warning: discarding newline in URI reference -line 11 column 1 - Warning: discarding newline in URI reference -line 11 column 1 - Warning: discarding newline in URI reference -line 14 column 1 - Warning: end of file while parsing attributes -line 11 column 1 - Warning: escaping malformed URI reference -line 11 column 1 - Warning: lacks "alt" attribute -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Transitional -6 warnings, 0 errors were found! - -URIs must be properly escaped, they must not contain unescaped -characters below U+0021 including the space character and not -above U+007E. Tidy escapes the URI for you as recommended by -HTML 4.01 section B.2.1 and XML 1.0 section 4.2.2. Some user agents -use another algorithm to escape such URIs and some server-sided -scripts depend on that. If you want to depend on that, you must -escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html - -The alt attribute should be used to give a short description -of an image; longer descriptions should be given with the -longdesc attribute which takes a URL linked to the description. -These measures are needed for people using non-graphical browsers. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_678268.txt b/test/testbase/msg_678268.txt deleted file mode 100644 index d486270..0000000 --- a/test/testbase/msg_678268.txt +++ /dev/null @@ -1,25 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 3 column 17 - Warning: adjacent hyphens within comment -line 4 column 1 - Warning: missing before
    -line 12 column 1 - Warning: inserting implicit -line 1 column 1 - Warning: proprietary attribute "xmlns:msxsl" -line 1 column 1 - Warning: proprietary attribute "xmlns:user" -line 12 column 1 - Warning:
    lacks "summary" attribute -Info: Document content looks like XHTML5 -7 warnings, 0 errors were found! - -The table summary attribute should be used to describe -the table structure. It is very helpful for people using -non-visual browsers. The scope and headers attributes for -table cells are useful for specifying which headers apply -to each table cell, enabling non-visual browsers to provide -a meaningful context for each cell. - -For further advice on how to make your pages accessible -see http://www.w3.org/WAI/GL. -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_688746.txt b/test/testbase/msg_688746.txt deleted file mode 100644 index 11551f4..0000000 --- a/test/testbase/msg_688746.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 4 column 13 - Warning: adjacent hyphens within comment -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_695408.txt b/test/testbase/msg_695408.txt deleted file mode 100644 index 8702993..0000000 --- a/test/testbase/msg_695408.txt +++ /dev/null @@ -1,13 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 8 column 11 - Warning: proprietary attribute "datafld" -line 9 column 11 - Warning: proprietary attribute "datafld" -line 10 column 11 - Warning: proprietary attribute "datafld" -Info: Document content looks like HTML5 -4 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_696799.txt b/test/testbase/msg_696799.txt deleted file mode 100644 index e195281..0000000 --- a/test/testbase/msg_696799.txt +++ /dev/null @@ -1,10 +0,0 @@ -line 1 column 1 - Warning: missing declaration -Info: Document content looks like HTML5 -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_706260.txt b/test/testbase/msg_706260.txt deleted file mode 100644 index 84d3c84..0000000 --- a/test/testbase/msg_706260.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Transitional -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_765852.txt b/test/testbase/msg_765852.txt deleted file mode 100644 index 05479f4..0000000 --- a/test/testbase/msg_765852.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 3 column 1 - Warning: inserting implicit -line 3 column 29 - Warning: trimming empty -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_795643-1.txt b/test/testbase/msg_795643-1.txt deleted file mode 100644 index 07e9e0a..0000000 --- a/test/testbase/msg_795643-1.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: inserting implicit -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -3 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_795643-2.txt b/test/testbase/msg_795643-2.txt deleted file mode 100644 index 8a608a2..0000000 --- a/test/testbase/msg_795643-2.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 1 column 1 - Warning: inserting missing 'title' element -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_836462-2.txt b/test/testbase/msg_836462-2.txt deleted file mode 100644 index 9d64920..0000000 --- a/test/testbase/msg_836462-2.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 13 column 3 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_836462-3.txt b/test/testbase/msg_836462-3.txt deleted file mode 100644 index d4009db..0000000 --- a/test/testbase/msg_836462-3.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 6 column 1 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" -Info: Document content looks like XHTML 1.0 Strict -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_836462.txt b/test/testbase/msg_836462.txt deleted file mode 100644 index 9d64920..0000000 --- a/test/testbase/msg_836462.txt +++ /dev/null @@ -1,12 +0,0 @@ -line 13 column 3 - Warning: missing
  • -Info: Doctype given is "-//W3C//DTD HTML 4.01//EN" -Info: Document content looks like HTML 4.01 Strict -Info: No system identifier in emitted doctype -1 warning, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_837023.txt b/test/testbase/msg_837023.txt deleted file mode 100644 index 62205f0..0000000 --- a/test/testbase/msg_837023.txt +++ /dev/null @@ -1,11 +0,0 @@ -line 1 column 1 - Warning: missing declaration -line 9 column 7 - Warning: discarding malformed -Info: Document content looks like HTML5 -2 warnings, 0 errors were found! - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_978947.txt b/test/testbase/msg_978947.txt deleted file mode 100644 index 50bdf71..0000000 --- a/test/testbase/msg_978947.txt +++ /dev/null @@ -1,11 +0,0 @@ -Info: Doctype given is "-//W3C//DTD HTML 4.01 Transitional//EN" -Info: Document content looks like HTML 4.01 Transitional -Info: No system identifier in emitted doctype -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/msg_996484.txt b/test/testbase/msg_996484.txt deleted file mode 100644 index 299360c..0000000 --- a/test/testbase/msg_996484.txt +++ /dev/null @@ -1,10 +0,0 @@ -Info: Doctype given is "-//W3C//DTD XHTML 1.0 Strict//EN" -Info: Document content looks like XHTML 1.0 Strict -No warnings or errors were found. - -About HTML Tidy: https://github.com/htacg/tidy-html5 -Bug reports and comments: https://github.com/htacg/tidy-html5/issues -Or send questions and comments to: https://lists.w3.org/Archives/Public/public-htacg/ -Latest HTML specification: http://dev.w3.org/html5/spec-author-view/ -Validate your HTML documents: http://validator.w3.org/nu/ -Lobby your company to join the W3C: http://www.w3.org/Consortium diff --git a/test/testbase/out_1003361.html b/test/testbase/out_1003361.html deleted file mode 100644 index 785aa08..0000000 --- a/test/testbase/out_1003361.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - 1003361 - - - - - diff --git a/test/testbase/out_1004051.html b/test/testbase/out_1004051.html deleted file mode 100644 index 545532e..0000000 --- a/test/testbase/out_1004051.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - font - - - - yy - - diff --git a/test/testbase/out_1004512.html b/test/testbase/out_1004512.html deleted file mode 100644 index b50aa46..0000000 --- a/test/testbase/out_1004512.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - font tag with -clean - - - -
      -
    • y2
    • -
    - - diff --git a/test/testbase/out_1014993.html b/test/testbase/out_1014993.html deleted file mode 100644 index ebc9b65..0000000 --- a/test/testbase/out_1014993.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - php-like tag - - -
  • - - - -
    - - diff --git a/test/testbase/out_1015959.html b/test/testbase/out_1015959.html deleted file mode 100644 index 470a974..0000000 --- a/test/testbase/out_1015959.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ #1015959 ] inline propagation - - - -

    1

    -

    2

    - - diff --git a/test/testbase/out_1027888.html b/test/testbase/out_1027888.html deleted file mode 100644 index 2cca88b..0000000 --- a/test/testbase/out_1027888.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - div merging tests - - -
    -

    1

    -
    -
    -
    -

    2

    -
    -
    -
    -

    3

    -
    -
    -

    4

    -
    -
    -

    5

    -
    -
    -

    6

    -
    - - diff --git a/test/testbase/out_1050673.html b/test/testbase/out_1050673.html deleted file mode 100644 index 09f3823..0000000 --- a/test/testbase/out_1050673.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/test/testbase/out_1052758.html b/test/testbase/out_1052758.html deleted file mode 100644 index 1c47ebb..0000000 --- a/test/testbase/out_1052758.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - Jean Racine - - -
    -

    Pour qui sont ces serpents qui sifflent sur vos ttes - ?
    - — Jean Racine, Andromaque

    -
    - - diff --git a/test/testbase/out_1053626.html b/test/testbase/out_1053626.html deleted file mode 100644 index 0f935ce..0000000 --- a/test/testbase/out_1053626.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - -
      -
    • - - -
      -
    • -
    -
    - - diff --git a/test/testbase/out_1055304.html b/test/testbase/out_1055304.html deleted file mode 100644 index aebb3f7..0000000 --- a/test/testbase/out_1055304.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - 1055304 - - -
    - - diff --git a/test/testbase/out_1055398.html b/test/testbase/out_1055398.html deleted file mode 100644 index 7ad39a2..0000000 --- a/test/testbase/out_1055398.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -test whether repairing duplicate attributes works - - - - -
    -
    - - diff --git a/test/testbase/out_1056023.html b/test/testbase/out_1056023.html deleted file mode 100644 index 09f3823..0000000 --- a/test/testbase/out_1056023.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/test/testbase/out_1056910.html b/test/testbase/out_1056910.html deleted file mode 100644 index f72025a..0000000 --- a/test/testbase/out_1056910.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - list fusion should not happen - - -
      -
    • -
        -
        -
      • -
      - - diff --git a/test/testbase/out_1062345.html b/test/testbase/out_1062345.html deleted file mode 100644 index e226851..0000000 --- a/test/testbase/out_1062345.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - -
      - - diff --git a/test/testbase/out_1062511.html b/test/testbase/out_1062511.html deleted file mode 100644 index 6b72115..0000000 --- a/test/testbase/out_1062511.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - -
      - - diff --git a/test/testbase/out_1062661.html b/test/testbase/out_1062661.html deleted file mode 100644 index 1b2de28..0000000 --- a/test/testbase/out_1062661.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - Google - - - Images - - diff --git a/test/testbase/out_1067112.html b/test/testbase/out_1067112.html deleted file mode 100644 index 4aa0e11..0000000 --- a/test/testbase/out_1067112.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - Word 2000 - - -
      -

      Word 2000

      -

      -

      Heading 1

      -

      Heading 2

      -

      Heading 3

      -

      -

      Some ordinary text to see how it handles paragraphs

      -

      A second paragraph

      -

      -
        -
      • One dot point
      • -
      • Two dot points
      • -
      • Three dot points
      • -
      -

      -

      -
        -
      1. One numbered point
      2. -
      3. Two numbered points
      4. -
      5. Three numbered points
      6. -
      -

      - - - - - - - - - - - - - - - - -
      -

      One

      -
      -

      two

      -
      -

      three

      -
      -

      Four

      -
      -

      five

      -
      -

      six

      -
      -

      Seven

      -
      -

      eight

      -
      -

      nine

      -
      -

      -
      Some italic text
      -

      -
      Some bold text
      -

      -

      End of text

      -
      - - diff --git a/test/testbase/out_1068087.html b/test/testbase/out_1068087.html deleted file mode 100644 index 9e893bb..0000000 --- a/test/testbase/out_1068087.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - bad font size - - - b -

      a

      - - diff --git a/test/testbase/out_1069549.html b/test/testbase/out_1069549.html deleted file mode 100644 index e101f19..0000000 --- a/test/testbase/out_1069549.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - test NestedList() - - -
        -
      • -

        q

        -
          -
        1. -
        - - diff --git a/test/testbase/out_1069553.html b/test/testbase/out_1069553.html deleted file mode 100644 index d189dc9..0000000 --- a/test/testbase/out_1069553.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - test NestedList() - - -
          -
            - - diff --git a/test/testbase/out_1072528.html b/test/testbase/out_1072528.html deleted file mode 100644 index 09f3823..0000000 --- a/test/testbase/out_1072528.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/test/testbase/out_1078345.html b/test/testbase/out_1078345.html deleted file mode 100644 index d944876..0000000 --- a/test/testbase/out_1078345.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -

            Some text.

            - -
            -
            -

            Text

            -
            -
            - - diff --git a/test/testbase/out_1079820.html b/test/testbase/out_1079820.html deleted file mode 100644 index 5851da1..0000000 --- a/test/testbase/out_1079820.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - -

            text more text latin - text text text.

            -

            text more text latin text - text text.

            -

            text latin text text - text.

            -

            text more text latin text - text text.

            -

            blah blah ... long - descriptionshort text

            -

            text more text latin text text text.

            -

            text more text latin text - text text.

            -

            text latin text text - text.

            -

            text more text latin text text - text.

            blah - blah ... long descriptionshort text - - diff --git a/test/testbase/out_1086083.html b/test/testbase/out_1086083.html deleted file mode 100644 index 7a7ebaf..0000000 --- a/test/testbase/out_1086083.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - -
            -
              -
            • Huh?
            • -
            -
            -
              -
            • Huh?
            • -
            - - diff --git a/test/testbase/out_1090318.html b/test/testbase/out_1090318.html deleted file mode 100644 index 2c62e1b..0000000 --- a/test/testbase/out_1090318.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - <body> - </body> - - - - diff --git a/test/testbase/out_1098012.html b/test/testbase/out_1098012.html deleted file mode 100644 index a841f1c..0000000 --- a/test/testbase/out_1098012.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - -
            -
            -
            -
            - - diff --git a/test/testbase/out_1107622.html b/test/testbase/out_1107622.html deleted file mode 100644 index fc7b722..0000000 --- a/test/testbase/out_1107622.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - name to id - - -

            a

            - - diff --git a/test/testbase/out_1115094.html b/test/testbase/out_1115094.html deleted file mode 100644 index 0b3822d..0000000 --- a/test/testbase/out_1115094.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - -

            xx yy

            - - diff --git a/test/testbase/out_1117013.html b/test/testbase/out_1117013.html deleted file mode 100644 index 0dd58e8..0000000 --- a/test/testbase/out_1117013.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - test 1117013 - - -

            a

            - - diff --git a/test/testbase/out_1145571.html b/test/testbase/out_1145571.html deleted file mode 100644 index b300494..0000000 --- a/test/testbase/out_1145571.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - invalid name to id - - -

            a

            - - diff --git a/test/testbase/out_1145572.html b/test/testbase/out_1145572.html deleted file mode 100644 index 0a87ded..0000000 --- a/test/testbase/out_1145572.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - name vs id in anchor elements - - -

            a

            - - diff --git a/test/testbase/out_1168193.html b/test/testbase/out_1168193.html deleted file mode 100644 index 5704bae..0000000 --- a/test/testbase/out_1168193.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - span merging tests - - -

            1

            -

            2

            -

            3

            -

            4

            -

            5

            -

            6

            - - diff --git a/test/testbase/out_1183751.html b/test/testbase/out_1183751.html deleted file mode 100644 index 5ee2ad8..0000000 --- a/test/testbase/out_1183751.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - char attribute in table - - - - - - - - - - - - - - - - -
            55.0055555.00
            1234.56123.45
            - - - - - - - - - - - -
            55.0055555.00
            1234.56123.45
            - - - - - - - - - -
            55.0055555.00
            1234.56123.45
            - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            THEADTHEADTHEAD
            THEADTHEADTHEAD
            TFOOT 55.00TFOOT 55555.00TFOOT 555.00
            TFOOT 1234.56TFOOT 123.45TFOOT 12345.67
            TBODYTBODYTBODY
            TBODYTBODYTBODY
            - - - - - - - - - - - -
            55.0055555.00555.00
            1234.56123.4512345.67
            - - diff --git a/test/testbase/out_1198501.html b/test/testbase/out_1198501.html deleted file mode 100644 index 8091ebf..0000000 --- a/test/testbase/out_1198501.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - 1198501 - - - - - - - - - - - - -
            12
            34
            - - diff --git a/test/testbase/out_1207443.html b/test/testbase/out_1207443.html deleted file mode 100644 index dd0fa03..0000000 --- a/test/testbase/out_1207443.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -
            -

            A test input box

            -

            -

             

            -

            Radio buttons

            -

            A check box

            -


            -
            -
              -
            • item 1
            • -
            • item 2
            • -
            -
              -
            1. item 1
            2. -
            3. item 2
            4. -
            -
              -
            • item 1
            • -
            • item 2
            • -
            - - diff --git a/test/testbase/out_1210752.html b/test/testbase/out_1210752.html deleted file mode 100644 index 08cd137..0000000 --- a/test/testbase/out_1210752.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/test/testbase/out_1231279.html b/test/testbase/out_1231279.html deleted file mode 100644 index 0073ae9..0000000 --- a/test/testbase/out_1231279.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - 1231279 - - -
            - x -
            -
            - y -
            - - diff --git a/test/testbase/out_1235296.html b/test/testbase/out_1235296.html deleted file mode 100644 index ca766f1..0000000 --- a/test/testbase/out_1235296.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - 1235296 - - -

            xa1

            -

            xa1

            - - diff --git a/test/testbase/out_1241723.html b/test/testbase/out_1241723.html deleted file mode 100644 index 148d5ac..0000000 --- a/test/testbase/out_1241723.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - 1241723 - - - -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            -

            hi

            - - diff --git a/test/testbase/out_1263391.html b/test/testbase/out_1263391.html deleted file mode 100644 index ce7ebad..0000000 --- a/test/testbase/out_1263391.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - My page - - - This should return 2 HTML errors. But there is none
            - DIV or UL are not allowed in address
            -
            -
            - toto titi -
            -
            - 1st street
            - 23X52 - NY
            -
            -
            -
            -
            -
              -
            • ...
            • -
            • ...
            • -
            -
            -
            -

            p is allowed within address only in html transitional.

            -
            -

            contact name

            -
            - - diff --git a/test/testbase/out_1266647.html b/test/testbase/out_1266647.html deleted file mode 100644 index 988a9d1..0000000 --- a/test/testbase/out_1266647.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/test/testbase/out_1282835.html b/test/testbase/out_1282835.html deleted file mode 100644 index 49afe7d..0000000 --- a/test/testbase/out_1282835.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - HTML NOHREF - HTML Code Tutorial - - -
            - - - - ohoh - The Circle - Click the O!
            - [ The O ] -
            - - diff --git a/test/testbase/out_1286029.html b/test/testbase/out_1286029.html deleted file mode 100644 index 5ccccc2..0000000 --- a/test/testbase/out_1286029.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - HTML NOHREF - HTML Code Tutorial - - -
            - -
            - - diff --git a/test/testbase/out_1286278.html b/test/testbase/out_1286278.html deleted file mode 100644 index a583954..0000000 --- a/test/testbase/out_1286278.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -1286278 - - -
            hello -

            -hello -

            -

            -hello -

            -

            -

            -hello
            -
            -
            hello -

            -hello -

            -hello -

            -hello
            - - diff --git a/test/testbase/out_1316258.html b/test/testbase/out_1316258.html deleted file mode 100644 index ad14399..0000000 --- a/test/testbase/out_1316258.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - 1316258 - - - -

            This is text that should appear BEFORE the table.

            -
            - - - - - - - - - - - - - - - -
            Row 1 - Col 1Row 1 - Col 2Row 1 - Col 3Row 1 - Col 4Row 1 - Col 5
            Row 2 - Col 1Row 2 - Col 2Row 2 - Col 3Row 2 - Col 4Row 2 - Col 5
            -
            -

            This is text that should appear AFTER the table.

            - - diff --git a/test/testbase/out_1316307-2.html b/test/testbase/out_1316307-2.html deleted file mode 100644 index 9588a55..0000000 --- a/test/testbase/out_1316307-2.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - 1316307-2 - - - - - - -
            Cell Data
            - - diff --git a/test/testbase/out_1316307.html b/test/testbase/out_1316307.html deleted file mode 100644 index 8ccd1da..0000000 --- a/test/testbase/out_1316307.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - 1316307 - - - -

            This is text that should appear BEFORE the table.

            -
            - - - - - - - - - - - - - - - -
            Row 1 - Col 1Row 1 - Col 2Row 1 - Col 3Row 1 - Col 4Row 1 - Col 5
            Row 2 - Col 1Row 2 - Col 2Row 2 - Col 3Row 2 - Col 4Row 2 - Col 5
            -
            -

            This is text that should appear AFTER the table. HTML Tidy - output however shows it BEFORE the table.

            - - diff --git a/test/testbase/out_1326520.html b/test/testbase/out_1326520.html deleted file mode 100644 index 0703497..0000000 --- a/test/testbase/out_1326520.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - 1326520 - - - - <body> - <dl> - <dd> - <div> - <table summary=""> - <tr> - <td></td> - </tr> - </table> - </div> - </dd> - <dd></dd> - </dl> - </body> - - - diff --git a/test/testbase/out_1331849.html b/test/testbase/out_1331849.html deleted file mode 100644 index 162cc59..0000000 --- a/test/testbase/out_1331849.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - 1331849 - - - Text BEFORE [implied] table - - - - - - - - - -
            Implied table cell.Implied because there is no opening table tag - just an - opening table row tag.
            2nd Row of implied tableMore text
            Text AFTER [implied] table but BEFORE the correctly - specified table - - - - - - - - - -
            Row 1 - Cell 1Row 1 - Cell 2
            Row 2 - Cell 1Row 2 - Cell 2
            Text that appears AFTER table the end! - - diff --git a/test/testbase/out_1333579.html b/test/testbase/out_1333579.html deleted file mode 100644 index 9cbc3ab..0000000 --- a/test/testbase/out_1333579.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - 1333579 - - - -
            -

            Paragraph Text nested in a DIV

            -
            - - - - -
            inferred table
            - - diff --git a/test/testbase/out_1359292.html b/test/testbase/out_1359292.html deleted file mode 100644 index 0e381e2..0000000 --- a/test/testbase/out_1359292.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 1359292 - Word 2000 - - -

            - - diff --git a/test/testbase/out_1398397.html b/test/testbase/out_1398397.html deleted file mode 100644 index 09f3823..0000000 --- a/test/testbase/out_1398397.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/test/testbase/out_1407266.html b/test/testbase/out_1407266.html deleted file mode 100644 index 7cf6e3d..0000000 --- a/test/testbase/out_1407266.html +++ /dev/null @@ -1,8 +0,0 @@ - - - -1407266 - - - - diff --git a/test/testbase/out_1408034.html b/test/testbase/out_1408034.html deleted file mode 100644 index 3171254..0000000 --- a/test/testbase/out_1408034.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - -x xxx xx - - diff --git a/test/testbase/out_1410061-1.html b/test/testbase/out_1410061-1.html deleted file mode 100644 index 8eff94b..0000000 --- a/test/testbase/out_1410061-1.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -1410061 - issue 1 inferred ul - - - - -In bold -
              -
            • Not in bold
            • -
            • With font size 6
            • -
            • But should NOT be indented
            • -
            - - diff --git a/test/testbase/out_1410061-2.html b/test/testbase/out_1410061-2.html deleted file mode 100644 index 7ec491a..0000000 --- a/test/testbase/out_1410061-2.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -1410061 - issue 2 - inline propagation - - - - -In bold -
              -
            • Not in bold
            • -
            - - diff --git a/test/testbase/out_1410061.html b/test/testbase/out_1410061.html deleted file mode 100644 index a19d6c6..0000000 --- a/test/testbase/out_1410061.html +++ /dev/null @@ -1,37 +0,0 @@ - - - -1410061 - - - - -The Compact E.O.S. is composed of two integrated modules: the well -known Agfa daylight system and the Agfa Classic E.O.S. film -processor. The small footprint enables it to be installed even in -restricted spaces. The Compact E.O.S. can be extended at the back -with a table for film processing from a darkroom.
            -
            -
              -
            • capacity: up to 240 films per hour (medium format)
            • -
            • cassette cycle time: 15 s
            • -
            • film formats: 18 x24cm to 35 x 43cm
            • -
            • film storage magazines that can be used: Curix, Scopix
            • -
            • loading and unloading module with 7 dispensers
            • -
            • integrated time switch for automatically switching on and off -at preselected times
            • -
            • stand-by circuit
            • -
            • water economy circuit for the integrated film -processor
            • -
            • film surface scanning for optimum regeneration depending on the -film throughput
            • -
            • infrared cold air drier offers reduced power consumption with -lower heat dissipation
            • -
            • interactive operating display that shows operating state and -possible service messages
              -
            • -
            - - diff --git a/test/testbase/out_1415137.html b/test/testbase/out_1415137.html deleted file mode 100644 index 73287fa..0000000 --- a/test/testbase/out_1415137.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - <body> - abc - </body> - - - diff --git a/test/testbase/out_1423252.html b/test/testbase/out_1423252.html deleted file mode 100644 index d2e2363..0000000 --- a/test/testbase/out_1423252.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -[1423252] missing text node, and font propagation - - -a -
            -
            b
            -
            -
            -
            c
            -
            - - diff --git a/test/testbase/out_1426419.html b/test/testbase/out_1426419.html deleted file mode 100644 index bfd4206..0000000 --- a/test/testbase/out_1426419.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [1426419] mal-formed inline elements - - -

            Bold Bold and Italics Italics - Only

            -

            Mono Mono and Bold Bold - Only

            -

            Italics Italics and Bold - Bold Only

            - - diff --git a/test/testbase/out_1436578.html b/test/testbase/out_1436578.html deleted file mode 100644 index 012b0e7..0000000 --- a/test/testbase/out_1436578.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - 1436578 - - - -

            - - diff --git a/test/testbase/out_1445570.html b/test/testbase/out_1445570.html deleted file mode 100644 index 94444cb..0000000 --- a/test/testbase/out_1445570.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - 1445570 - - - This is a picture of 'Water - Lilly' - - diff --git a/test/testbase/out_1452744.html b/test/testbase/out_1452744.html deleted file mode 100644 index 1f6cfd8..0000000 --- a/test/testbase/out_1452744.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -1452744 - - -

            Test

            - - diff --git a/test/testbase/out_1503897.html b/test/testbase/out_1503897.html deleted file mode 100644 index 625ca0c..0000000 --- a/test/testbase/out_1503897.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - 1503897 - - -
            - PrintString("
            \n"); -
            - PrintString("
            \n"); - - - - -
            - - diff --git a/test/testbase/out_1586158.html b/test/testbase/out_1586158.html deleted file mode 100644 index ee49699..0000000 --- a/test/testbase/out_1586158.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 1586158 - - - - diff --git a/test/testbase/out_1590220-1.html b/test/testbase/out_1590220-1.html deleted file mode 100644 index aed8982..0000000 --- a/test/testbase/out_1590220-1.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -1590220 - Example 1 - - -
            -Text of first PRE block
            -
            -
            -
            -Text of second PRE block
            -
            -
            - - - diff --git a/test/testbase/out_1590220-2.html b/test/testbase/out_1590220-2.html deleted file mode 100644 index 2800202..0000000 --- a/test/testbase/out_1590220-2.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -1590220 - Example 2 - - -
            -Text of first PRE block
            -
            -More errant table content - this should not be PRE'd - - - - -
            This is a test cell
            - - diff --git a/test/testbase/out_1603538-1.html b/test/testbase/out_1603538-1.html deleted file mode 100644 index 3d8ddac..0000000 --- a/test/testbase/out_1603538-1.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - -
              -
            • - 1111 -
            • -
            • -
              -
            • -
            - - diff --git a/test/testbase/out_1603538-2.html b/test/testbase/out_1603538-2.html deleted file mode 100644 index 4e1951d..0000000 --- a/test/testbase/out_1603538-2.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - -
            Norway
            Sweden
            Switzerland
            Turkey
            - - diff --git a/test/testbase/out_1610888-1.html b/test/testbase/out_1610888-1.html deleted file mode 100644 index a8f3b6c..0000000 --- a/test/testbase/out_1610888-1.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - 1610888 - - - -
            -
            - - diff --git a/test/testbase/out_1610888-2.html b/test/testbase/out_1610888-2.html deleted file mode 100644 index a8f3b6c..0000000 --- a/test/testbase/out_1610888-2.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - 1610888 - - - -
            -
            - - diff --git a/test/testbase/out_1632218.html b/test/testbase/out_1632218.html deleted file mode 100644 index 10171b6..0000000 --- a/test/testbase/out_1632218.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - 1632218 - entity parsing - - - link link link - - diff --git a/test/testbase/out_1632470.html b/test/testbase/out_1632470.html deleted file mode 100644 index a936ff5..0000000 --- a/test/testbase/out_1632470.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - 1632470 - - -
            - - diff --git a/test/testbase/out_1638062.html b/test/testbase/out_1638062.html deleted file mode 100644 index bed9e0d..0000000 --- a/test/testbase/out_1638062.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - 16380628: nested emphasis - - -

            now how about this

            -

            this is an error and this is - not

            - - diff --git a/test/testbase/out_1642186-1.html b/test/testbase/out_1642186-1.html deleted file mode 100644 index 9629051..0000000 --- a/test/testbase/out_1642186-1.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - Issue #65 - Parser too greedy over script blocks - - - - -

            para 1

            - -

            para 2

            - -

            para 3

            - - diff --git a/test/testbase/out_1674502.html b/test/testbase/out_1674502.html deleted file mode 100644 index 9f9af14..0000000 --- a/test/testbase/out_1674502.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/test/testbase/out_1707836.html b/test/testbase/out_1707836.html deleted file mode 100644 index 1358236..0000000 --- a/test/testbase/out_1707836.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/test/testbase/out_1715153.html b/test/testbase/out_1715153.html deleted file mode 100644 index 7446415..0000000 --- a/test/testbase/out_1715153.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - diff --git a/test/testbase/out_1720953.html b/test/testbase/out_1720953.html deleted file mode 100644 index be25f60..0000000 --- a/test/testbase/out_1720953.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -1720853 - - -x - - diff --git a/test/testbase/out_1773932.html b/test/testbase/out_1773932.html deleted file mode 100644 index 61c7e7c..0000000 --- a/test/testbase/out_1773932.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - -
              -
            1. Foo
            2. -
            3. Bar
            4. -
            5. Xyzzy
            6. -
            - - diff --git a/test/testbase/out_1986717-1.html b/test/testbase/out_1986717-1.html deleted file mode 100644 index 2ffc3d6..0000000 --- a/test/testbase/out_1986717-1.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -1986717 - - - - - diff --git a/test/testbase/out_1986717-2.html b/test/testbase/out_1986717-2.html deleted file mode 100644 index aa906b1..0000000 --- a/test/testbase/out_1986717-2.html +++ /dev/null @@ -1,11 +0,0 @@ - - - -1986717 - - - - - diff --git a/test/testbase/out_1986717-3.html b/test/testbase/out_1986717-3.html deleted file mode 100644 index a8d8c06..0000000 --- a/test/testbase/out_1986717-3.html +++ /dev/null @@ -1,9 +0,0 @@ - - - -1986717 - - - - - diff --git a/test/testbase/out_2085175.html b/test/testbase/out_2085175.html deleted file mode 100644 index 1645e48..0000000 --- a/test/testbase/out_2085175.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - 2085175 - - -

            some text [2]

            - - diff --git a/test/testbase/out_2359929.html b/test/testbase/out_2359929.html deleted file mode 100644 index dd9aa72..0000000 --- a/test/testbase/out_2359929.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - A test - - - - Say hello
            - - diff --git a/test/testbase/out_2705873-1.html b/test/testbase/out_2705873-1.html deleted file mode 100644 index 307f421..0000000 --- a/test/testbase/out_2705873-1.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - -Virtual Library - - -

            Moved to example.org.

            - - diff --git a/test/testbase/out_2705873-2.html b/test/testbase/out_2705873-2.html deleted file mode 100644 index de5953b..0000000 --- a/test/testbase/out_2705873-2.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -Virtual Library - - -

            Moved to example.org.

            - - diff --git a/test/testbase/out_2709860.html b/test/testbase/out_2709860.html deleted file mode 100644 index 52fbf54..0000000 --- a/test/testbase/out_2709860.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - -
            TopicversionPlugins/standalone ?Foobar
            - - diff --git a/test/testbase/out_426885.html b/test/testbase/out_426885.html deleted file mode 100644 index fb77d59..0000000 --- a/test/testbase/out_426885.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - [ #426885 ] Definition list w/Center crashes - - - -
            -

            Heading 1

            -
            -
            -
            Term 1
            -
            Term 2
            -
            -
            -
            -
            -
            -

            Heading 2

            -
            -
            -
            -
            Term 3
            -
            Term 4
            -
            -
            -
            -
            -
            - - diff --git a/test/testbase/out_427633.html b/test/testbase/out_427633.html deleted file mode 100644 index 2bd6407..0000000 --- a/test/testbase/out_427633.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [#427663] Line endings not supported correctly - - -

            This is a carriage return This is a Unix line-ending This is a - DOS line ending

            - - diff --git a/test/testbase/out_427662.html b/test/testbase/out_427662.html deleted file mode 100644 index 66989ae..0000000 --- a/test/testbase/out_427662.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [#427662] BLOCK/INLINE before TABLE parsed wrong - - - - Big and bold Big -
            - - diff --git a/test/testbase/out_427664.html b/test/testbase/out_427664.html deleted file mode 100644 index 41d8d96..0000000 --- a/test/testbase/out_427664.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#427664] Missing attr values cause NULL segfault - - - text - - diff --git a/test/testbase/out_427671.html b/test/testbase/out_427671.html deleted file mode 100644 index f9e1275..0000000 --- a/test/testbase/out_427671.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - [#427671] <LI> w/FRAME/FRAMESET/OPTGROUP/OPTION - loop - - -
              -
            • first item
            • -
            • frame item
            • -
            • frameset item
            • -
            • optgroup item
            • -
            • option item
            • -
            • last item
            • -
            - - diff --git a/test/testbase/out_427672.html b/test/testbase/out_427672.html deleted file mode 100644 index fdab195..0000000 --- a/test/testbase/out_427672.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#427672] Non-std attrs w/multibyte names segfault - - - text - - diff --git a/test/testbase/out_427675.html b/test/testbase/out_427675.html deleted file mode 100644 index 77202b2..0000000 --- a/test/testbase/out_427675.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - <body> - This text belongs in a noframes element. - </body> - - - diff --git a/test/testbase/out_427677.html b/test/testbase/out_427677.html deleted file mode 100644 index 9d76a45..0000000 --- a/test/testbase/out_427677.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ #427677 ] TrimInitialSpace() can trim too much - - - -

            This is a Red link

            - - diff --git a/test/testbase/out_427810.html b/test/testbase/out_427810.html deleted file mode 100644 index 8e174ab..0000000 --- a/test/testbase/out_427810.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ #427810 ] Proprietary elements not reported as - err - - - -

            Test inline element

            Proprietary inline element - (blink) Proprietary inline element (wbr) - note - starts on new line, doesn't need end tag - Proprietary inline element (nobr) -

            Test inline element

            - - diff --git a/test/testbase/out_427811.html b/test/testbase/out_427811.html deleted file mode 100644 index f369d59..0000000 --- a/test/testbase/out_427811.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [#427811] FRAME inside NOFRAME infinite loop - - -

            Need a Frame Capable Browser!

            - - diff --git a/test/testbase/out_427813.html b/test/testbase/out_427813.html deleted file mode 100644 index 96e63a7..0000000 --- a/test/testbase/out_427813.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [#427813] Missing = from attr value segfaults - - - text - - diff --git a/test/testbase/out_427816.html b/test/testbase/out_427816.html deleted file mode 100644 index fe036f5..0000000 --- a/test/testbase/out_427816.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427816 ] Mismatched quotes for attr segfaults - - - blah - - diff --git a/test/testbase/out_427818.html b/test/testbase/out_427818.html deleted file mode 100644 index 95c4740..0000000 --- a/test/testbase/out_427818.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427818 ] Missing quotes cause segfaults - - - link - - diff --git a/test/testbase/out_427819.html b/test/testbase/out_427819.html deleted file mode 100644 index fc83b5b..0000000 --- a/test/testbase/out_427819.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - [ #427819 ] OPTION w/illegal FONT eats whitespace - - -
            - -
            - - diff --git a/test/testbase/out_427820.html b/test/testbase/out_427820.html deleted file mode 100644 index d72e711..0000000 --- a/test/testbase/out_427820.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - Test Input For Bug #427820 - - - - - - -

            - - diff --git a/test/testbase/out_427821.html b/test/testbase/out_427821.html deleted file mode 100644 index 625c41f..0000000 --- a/test/testbase/out_427821.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #427821 ] XHTML TRANSITIONAL doctype set wrongly - - - -<body> -This is a test - use "-asxml" on the command line. -</body> - - - diff --git a/test/testbase/out_427822.html b/test/testbase/out_427822.html deleted file mode 100644 index d509f2c..0000000 --- a/test/testbase/out_427822.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - [ #427822 ] PopInLine() doesn't check stack - - -
            -
            abc
            -
            - - diff --git a/test/testbase/out_427823.html b/test/testbase/out_427823.html deleted file mode 100644 index 0b604ff..0000000 --- a/test/testbase/out_427823.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - [ #427823 ] Multiple <BODY>'s in <NOFRAMES> - allowed - - - - - <body> - Text in body 1. - <div> - Text in illegal body 2. - </div> - <p>Text in inferred illegal body 3.</p> - <p>Text in inferred illegal body 4.</p> - </body> - - - diff --git a/test/testbase/out_427825.html b/test/testbase/out_427825.html deleted file mode 100644 index 0044356..0000000 --- a/test/testbase/out_427825.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - -Test user defined tags - bug #427825 - - -Test-1Test-3 - - diff --git a/test/testbase/out_427826.html b/test/testbase/out_427826.html deleted file mode 100644 index ee3b7e0..0000000 --- a/test/testbase/out_427826.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - [#427826] Script source needs escaping/CDATA - section - - - - - - -

            If converted to XML/XHTML, the < in the javascript source - above causes problems for XML tools.

            - - diff --git a/test/testbase/out_427827.html b/test/testbase/out_427827.html deleted file mode 100644 index 795cb9f..0000000 --- a/test/testbase/out_427827.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427827 ] Nested anchor elements allowed - - - link-1 link-2 plain - - diff --git a/test/testbase/out_427830.html b/test/testbase/out_427830.html deleted file mode 100644 index cfc8e63..0000000 --- a/test/testbase/out_427830.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Test Input For Bug #427830 - - -

            Tidy uses an incorrect XHTML 1.0 Namespace, even if the - correct namespace is given.

            - - diff --git a/test/testbase/out_427833.html b/test/testbase/out_427833.html deleted file mode 100644 index 296795a..0000000 --- a/test/testbase/out_427833.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - Escape sequences - - -

            #include <stdio.h>

            -

            #include <stdio.h>

            -

            #include <stdio.h>

            - - diff --git a/test/testbase/out_427834.html b/test/testbase/out_427834.html deleted file mode 100644 index 6775edc..0000000 --- a/test/testbase/out_427834.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427834 ] Warning given for newline in DOCTYPE - - - - diff --git a/test/testbase/out_427835.html b/test/testbase/out_427835.html deleted file mode 100644 index 559b6d5..0000000 --- a/test/testbase/out_427835.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - -Test input file for bug #427835 - - -

            Test input file for bug #427835

            -

            Use with or without the -asxhtml option.

            -

            -clean has no effect

            - - diff --git a/test/testbase/out_427836.html b/test/testbase/out_427836.html deleted file mode 100644 index ae1dfac..0000000 --- a/test/testbase/out_427836.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/test/testbase/out_427837.html b/test/testbase/out_427837.html deleted file mode 100644 index c6c0cad..0000000 --- a/test/testbase/out_427837.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Bjrn Hhrmann -Marc-Andr Lemburg - diff --git a/test/testbase/out_427838.html b/test/testbase/out_427838.html deleted file mode 100644 index afef3f4..0000000 --- a/test/testbase/out_427838.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - [ #427838 ] Name Anchor thrown away - - - A fragment of html created by Frontpage..... -

            Clipboard

            -

            lots more stuff deleted.... - some textsome text

            - - diff --git a/test/testbase/out_427839.html b/test/testbase/out_427839.html deleted file mode 100644 index 09059c9..0000000 --- a/test/testbase/out_427839.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Test Input For Bug #427839 - - -This is a test. Use "-asxhtml --doctype omit" on the command line. - - diff --git a/test/testbase/out_427840.html b/test/testbase/out_427840.html deleted file mode 100644 index 5794731..0000000 --- a/test/testbase/out_427840.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #427840 ] Span causes infinite loop - - -

            Inside a span.

            - - diff --git a/test/testbase/out_427841.html b/test/testbase/out_427841.html deleted file mode 100644 index 9cbce0c..0000000 --- a/test/testbase/out_427841.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - Test input for bug #427841 - - - -

            Tidy crashes on badly formed HTML involving nested lists.

            - -
              -
            • Merge adjacent lists
            • -
            -
            - -
            - - diff --git a/test/testbase/out_427845.html b/test/testbase/out_427845.html deleted file mode 100644 index 7e76a01..0000000 --- a/test/testbase/out_427845.html +++ /dev/null @@ -1,12 +0,0 @@ - - - -[ #427845 ] Doctypes are output on multiple -lines - - -Use "--wrap 60" on the command line - - diff --git a/test/testbase/out_427846.html b/test/testbase/out_427846.html deleted file mode 100644 index d2c9e8f..0000000 --- a/test/testbase/out_427846.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - Test Input For Bug #427846 - - - -
            - text-one -
            text-two - - diff --git a/test/testbase/out_431716.html b/test/testbase/out_431716.html deleted file mode 100644 index 5ba8512..0000000 --- a/test/testbase/out_431716.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - - -civRights2 - - -

            Civil Rights #2

            -

            Overview

            -
              -
            • Who are you protected from?
            • -
            • How are you supposed to do anything about it?
            • -
            • Why do protections grow and shrink?
            • -
            • Rights of women
            • -
            • Rights of disabled people
            • -
            • Native Americans
            • -
            -

            Who are you protected from?

            -
              -
            • "State government" under 14th Amendment
            • -
            • -
                -
              • Sex/race, not age!
              • -
              • People who act "on behalf" of state government
              • -
              -
            • -
            -

            Who are you protected from?

            -
              -
            • "State government" under 14th Amendment
            • -
            • -
                -
              • Sex/race, not age!
              • -
              • People who act "on behalf" of state government
              • -
              -
            • -
            • Federal Government Contractors
            • -
            -

            Who are you protected from?

            -
              -
            • "State government" under 14th Amendment
            • -
            • -
                -
              • Sex/race, not age!
              • -
              • People who act "on behalf" of state government
              • -
              -
            • -
            • Federal Government Contractors
            • -
            • Anybody Congress can regulate under the commerce clause
            • -
            • -
                -
              • Civil Rights Acts (1866, 1964, 1991)
              • -
              -
            • -
            -

            How are rules enforced?

            -
              -
            1. Criminal prosecution
            2. -
            -

            How are rules enforced?

            -
              -
            1. Criminal prosecution
            2. -
            3. EEOC complaint
            4. -
            5. -
                -
              1. Lawsuit for back pay and reinstatement
              2. -
              3. Affirmative Action order.
              4. -
              -
            6. -
            -

            How are rules enforced?

            -
              -
            1. Criminal prosecution
            2. -
            3. EEOC complaint
            4. -
            5. -
                -
              1. Lawsuit for back pay and reinstatement
              2. -
              3. Affirmative Action order.
              4. -
              -
            6. -
            7. Private lawsuit--financial compensation
            8. -
            -

            What about Affirmative Action?

            -
              -
            • what is it?
            • -
            -

            What about Affirmative Action?

            -
              -
            • what is it?
            • -
            • reverse discrimination
            • -
            -

            What about Affirmative Action?

            -
              -
            • what is it?
            • -
            • reverse discrimination
            • -
            • diversity policy and the University
            • -
            • -
                -
              • Bakke's lawsuit & followups
              • -
              -
            • -
            • diversity in government contracting: quotas?
            • -
            -

            Why do protections grow and shrink?

            -
              -
            • Courts have limited government intervention in society
            • -
            • Is protest necessary?
            • -
            • -
                -
              •  Need to "get attention"
              • -
              • Maybe if you don't have a good lawyer...
              • -
              -
            • -
            • Terrorism/violence usually "counter productive"
            • -
            -

            Racial Minorities

            -
              -
            • 14th shrank in response to Court decisions and politics
            • -
            • Some protections won through legal action
            • -
            • Biggest protections result from nonviolent action
            • -
            -

            Rights of Women

            -
              -
            • Long era of "protectionism"
            • -
            -

            Rights of Women

            -
              -
            • Long era of "protectionism"
            • -
            • excluded from many professions
            • -
            -

            Rights of Women

            -
              -
            • Long era of "protectionism"
            • -
            • excluded from many professions
            • -
            • couldn't vote
            • -
            • own property
            • -
            -

            Equal Rights Amendments

            -
              -
            • Remember the 14th Amendment?
            • -
            -

            Equal Rights Amendments

            -
              -
            • Remember the 14th Amendment?
            • -
            • ERA proposed by Congress 1972. Failed.
            • -
            -

            Equal Rights Amendments

            -
              -
            • Remember the 14th Amendment?
            • -
            • ERA proposed by Congress 1972. Failed.
            • -
            • 1970s: Revival of 14th for women.
            • -
            • -
                -
              • Sexual classifications no longer allowed by State without -persuasive justification
              • -
              -
            • -
            -

            Women in the Labor Force

            -
              -
            • Why do women earn less?
            • -
            • -
                -
              • Job type
              • -
              • Skill
              • -
              • Discrimination
              • -
              -
            • -
            -

            Women in the Labor Force

            -
              -
            • Why do women earn less?
            • -
            • -
                -
              • Job type
              • -
              • Skill
              • -
              • Discrimination
              • -
              -
            • -
            • 1964 CRA included "sex" but...
            • -
            • EEOC  initially refused to pursue sex discrimination -cases
            • -
            -

            Women in the Labor Force

            -
              -
            • Why do women earn less?
            • -
            • -
                -
              • Job type
              • -
              • Skill
              • -
              • Discrimination
              • -
              -
            • -
            • 1964 CRA included "sex" but...
            • -
            • EEOC  initially refused to pursue sex discrimination -cases
            • -
            • 1991 CRA: restated 1866 CRA right to sue for $ damages for -discrimination or sexual harassment.
            • -
            -

            Higher Education

            -
              -
            • Higher Educ. Act, Title IX (1972)  Prohibit sex -discrimination in fed. funded programs
            • -
            • Rising emphasis on women's athletics
            • -
            • Backlash in some states (California, Texas)
            • -
            -

            Rights of disabled people

            -
              -
            • 1973 Federal law prohibited discrimination by federal -contractors
            • -
            • -
                -
              • must not discriminate against an otherwise qualified person -solely by reason of handicap
              • -
              -
            • -
            -

            Rights of disabled people

            -
              -
            • 1973 Federal law prohibited discrimination by federal -contractors
            • -
            • -
                -
              • must not discriminate against an otherwise qualified person -solely by reason of handicap
              • -
              -
            • -
            • 1990 Americans with Disabilities Act
            • -
            • -
                -
              • extends protection to businesses and public accommodations -(commerce clause)
              • -
              • requires reasonable accommodation
              • -
              -
            • -
            -

            Politics and Native American Rights

            -
              -
            • Battle on 2 fronts
            • -
            • -
                -
              • Tribal autonomy & relations with US/BIA
              • -
              • Opportunities within "mainstream" US
              • -
              -
            • -
            • State Government and the 14th amendment
            • -
            • -
                -
              • Complicated peyote story
              • -
              -
            • -
            - - diff --git a/test/testbase/out_431721.html b/test/testbase/out_431721.html deleted file mode 100644 index 09d8132..0000000 --- a/test/testbase/out_431721.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - Joe-Bob Briggs LLP - - -
            -

            Joe-Bob Briggs LLP

            -

             

            -

            Bryan Joe-Bob LLP is a leading national and international - corporate, litigation and private client law firm.  We - represent a wide variety of business, institutional and - individual clients for whom our lawyers handle a wide range of - matters.  As a result, our lawyers are well prepared to - meet the needs of clients whether large or small, public or - private, for-profit or not-for-profit.

            -

             

            -

            Joe-Bob Briggs has more offices than you can shake a stick - at.  These locations give Joe-Bob the geographic reach to - assist his clients where their needs are most pressing.

            -
              -
            • Estate Planning
            • -
            • Closely-Held Business Practice
            • -
            • Estate, Gift, Income and Other Tax Advice
            • -
            -

             

            -

            Joe-Bob joined the Firm in 1995 after 15 years with the - Kansas City firm of Fish, Gill, Smoker & Butts, where he was a - Shareholder/Director.  John is a past Chair of the Estate - Planning, Probate and Trust Committee of the Kansas City - Metropolitan Bar Association and co-authored the Drinking - Procedures Manual for County Practitioners.  Currently, JB - is a member of the Missouri Bar Probate and Trust Committee, - the Estate Planning Society and the Mid-America Planned Giving - Council.  A fellow of the American College of Trust and - Estate Counsel, JB lectures frequently on Estate Planning - topics for both legal and lay organizations. 

            -

             

            -
            - - diff --git a/test/testbase/out_431731.html b/test/testbase/out_431731.html deleted file mode 100644 index acffe79..0000000 --- a/test/testbase/out_431731.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ #431731 ] Inline emphasis inconsistent - propagation - - - - OUTSIDE
            - OUTSIDE - - diff --git a/test/testbase/out_431736.html b/test/testbase/out_431736.html deleted file mode 100644 index f65d7a8..0000000 --- a/test/testbase/out_431736.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - -[#431736] Doctype decl added before XML decl - - -

            Run tidy w/ -asxhtml or -asxml options...

            - - diff --git a/test/testbase/out_431739.html b/test/testbase/out_431739.html deleted file mode 100644 index a764e99..0000000 --- a/test/testbase/out_431739.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [#431739] Spaces carried into empty block tags - - - - This is a test -
            - Example - - diff --git a/test/testbase/out_431874.html b/test/testbase/out_431874.html deleted file mode 100644 index 5682a4e..0000000 --- a/test/testbase/out_431874.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - Test for bug #431874 - - - Test for - bug #431874 - - diff --git a/test/testbase/out_431889.html b/test/testbase/out_431889.html deleted file mode 100644 index 6575c88..0000000 --- a/test/testbase/out_431889.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - -Bug-2000-12-27-B [ #431889 ] Config file options w/"param" -don't work - - -

            AlternateThis image has no ALT -attribute.

            - - diff --git a/test/testbase/out_431898.html b/test/testbase/out_431898.html deleted file mode 100644 index 83359c1..0000000 --- a/test/testbase/out_431898.html +++ /dev/null @@ -1,15 +0,0 @@ - - -]> - - - [ #431898 ] Tidy messes up X(HT)ML documents - - -

            Test

            - - diff --git a/test/testbase/out_431964.html b/test/testbase/out_431964.html deleted file mode 100644 index 9746a1a..0000000 --- a/test/testbase/out_431964.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #431964 ] table height="" not flagged as error - - - - - - -
            A cell.
            - - diff --git a/test/testbase/out_432677.html b/test/testbase/out_432677.html deleted file mode 100644 index a1c3497..0000000 --- a/test/testbase/out_432677.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -[ #432677 ] Null value changed to "value" for -asxml - - -
            - - - - -
            - - diff --git a/test/testbase/out_433012.html b/test/testbase/out_433012.html deleted file mode 100644 index 73406d7..0000000 --- a/test/testbase/out_433012.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - [ #433012 ] Illegal ampersands/character entities - - -

            - - - - - - - - - - - - - - - id=ID =XX
            - - id=ID¡=XX
            - - id=ID¢=XX
            - - id=ID£=XX
            - - id=ID¤=XX
            - - id=ID¥=XX
            - - id=ID¦=XX
            - - id=ID§=XX
            - - id=ID¨=XX
            - - id=ID©=XX
            - - id=IDª=XX
            - - id=ID«=XX
            - - id=ID¬=XX
            - - id=ID­=XX
            - - id=ID®=XX
            - - id=ID¯=XX
            - - id=ID°=XX
            - - id=ID±=XX
            - - id=ID²=XX
            - - id=ID³=XX
            - - id=ID´=XX
            - - id=IDµ=XX
            - - id=ID¶=XX
            - - id=ID·=XX
            - - id=ID¸=XX
            - - id=ID¹=XX
            - - id=IDº=XX
            - - id=ID»=XX
            - - id=ID¼=XX
            - - id=ID½=XX
            - - id=ID¾=XX
            - - id=ID¿=XX
            - - id=IDÀ=XX
            - - id=IDÁ=XX
            - - id=IDÂ=XX
            - - id=IDÃ=XX
            - - id=IDÄ=XX
            - - id=IDÅ=XX
            - - id=IDÆ=XX
            - - id=IDÇ=XX
            - - id=IDÈ=XX
            - - id=IDÉ=XX
            - - id=IDÊ=XX
            - - id=IDË=XX
            - - id=IDÌ=XX
            - - id=IDÍ=XX
            - - id=IDÎ=XX
            - - id=IDÏ=XX
            - - id=IDÐ=XX
            - - id=IDÑ=XX
            - - id=IDÒ=XX
            - - id=IDÓ=XX
            - - id=IDÔ=XX
            - - id=IDÕ=XX
            - - id=IDÖ=XX
            - - id=ID×=XX
            - - id=IDØ=XX
            - - id=IDÙ=XX
            - - id=IDÚ=XX
            - - id=IDÛ=XX
            - - id=IDÜ=XX
            - - id=IDÝ=XX
            - - id=IDÞ=XX
            - - id=IDß=XX
            - - id=IDà=XX
            - - id=IDá=XX
            - - id=IDâ=XX
            - - id=IDã=XX
            - - id=IDä=XX
            - - id=IDå=XX
            - - id=IDæ=XX
            - - id=IDç=XX
            - - id=IDè=XX
            - - id=IDé=XX
            - - id=IDê=XX
            - - id=IDë=XX
            - - id=IDì=XX
            - - id=IDí=XX
            - - id=IDî=XX
            - - id=IDï=XX
            - - id=IDð=XX
            - - id=IDñ=XX
            - - id=IDò=XX
            - - id=IDó=XX
            - - id=IDô=XX
            - - id=IDõ=XX
            - - id=IDö=XX
            - - id=ID÷=XX
            - - id=IDø=XX
            - - id=IDù=XX
            - - id=IDú=XX
            - - id=IDû=XX
            - - id=IDü=XX
            - - id=IDý=XX
            - - id=IDþ=XX
            - - id=IDÿ=XX
            - - - - id=ID&fnof=XX
            - - id=ID&Alpha=XX
            - - id=ID&Beta=XX
            - - id=ID&Gamma=XX
            - - id=ID&Delta=XX
            - - id=ID&Epsilon=XX
            - - id=ID&Zeta=XX
            - - id=ID&Eta=XX
            - - id=ID&Theta=XX
            - - id=ID&Iota=XX
            - - id=ID&Kappa=XX
            - - id=ID&Lambda=XX
            - - id=ID&Mu=XX
            - - id=ID&Nu=XX
            - - id=ID&Xi=XX
            - - id=ID&Omicron=XX
            - - id=ID&Pi=XX
            - - id=ID&Rho=XX
            - - id=ID&Sigma=XX
            - - id=ID&Tau=XX
            - - id=ID&Upsilon=XX
            - - id=ID&Phi=XX
            - - id=ID&Chi=XX
            - - id=ID&Psi=XX
            - - id=ID&Omega=XX
            - - id=ID&alpha=XX
            - - id=ID&beta=XX
            - - id=ID&gamma=XX
            - - id=ID&delta=XX
            - - id=ID&epsilon=XX
            - - id=ID&zeta=XX
            - - id=ID&eta=XX
            - - id=ID&theta=XX
            - - id=ID&iota=XX
            - - id=ID&kappa=XX
            - - id=ID&lambda=XX
            - - id=ID&mu=XX
            - - id=ID&nu=XX
            - - id=ID&xi=XX
            - - id=ID&omicron=XX
            - - id=ID&pi=XX
            - - id=ID&rho=XX
            - - id=ID&sigmaf=XX
            - - id=ID&sigma=XX
            - - id=ID&tau=XX
            - - id=ID&upsilon=XX
            - - id=ID&phi=XX
            - - id=ID&chi=XX
            - - id=ID&psi=XX
            - - id=ID&omega=XX
            - - id=ID&thetasym=XX
            - - id=ID&upsih=XX
            - - id=ID&piv=XX
            - - id=ID&bull=XX
            - - id=ID&hellip=XX
            - - id=ID&prime=XX
            - - id=ID&Prime=XX
            - - id=ID&oline=XX
            - - id=ID&frasl=XX
            - - id=ID&weierp=XX
            - - id=ID&image=XX
            - - id=ID&real=XX
            - - id=ID&trade=XX
            - - id=ID&alefsym=XX
            - - id=ID&larr=XX
            - - id=ID&uarr=XX
            - - id=ID&rarr=XX
            - - id=ID&darr=XX
            - - id=ID&harr=XX
            - - id=ID&crarr=XX
            - - id=ID&lArr=XX
            - - id=ID&uArr=XX
            - - id=ID&rArr=XX
            - - id=ID&dArr=XX
            - - id=ID&hArr=XX
            - - id=ID&forall=XX
            - - id=ID&part=XX
            - - id=ID&exist=XX
            - - id=ID&empty=XX
            - - id=ID&nabla=XX
            - - id=ID&isin=XX
            - - - - - - - id=ID&notin=XX
            - - id=ID&ni=XX
            - - id=ID&prod=XX
            - - id=ID&sum=XX
            - - id=ID&minus=XX
            - - id=ID&lowast=XX
            - - id=ID&radic=XX
            - - id=ID&prop=XX
            - - id=ID&infin=XX
            - - id=ID&ang=XX
            - - id=ID&and=XX
            - - id=ID&or=XX
            - - id=ID&cap=XX
            - - id=ID&cup=XX
            - - id=ID&int=XX
            - - id=ID&there4=XX
            - - id=ID&sim=XX
            - - id=ID&cong=XX
            - - id=ID&asymp=XX
            - - id=ID&ne=XX
            - - id=ID&equiv=XX
            - - id=ID&le=XX
            - - id=ID&ge=XX
            - - id=ID&sub=XX
            - - id=ID&sup=XX
            - - id=ID&nsub=XX
            - - id=ID&sube=XX
            - - id=ID&supe=XX
            - - id=ID&oplus=XX
            - - id=ID&otimes=XX
            - - id=ID&perp=XX
            - - id=ID&sdot=XX
            - - id=ID&lceil=XX
            - - id=ID&rceil=XX
            - - id=ID&lfloor=XX
            - - id=ID&rfloor=XX
            - - id=ID&lang=XX
            - - id=ID&rang=XX
            - - id=ID&loz=XX
            - - id=ID&spades=XX
            - - id=ID&clubs=XX
            - - id=ID&hearts=XX
            - - id=ID&diams=XX
            - - - - - - - id=ID"=XX
            - - id=ID&=XX
            - - id=ID<=XX
            - - id=ID>=XX
            - - - - id=ID&OElig=XX
            - - id=ID&oelig=XX
            - - id=ID&Scaron=XX
            - - id=ID&scaron=XX
            - - id=ID&Yuml=XX
            - - id=ID&circ=XX
            - - id=ID&tilde=XX
            - - id=ID&ensp=XX
            - - id=ID&emsp=XX
            - - id=ID&thinsp=XX
            - - id=ID&zwnj=XX
            - - id=ID&zwj=XX
            - - id=ID&lrm=XX
            - - id=ID&rlm=XX
            - - id=ID&ndash=XX
            - - id=ID&mdash=XX
            - - id=ID&lsquo=XX
            - - id=ID&rsquo=XX
            - - id=ID&sbquo=XX
            - - id=ID&ldquo=XX
            - - id=ID&rdquo=XX
            - - id=ID&bdquo=XX
            - - id=ID&dagger=XX
            - - id=ID&Dagger=XX
            - - id=ID&permil=XX
            - - id=ID&lsaquo=XX
            - - id=ID&rsaquo=XX
            - - - - - - - id=ID&euro=XX
            - - - - - - - id=ID'=XX
            - - id=ID&foo=XX

            - - diff --git a/test/testbase/out_433021.html b/test/testbase/out_433021.html deleted file mode 100644 index 49b4e2e..0000000 --- a/test/testbase/out_433021.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - [ #433021 ] Identify attribute whose value is bad - - -

            text

            - - - - - - -
            -

            "valign" attr value can't be "center"

            -
            -

            "valign" attr value can't be "fuzzle"

            -
            -

            "align"/"valign" attr values can't be "fuzzle"

            -
            - - diff --git a/test/testbase/out_433040.html b/test/testbase/out_433040.html deleted file mode 100644 index 6bdc1d2..0000000 --- a/test/testbase/out_433040.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #433040 ] Anchor tag without attributes deleted - - - Tidy strips Anchor tags when there are no attributes - - diff --git a/test/testbase/out_433359.html b/test/testbase/out_433359.html deleted file mode 100644 index eafcd0e..0000000 --- a/test/testbase/out_433359.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #433359 ] Empty iframe elements trimmed - - - This is a test - - diff --git a/test/testbase/out_433360.html b/test/testbase/out_433360.html deleted file mode 100644 index 9dd89d8..0000000 --- a/test/testbase/out_433360.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ #433360 ] Tags with missing > can't be - repaired - - - -

            There seems to be an error occurring when you - don't end a tag with a - >. Tidy won't fix it.

            - - diff --git a/test/testbase/out_433604.html b/test/testbase/out_433604.html deleted file mode 100644 index 4ca9324..0000000 --- a/test/testbase/out_433604.html +++ /dev/null @@ -1,3 +0,0 @@ - -[ #433604 ] Tidy inserts &nbsp; entity in -xml mode. Use --xml on command line. Test of   diff --git a/test/testbase/out_433607.html b/test/testbase/out_433607.html deleted file mode 100644 index e5c2ecb..0000000 --- a/test/testbase/out_433607.html +++ /dev/null @@ -1,3 +0,0 @@ - -[ #433607 ] No warning for omitted end tag with -xml. Use --xml on command line. diff --git a/test/testbase/out_433656.html b/test/testbase/out_433656.html deleted file mode 100644 index c2a5cd8..0000000 --- a/test/testbase/out_433656.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #433656 ] Improve support for PHP - - - (some text) - - diff --git a/test/testbase/out_433666.html b/test/testbase/out_433666.html deleted file mode 100644 index 25d3afb..0000000 --- a/test/testbase/out_433666.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - [ #433666 ] Attempt to repair duplicate attributes - - - - - - - -
            Test
            - - diff --git a/test/testbase/out_433672.html b/test/testbase/out_433672.html deleted file mode 100644 index 88cd3b4..0000000 --- a/test/testbase/out_433672.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - [ #433672 ] Anchor enclosing Header tags is - omitted - - - - -

            Section heading

            -

            Another heading

            -
            ack!
            -

            Goto Another Heading

            - - diff --git a/test/testbase/out_433856.html b/test/testbase/out_433856.html deleted file mode 100644 index 6cf00d1..0000000 --- a/test/testbase/out_433856.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - -[ #433856 ] Access violation w/Word files w/font tag - - -

            De kop

            -

            Dit is een test.

            - - diff --git a/test/testbase/out_434047.html b/test/testbase/out_434047.html deleted file mode 100644 index b8ba22f..0000000 --- a/test/testbase/out_434047.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #434047 ] Mixed content in 4.01 Strict not - allowed - - - - - - -
            Some text.
            - - diff --git a/test/testbase/out_434940.html b/test/testbase/out_434940.html deleted file mode 100644 index 0bc8c4a..0000000 --- a/test/testbase/out_434940.html +++ /dev/null @@ -1 +0,0 @@ -Use "--show-body-only yes" on the command line diff --git a/test/testbase/out_435903.html b/test/testbase/out_435903.html deleted file mode 100644 index 94852fa..0000000 --- a/test/testbase/out_435903.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - [ #435903 ] Script element w/body child to table - bug> - - - - - - - -
            - - diff --git a/test/testbase/out_435917.html b/test/testbase/out_435917.html deleted file mode 100644 index ecc9882..0000000 --- a/test/testbase/out_435917.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ #435917 ] <input onfocus=""> reported unknown - attr - - - bug #1 -
            - bug #2 -
            - - diff --git a/test/testbase/out_435919.html b/test/testbase/out_435919.html deleted file mode 100644 index 9195023..0000000 --- a/test/testbase/out_435919.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #435919 ] Nested <q></q>'s not handled - correctly - - - So then I said to him, don't go there. - - diff --git a/test/testbase/out_435920.html b/test/testbase/out_435920.html deleted file mode 100644 index 65326b0..0000000 --- a/test/testbase/out_435920.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ #435920 ] Space inserted before </td> causes - probs - - - bla - - - - -
             
            - - diff --git a/test/testbase/out_435922.html b/test/testbase/out_435922.html deleted file mode 100644 index e96d9d9..0000000 --- a/test/testbase/out_435922.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #435922 ] Missing <form> around <input> no - warning - - -
            -
            - -
            - - diff --git a/test/testbase/out_435923.html b/test/testbase/out_435923.html deleted file mode 100644 index 771fee5..0000000 --- a/test/testbase/out_435923.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #435923 ] Preserve case of attribute names - - - - - diff --git a/test/testbase/out_437468.html b/test/testbase/out_437468.html deleted file mode 100644 index ccdb014..0000000 --- a/test/testbase/out_437468.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - Test input file for iso-8859-1 character entities - - -

            Phrase with numeric quotes expressly stated: “Dj conu - l're de Cafne”

            - - diff --git a/test/testbase/out_438650.html b/test/testbase/out_438650.html deleted file mode 100644 index 3eed22b..0000000 --- a/test/testbase/out_438650.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #438650 ] Newline in URL attr value becomes - space - - - This is a test - - diff --git a/test/testbase/out_438658.html b/test/testbase/out_438658.html deleted file mode 100644 index 8ef57da..0000000 --- a/test/testbase/out_438658.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ #438658 ] Missing / in title endtag makes 2 - titles - - - Test - - diff --git a/test/testbase/out_438954.html b/test/testbase/out_438954.html deleted file mode 100644 index ccb2b03..0000000 --- a/test/testbase/out_438954.html +++ /dev/null @@ -1,4 +0,0 @@ - -[ #438954 ] Body tag w/attributes omitted w/hide-end - -Use "--hide-endtags yes" on command line diff --git a/test/testbase/out_438956.html b/test/testbase/out_438956.html deleted file mode 100644 index dd19c0a..0000000 --- a/test/testbase/out_438956.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #438956 ] Bad head-endtag reported incorrectly - - - </</head> Test - - diff --git a/test/testbase/out_441508.html b/test/testbase/out_441508.html deleted file mode 100644 index 71b5bdf..0000000 --- a/test/testbase/out_441508.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - [ #441508 ] parser.c: BadForm() function broken - - - - - - - -
            Test
            - - diff --git a/test/testbase/out_441568.html b/test/testbase/out_441568.html deleted file mode 100644 index 590e612..0000000 --- a/test/testbase/out_441568.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ #441568 ] Font tags handling different - - - -
            - text-one -
            text-two - - diff --git a/test/testbase/out_443362.html b/test/testbase/out_443362.html deleted file mode 100644 index 8d9ed67..0000000 --- a/test/testbase/out_443362.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - [ #443362 ] null-pointer except. for doctype in - pre - - -

            Unofficial W3C Validator FAQ

            -

            This is a list of frequently asked questions and answers asked - on the www-validator-css@w3.org mailing - list.

            -

            What does "org.xml.sax.SAXException: Please, fix your - system identifier (URI) in the DOCTYPE rule." mean?

            -

            Your XHTML document contains a document type declaration but - the system identifier points at some non-W3C URI. Your document - probably contains something like this:

            -
             
            - 
            -
            -
            - - diff --git a/test/testbase/out_443576.html b/test/testbase/out_443576.html deleted file mode 100644 index e9f9c8c..0000000 --- a/test/testbase/out_443576.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ #443576 ] End script tag inside scripts problem - - - - - diff --git a/test/testbase/out_443678.html b/test/testbase/out_443678.html deleted file mode 100644 index 008c229..0000000 --- a/test/testbase/out_443678.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - [ #443678 ] Unclosed <script> in <head> messes - Tidy - - - - - - Just a test. - - - diff --git a/test/testbase/out_445074.html b/test/testbase/out_445074.html deleted file mode 100644 index c6b479c..0000000 --- a/test/testbase/out_445074.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - [ #445074 ] XHTML requires form method="post" - - -
            - - - - -
            -
            - - diff --git a/test/testbase/out_445394.html b/test/testbase/out_445394.html deleted file mode 100644 index f973294..0000000 --- a/test/testbase/out_445394.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ #445394 ] Improve handling of missing trailing " - - - link - - diff --git a/test/testbase/out_445557.html b/test/testbase/out_445557.html deleted file mode 100644 index 9c6389a..0000000 --- a/test/testbase/out_445557.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - [ #445557 ] Convert Symbol font chars to Unicode - - - -

            The predicate calculus has a number of theorems and axioms for - proving logical statements. Here are the main symbols used in - predicate calculus:

            -

            P(x) – proposition – a logical statement in the - condition x.

            -

            x – any condition in the set of possible - conditions.

            -

            c – a particular condition in the set of - possible conditions.

            -

            " – "For every"

            -

            $ – "Exists"

            -

            – Implication

            -

            – Conjunction (logical - and)

            -

            – Disjunction (logical - or)

            - - diff --git a/test/testbase/out_449348.html b/test/testbase/out_449348.html deleted file mode 100644 index f8fa11d..0000000 --- a/test/testbase/out_449348.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -[ #449348 ] Whitespace added/removed to inline tags - - -

            Make this wrap at the end of the line12345678: -white-spacejoebob

            -

            This is long enough a wrap at the next line text -...

            - - diff --git a/test/testbase/out_470663.html b/test/testbase/out_470663.html deleted file mode 100644 index 355be5f..0000000 --- a/test/testbase/out_470663.html +++ /dev/null @@ -1,10 +0,0 @@ - - - -Test Input For Bug #470663 - - -

            Body doesn't matter. Problem occurs parsing <head> -element.

            - - diff --git a/test/testbase/out_473490.html b/test/testbase/out_473490.html deleted file mode 100644 index 3562b5a..0000000 --- a/test/testbase/out_473490.html +++ /dev/null @@ -1,10 +0,0 @@ - - -[ #473490 ] DOCTYPE for Proprietary HTML to XHTML bad - - - -

            Test

            -
            - - diff --git a/test/testbase/out_480406.html b/test/testbase/out_480406.html deleted file mode 100644 index fc8fb78..0000000 --- a/test/testbase/out_480406.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/test/testbase/out_480701.html b/test/testbase/out_480701.html deleted file mode 100644 index 645c106..0000000 --- a/test/testbase/out_480701.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - diff --git a/test/testbase/out_487204.html b/test/testbase/out_487204.html deleted file mode 100644 index e081ce5..0000000 --- a/test/testbase/out_487204.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - [ #487204 ] Duplicate DIV style attribute - generated - - - -
            -
              -
            1. One
            2. -
            3. Two
            4. -
            5. Three
            6. -
            -
            - - diff --git a/test/testbase/out_487283.html b/test/testbase/out_487283.html deleted file mode 100644 index 6f8519f..0000000 --- a/test/testbase/out_487283.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - [ #487283 ] >/select< does not terminate - >option< - - -
            - -
            - - - - - - - - - -
            row 1, cell 1row 1, cell 2
            row 2, cell 1row 2, cell 2
            - - diff --git a/test/testbase/out_500236.html b/test/testbase/out_500236.html deleted file mode 100644 index 144f421..0000000 --- a/test/testbase/out_500236.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/test/testbase/out_501669.html b/test/testbase/out_501669.html deleted file mode 100644 index 4c9b632..0000000 --- a/test/testbase/out_501669.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ #501669 ] width="n*" marked invalid on - <COL> - - - - - - - -
            xx
            - - diff --git a/test/testbase/out_503436.html b/test/testbase/out_503436.html deleted file mode 100644 index 32420ec..0000000 --- a/test/testbase/out_503436.html +++ /dev/null @@ -1,8 +0,0 @@ - - -Testcase #503436 - - -second - - diff --git a/test/testbase/out_504206.html b/test/testbase/out_504206.html deleted file mode 100644 index aeb0bff..0000000 --- a/test/testbase/out_504206.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - [ #504206] Tidy errors in processing forms. - - -

            COMM 428: Feedback Survey

            -

            Please fill out the following form based on YOUR experience in - COMM 428 to date.

            -

            Use the Send button at the bottom of the page - to send your feedback to me via e-mail.

            -
            -
            - - -

            Name (optional):

            -

            E-Mail Address (optional):

            -

            Where will you be this time next year? -

            -

            Area(s) of concentation? (Select all that - Apply):
            - MIS
            - Finance
            - Marketing
            - Management
            - Accounting
            - Other

            -

            Q1: The instructor gives appropriate consideration - to the comments and questions of students.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q2: The instructor relates theoretical concepts - covered in the course to practical applications.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q3: The instructor presents class material in a - clear and organized manner.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q4: The instructor is prepared for - class.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q5: The instructor demonstrates enthusiasm and - interest in the subject matter.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q6: The instructor posts reasonable office hours and - is available whenever I try to see him during those - hours.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Q7: The instructor stimulates me to think about the - course.
            - Strongly Agree Agree Neither Agree Nor Disagree Disagree Strongly Disagree

            -

            Stengths (class/instructor):
            -

            -

            Weaknesses (class/instructor):
            -

            -

            Suggestions for improvement (class/instructor; NOTE: - This field is REQUIRED):
            -

            -

            - -
            -
            - - - diff --git a/test/testbase/out_505770.html b/test/testbase/out_505770.html deleted file mode 100644 index e9f39b8..0000000 --- a/test/testbase/out_505770.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - [ #505770] Unclosed option tag causing problems - - -
            -
            - -
            -
            - -
            - - diff --git a/test/testbase/out_511243.html b/test/testbase/out_511243.html deleted file mode 100644 index d4381ac..0000000 --- a/test/testbase/out_511243.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - -[ #511243 ] xhtml utf8 format bug - - - -

            How -to…
            -Place an extended-hours order:

            - - diff --git a/test/testbase/out_511679.html b/test/testbase/out_511679.html deleted file mode 100644 index 837491c..0000000 --- a/test/testbase/out_511679.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ 511679 ] Block level elements in a <pre> - section - - - - - - -
            -
            foo
            -
            - - diff --git a/test/testbase/out_533233.html b/test/testbase/out_533233.html deleted file mode 100644 index ac0d973..0000000 --- a/test/testbase/out_533233.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - Test for bug #533233 - - - - -

            Script sample 1

            -

            Headline project—Link to - offsite page.

            -

            Input 1

            -

            text - text

            - - diff --git a/test/testbase/out_540571.html b/test/testbase/out_540571.html deleted file mode 100644 index ce04ef6..0000000 --- a/test/testbase/out_540571.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - #540571 Inconsistent behaviour with span inline element - - -

            Hello World

            -

            The font inline is moved so it becomes a child of the h1 element.

            -

            Hello World

            -

            The span inline is not moved so it becomes a child of the h1 element, which is inconsistent and does not correspond with current browser behaviour any more.

            - - diff --git a/test/testbase/out_543262.html b/test/testbase/out_543262.html deleted file mode 100644 index c0718fb..0000000 --- a/test/testbase/out_543262.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -Preferences - - - - -

            Test

            - - diff --git a/test/testbase/out_545772.html b/test/testbase/out_545772.html deleted file mode 100644 index 2cc4c98..0000000 --- a/test/testbase/out_545772.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -[ 547057 ] --output-xhtml hangs on most files - - - - -test - - diff --git a/test/testbase/out_553468.html b/test/testbase/out_553468.html deleted file mode 100644 index 4d4b105..0000000 --- a/test/testbase/out_553468.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - [ #553468 ] Doesn't warn about <u> in XHTML - strict - - - -

            Tidy doesn't complain about underlining in XHTML strict documents

            - - diff --git a/test/testbase/out_566542.html b/test/testbase/out_566542.html deleted file mode 100644 index 490dfce..0000000 --- a/test/testbase/out_566542.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ 566542 ] parser hangs - - - -

            Identify the member disks with ssaraid -H -lssa0 -n - pdisk [n] -u -a use=member

            -

            Identify the hot spare with ssaraid -H -lssa0 -n pdisk - [n]-u -a use=spare

            - - diff --git a/test/testbase/out_586555.html b/test/testbase/out_586555.html deleted file mode 100644 index 450ca7f..0000000 --- a/test/testbase/out_586555.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - [ 586555 ] Misplaced backslash caused by newline - - -

            [ 586555 ] Misplaced backslash caused by newline

            - - - diff --git a/test/testbase/out_586562.html b/test/testbase/out_586562.html deleted file mode 100644 index 15fe2bd..0000000 --- a/test/testbase/out_586562.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - [586562] Two Doctypes - - -

            Two DOCTYPE's!

            - - diff --git a/test/testbase/out_588061.html b/test/testbase/out_588061.html deleted file mode 100644 index e9c56f9..0000000 --- a/test/testbase/out_588061.html +++ /dev/null @@ -1,625 +0,0 @@ - - - - - - - TVNAV.COM Garmin GPS Home Page - - - -
            -

            TVNAV.COM
            -
            - Toll Free 877-625-3546 (US - only)

            -

            -
            -
            - Garmin Logo
            -
            -
            -
            -
            -
            -

            To track your package click - here.
            -
            - Check the current REBATE offers!
            -
            - **NEW! GPSMAP 76S IN - STOCK!**
            -
            - **NEW! Rino 110/120 GPS/FRS/GMRS Expected September**
            -
            - **NEW! GPSMAP 196 Coming - Soon!**
            -
            - **NEW! City - Navigator Australia....$265.00 IN - STOCK!**
            -
            - **NEW! - BlueChart software IN - STOCK!**
            -
            - **NEW! Europe - MapSource: City Navigator, City Select, MetroGuide and Roads & - Recreation IN STOCK!**
            -
            - **NEW! We now - have remanufactured GPS III ($150) in stock. 1 year - warranty.
            **
            -
            - **NEW! GPS V IN - STOCK!**
            -
            - **NEW! eTrex/eMap/StreetPilot/ColorMap/StreetPilot - III/GPSMAP 295 Bean Bag - IN STOCK!**
            -
            - **NEW! StreetPilot III IN - STOCK!**
            -
            - **NEW! StreetPilot/ColorMap/295 Deluxe Case - IN STOCK!**
            -
            - **NEW! Sunvisor for StreetPilot, ColorMap, StreetPilot - III and GPSMAP 295....$20.00 IN - STOCK!**
            -
            - **We have R-A-M mounts now in stock for most Garmin - units....Call or email us for prices and - availability.**
            -

            -

            -
            -
            -
            -

            Total Video became an authorized Garmin dealer in January 1999. We sold - 300+ GPS units prior to becoming a Garmin - direct dealer, picking them up from various distributors and - individuals to sell. By becoming a Garmin direct dealer we now - are able to sell for less! Total Video prides itself with - *very quick shipping and a strong - history of customer satisfaction. Comments from customers.
            -
            - Want to learn more about GPS? Click here for further GPS information.
            -
            -

            -

            Rino 110/120 GPS-Integrated FRS/GMRS - Radios....(MAP $169.99/$249.99) Call or - email us for our current price....too low to advertise! - Coming Soon!
            -
            - eMap....$170.00 IN - STOCK!
            -
            - eMap with 8MB memory cartridge....$200.00 - IN STOCK!
            -
            - eMap with 8MB memory cartridge and USA - MetroGuide MapSource....$215.00 IN - STOCK!
            -
            - eTrex....$115.00 IN - STOCK!
            -
            - eTrex Summit....$210.00 IN STOCK!
            -
            - eTrex Camo....$125.00 IN - STOCK!
            -
            - eTrex Venture....(MAP $169.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - eTrex Legend....(MAP $249.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - eTrex Vista....(MAP $349.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 76S....(MAP $449.99) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 76....(MAP $349.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPS 76....(MAP $219.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 176....(MAP $499.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 176C....(MAP $599.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 2006....(MAP $1199.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 2006C....(MAP $1999.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPSMAP 2010C....(MAP $2499.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - GPS 12....$140.00 IN - STOCK!
            -
            - GPS 12XL with carrying case....$190.00 IN STOCK!
            -
            - GPS 12 MAP with PC interface cable....$280.00 IN STOCK!
            -
            - GPS II Plus....$190.00 IN - STOCK!
            -
            - GPS III Plus with PC interface cable....$280.00 IN STOCK!
            -
            - GPS V Deluxe w/*new* City Select with all - unlocks....(MAP $499.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - *U.S. Roads and Recreation - MapSource....$80.00 IN STOCK!
            -
            - *WorldMap MapSource....$80.00 - IN STOCK!
            -
            - *TOPO MapSource....$85.00 - IN STOCK!
            -
            - *Fishing Hot Spots MapSource - (includes one coverage area unlock)....$85.00 IN STOCK!
            -
            - *U.S. Waterways & Lights - MapSource....$60.00 IN STOCK!
            -
            - StreetPilot with dash mount, cigarette - power cable and PC interface cable....$385.00 IN STOCK!
            -
            - StreetPilot ColorMap with dash mount, - cigarette power cable and PC interface cable....$540.00 - IN STOCK!
            -
            - StreetPilot III Deluxe w/128MB, *new* City - Navigator w/all unlocks and portable bean bag - mount....(MAP $999.00) Call or - email us for our current price....too low to advertise! - IN STOCK!
            -
            - *MetroGuide USA - MapSource....$90.00 IN STOCK!
            -
            - *MetroGuide USA MapSource - w/Blank 8MB Memory Cartridge....$110.00 IN - STOCK!
            -
            - *MetroGuide USA MapSource - w/Blank 16MB Memory Cartridge....$115.00 IN - STOCK!
            -
            - *MetroGuide Canada with Roads & - Recreation....$80.00 IN STOCK!
            -
            - *City Navigator - Europe....$195.00 IN STOCK!
            -
            - *City Navigator Europe "All" - unlock....$215.00 IN STOCK!
            -
            - *City Select Europe....$115.00 - IN STOCK!
            -
            - *City Select Europe "All" - unlock....$115.00 IN STOCK!
            -
            - *MetroGuide Europe....$115.00 - IN STOCK!
            -
            - *Roads & Recreation - Europe....$85.00 IN STOCK!
            -
            - *City Navigator - Australia....$265.00 IN STOCK!
            -
            - *BlueChart w/one coverage - area....(MAP - Americas-$139.00/Atlantic-$229.00/Pacific-$189.00) Call or - - email us for our current prices....too low to advertise! - IN STOCK!
            -
            - *BlueChart Single Region - Unlock....Americas-$85.00/Atlantic-$145.00/Pacific-$105.00 - IN STOCK!
            -
            - Blank 8MB Memory Cartridge....$45.00 IN - STOCK!
            -
            - Blank 16MB Memory Cartridge....$55.00 IN - STOCK!
            -
            - Blank 32MB Memory Cartridge....$70.00 IN - STOCK!
            -
            - Blank 64MB Memory Cartridge....$105.00 IN - STOCK!
            -
            - Blank 128MB Memory Cartridge....$155.00 IN - STOCK!
            -
            - USB Data Card Programmer....$70.00 IN - STOCK!
            -
            - PC Download Kit (includes AC/DC adapter and 12V - cigarette power/PC interface cable (for round, 4 pin connectors - only)....$45.00
            -
            - eMap/eTrex PC Download Kit (includes - AC/DC adapter and - cigarette power/PC interface cable....$50.00
            -
            - GPSMAP 162....$355.00 (w/internal - antenna)/$375.00 (w/external antenna) IN - STOCK!
            -
            - GPSMAP 168 Sounder....$495.00 (w/internal - antenna)/$515.00 (w/external antenna) IN - STOCK!
            -
            - NavTalk Cellular phone/GPS (ver. - 2.16)....$375.00
            -
            - GBR 21 and GBR 23 Differential - Receivers....$180.00
            -
            - Videos available on many of the Garmin - products as well as general GPS usage videos.
            -
            - Garmin GPS and accessories - catalog....$2.00 (for s/h in US. Refundable/free with - order)
            -
            - Online GARMIN - manuals.


            - Stock status subject to change. We try to update - the stock status continuously but we sometimes don't get it - changed immediately. Check with us for current stock - status.
            -
            -
            -

            We also sell Garmin GPS accessories such as mounts, - cables, cases, etc.
            -
            - We sell everything in the Garmin outdoor recreation, marine and cartography - line. Email us for - prices on any items you don't see listed above.

            -

            -
            -


            - We charge a flat $10.00 shipping and handling charge (via UPS - ground) per GPS order (not per item) in the 48/US.
            -
            - $5.00 shipping and handling for accessories in the 48/US.
            -
            - An additional $10.00 charge for COD orders (COD s/h must be - credit card secured).
            -
            - Faster shipping available.
            -
            - *3 day select (usually arrives in 2 - days!)--addtl. $3.00.
            - *2nd day air--addtl. $5.00.
            - *Next day air saver--addtl. $20.00.
            - *Next day air-Saturday delivery--addtl. $35.00
            - *More shipping may be required on larger - packages for 3 day, 2nd day and next day air - packages.
            -
            - Click here to get UPS Ground delivery times. - Our zip code is 67601 (Hays, Kansas).
            -
            - Add $10 to UPS charges for - FedEx shipping. (minimum FedEx s/h is $18)
            -
            - $20 for Priority Mail s/h on - GPS units and $15 for accessories in the US.
            -
            - - Email us for requirements/costs for out of 48/US sales or - click here.
            -
            -
            -

            -
            -

            ORDERING INFORMATION


            -
            - * Most orders received by 2:00 p.m. central time - for in stock items will ship the same day (business days - only).
            -
            - All orders in Kansas must pay a 6.8% sales tax.
            -
            - We accept payment by - Discover/MasterCard/Visa/Pre-pay (orders paid by personal/company - check orders held for 10 business days for check clearing. - Cashier checks/money orders ship same day.). COD orders welcome - (cashiers check or money order). -
            - -
            - -
            -
            -
            - send email
            -
            -

            Toll Free Order Line (877) 625-3546 (US only)
            -
            - FAX (413) 383-8800
            -
            - Information /International Order Line (785) 625-3546


            -

            Home Page


            -
            - - - - - - - - - - - -
            Subscribe to the TVNAV.COM - GarminGPS mail list
            - Powered by groups.yahoo.com -
            -

            -
            -
            - Counter reset 2/1/99
            -
            - This site last modified 7/25/02 -

            -
            - - diff --git a/test/testbase/out_590716.html b/test/testbase/out_590716.html deleted file mode 100644 index e9b386b..0000000 --- a/test/testbase/out_590716.html +++ /dev/null @@ -1,547 +0,0 @@ - - - -[ #590716 ] Preserve Entities - - -

            - - - - - - - - - - - id=ID =XX
            - - id=ID¡=XX
            - - id=ID¢=XX
            - - id=ID£=XX
            - - id=ID¤=XX
            - - id=ID¥=XX
            - - id=ID¦=XX
            - - id=ID§=XX
            - - id=ID¨=XX
            - - id=ID©=XX
            - - id=IDª=XX
            - - id=ID«=XX
            - - id=ID¬=XX
            - - id=ID­=XX
            - - id=ID®=XX
            - - id=ID¯=XX
            - - id=ID°=XX
            - - id=ID±=XX
            - - id=ID²=XX
            - - id=ID³=XX
            - - id=ID´=XX
            - - id=IDµ=XX
            - - id=ID¶=XX
            - - id=ID·=XX
            - - id=ID¸=XX
            - - id=ID¹=XX
            - - id=IDº=XX
            - - id=ID»=XX
            - - id=ID¼=XX
            - - id=ID½=XX
            - - id=ID¾=XX
            - - id=ID¿=XX
            - - id=IDÀ=XX
            - - id=IDÁ=XX
            - - id=IDÂ=XX
            - - id=IDÃ=XX
            - - id=IDÄ=XX
            - - id=IDÅ=XX
            - - id=IDÆ=XX
            - - id=IDÇ=XX
            - - id=IDÈ=XX
            - - id=IDÉ=XX
            - - id=IDÊ=XX
            - - id=IDË=XX
            - - id=IDÌ=XX
            - - id=IDÍ=XX
            - - id=IDÎ=XX
            - - id=IDÏ=XX
            - - id=IDÐ=XX
            - - id=IDÑ=XX
            - - id=IDÒ=XX
            - - id=IDÓ=XX
            - - id=IDÔ=XX
            - - id=IDÕ=XX
            - - id=IDÖ=XX
            - - id=ID×=XX
            - - id=IDØ=XX
            - - id=IDÙ=XX
            - - id=IDÚ=XX
            - - id=IDÛ=XX
            - - id=IDÜ=XX
            - - id=IDÝ=XX
            - - id=IDÞ=XX
            - - id=IDß=XX
            - - id=IDà=XX
            - - id=IDá=XX
            - - id=IDâ=XX
            - - id=IDã=XX
            - - id=IDä=XX
            - - id=IDå=XX
            - - id=IDæ=XX
            - - id=IDç=XX
            - - id=IDè=XX
            - - id=IDé=XX
            - - id=IDê=XX
            - - id=IDë=XX
            - - id=IDì=XX
            - - id=IDí=XX
            - - id=IDî=XX
            - - id=IDï=XX
            - - id=IDð=XX
            - - id=IDñ=XX
            - - id=IDò=XX
            - - id=IDó=XX
            - - id=IDô=XX
            - - id=IDõ=XX
            - - id=IDö=XX
            - - id=ID÷=XX
            - - id=IDø=XX
            - - id=IDù=XX
            - - id=IDú=XX
            - - id=IDû=XX
            - - id=IDü=XX
            - - id=IDý=XX
            - - id=IDþ=XX
            - - id=IDÿ=XX
            - - - - id=IDƒ=XX
            - - id=IDΑ=XX
            - - id=IDΒ=XX
            - - id=IDΓ=XX
            - - id=IDΔ=XX
            - - id=IDΕ=XX
            - - id=IDΖ=XX
            - - id=IDΗ=XX
            - - id=IDΘ=XX
            - - id=IDΙ=XX
            - - id=IDΚ=XX
            - - id=IDΛ=XX
            - - id=IDΜ=XX
            - - id=IDΝ=XX
            - - id=IDΞ=XX
            - - id=IDΟ=XX
            - - id=IDΠ=XX
            - - id=IDΡ=XX
            - - id=IDΣ=XX
            - - id=IDΤ=XX
            - - id=IDΥ=XX
            - - id=IDΦ=XX
            - - id=IDΧ=XX
            - - id=IDΨ=XX
            - - id=IDΩ=XX
            - - id=IDα=XX
            - - id=IDβ=XX
            - - id=IDγ=XX
            - - id=IDδ=XX
            - - id=IDε=XX
            - - id=IDζ=XX
            - - id=IDη=XX
            - - id=IDθ=XX
            - - id=IDι=XX
            - - id=IDκ=XX
            - - id=IDλ=XX
            - - id=IDμ=XX
            - - id=IDν=XX
            - - id=IDξ=XX
            - - id=IDο=XX
            - - id=IDπ=XX
            - - id=IDρ=XX
            - - id=IDς=XX
            - - id=IDσ=XX
            - - id=IDτ=XX
            - - id=IDυ=XX
            - - id=IDφ=XX
            - - id=IDχ=XX
            - - id=IDψ=XX
            - - id=IDω=XX
            - - id=IDϑ=XX
            - - id=IDϒ=XX
            - - id=IDϖ=XX
            - - id=ID•=XX
            - - id=ID…=XX
            - - id=ID′=XX
            - - id=ID″=XX
            - - id=ID‾=XX
            - - id=ID⁄=XX
            - - id=ID℘=XX
            - - id=IDℑ=XX
            - - id=IDℜ=XX
            - - id=ID™=XX
            - - id=IDℵ=XX
            - - id=ID←=XX
            - - id=ID↑=XX
            - - id=ID→=XX
            - - id=ID↓=XX
            - - id=ID↔=XX
            - - id=ID↵=XX
            - - id=ID⇐=XX
            - - id=ID⇑=XX
            - - id=ID⇒=XX
            - - id=ID⇓=XX
            - - id=ID⇔=XX
            - - id=ID∀=XX
            - - id=ID∂=XX
            - - id=ID∃=XX
            - - id=ID∅=XX
            - - id=ID∇=XX
            - - id=ID∈=XX
            - - - - - - - id=ID∉=XX
            - - id=ID∋=XX
            - - id=ID∏=XX
            - - id=ID∑=XX
            - - id=ID−=XX
            - - id=ID∗=XX
            - - id=ID√=XX
            - - id=ID∝=XX
            - - id=ID∞=XX
            - - id=ID∠=XX
            - - id=ID∧=XX
            - - id=ID∨=XX
            - - id=ID∩=XX
            - - id=ID∪=XX
            - - id=ID∫=XX
            - - id=ID∴=XX
            - - id=ID∼=XX
            - - id=ID≅=XX
            - - id=ID≈=XX
            - - id=ID≠=XX
            - - id=ID≡=XX
            - - id=ID≤=XX
            - - id=ID≥=XX
            - - id=ID⊂=XX
            - - id=ID⊃=XX
            - - id=ID⊄=XX
            - - id=ID⊆=XX
            - - id=ID⊇=XX
            - - id=ID⊕=XX
            - - id=ID⊗=XX
            - - id=ID⊥=XX
            - - id=ID⋅=XX
            - - id=ID⌈=XX
            - - id=ID⌉=XX
            - - id=ID⌊=XX
            - - id=ID⌋=XX
            - - id=ID⟨=XX
            - - id=ID⟩=XX
            - - id=ID◊=XX
            - - id=ID♠=XX
            - - id=ID♣=XX
            - - id=ID♥=XX
            - - id=ID♦=XX
            - - - - id=ID"=XX
            - - id=ID&=XX
            - - id=ID<=XX
            - - id=ID>=XX
            - - - - id=IDŒ=XX
            - - id=IDœ=XX
            - - id=IDŠ=XX
            - - id=IDš=XX
            - - id=IDŸ=XX
            - - id=IDˆ=XX
            - - id=ID˜=XX
            - - id=ID =XX
            - - id=ID =XX
            - - id=ID =XX
            - - id=ID‌=XX
            - - id=ID‍=XX
            - - id=ID‎=XX
            - - id=ID‏=XX
            - - id=ID–=XX
            - - id=ID—=XX
            - - id=ID‘=XX
            - - id=ID’=XX
            - - id=ID‚=XX
            - - id=ID“=XX
            - - id=ID”=XX
            - - id=ID„=XX
            - - id=ID†=XX
            - - id=ID‡=XX
            - - id=ID‰=XX
            - - id=ID‹=XX
            - - id=ID›=XX
            - - - - - - - id=ID€=XX
            - - - - - - - id=ID'=XX
            - - id=ID&foo;=XX

            - - diff --git a/test/testbase/out_593705.html b/test/testbase/out_593705.html deleted file mode 100644 index 594b8d6..0000000 --- a/test/testbase/out_593705.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ 593705 ] Use of < comparison symbol confuses - Tidy - - - -

            Does the script confuse Tidy?

            - - diff --git a/test/testbase/out_609058.html b/test/testbase/out_609058.html deleted file mode 100644 index 3be6759..0000000 --- a/test/testbase/out_609058.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - 609058 - elements replaced by CSS - - - -
            - aa aa - aa -
            -
            - aa aa - aa -
            -
            -

            aa

            -

            aa

            -

            aa

            -
            -
            -

            aa bb

            -

            aa bb

            -

            aa bb

            -
            -
            -

            aa

            -

            aa

            -

            aa

            -
            -
            -

            aa bb

            -

            aa bb

            -

            aa bb

            -
            -
            -

            cc aa bb

            -

            cc aa bb

            -

            cc aa bb

            -
            - - diff --git a/test/testbase/out_616744.html b/test/testbase/out_616744.html deleted file mode 100644 index 2b4de5f..0000000 --- a/test/testbase/out_616744.html +++ /dev/null @@ -1,12 +0,0 @@ - -This is some stuff in a para. There's a " -command" in it. -
            - - This line is indented 4 spaces. - - This (3rd) line is indented 8 spaces. - - -
            -
            diff --git a/test/testbase/out_620531.html b/test/testbase/out_620531.html deleted file mode 100644 index f9c5cbb..0000000 --- a/test/testbase/out_620531.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - [ 620531 ] br in pre must not cause line break - - -

            foo

            -
            bar
            baz
            - - diff --git a/test/testbase/out_629885.html b/test/testbase/out_629885.html deleted file mode 100644 index a6876f0..0000000 --- a/test/testbase/out_629885.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - [629885] - Unbalanced quote in CSS Scrambles Doc - - - -

            Test

            - - diff --git a/test/testbase/out_634889.html b/test/testbase/out_634889.html deleted file mode 100644 index 3157677..0000000 --- a/test/testbase/out_634889.html +++ /dev/null @@ -1,9 +0,0 @@ - - -[ 634889 ] Problem with <o:p> ms word tag - - -

            Probably OK, now that ParseTagNames() is fixed.

            - - - diff --git a/test/testbase/out_640473.html b/test/testbase/out_640473.html deleted file mode 100644 index 5385a9f..0000000 --- a/test/testbase/out_640473.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - [ 640473 ] new-empty-tags doesn't work, breaks doc - - - Foo bar foo foo - foo -

            This is a test

            - - -This is a pre-formatted Baz! - - - diff --git a/test/testbase/out_640474.html b/test/testbase/out_640474.html deleted file mode 100644 index c6c0cad..0000000 --- a/test/testbase/out_640474.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Bjrn Hhrmann -Marc-Andr Lemburg - diff --git a/test/testbase/out_646946.html b/test/testbase/out_646946.html deleted file mode 100644 index bb88916..0000000 --- a/test/testbase/out_646946.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/test/testbase/out_647255.html b/test/testbase/out_647255.html deleted file mode 100644 index 1adc1ee..0000000 Binary files a/test/testbase/out_647255.html and /dev/null differ diff --git a/test/testbase/out_647900.html b/test/testbase/out_647900.html deleted file mode 100644 index 62257aa..0000000 --- a/test/testbase/out_647900.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - [ 647900 ] tables are incorrectly merged - - - - - - -
            Table data
            -

            A paragraph

            - - - - - - - -
            Foo
            - - - - -
            Foo
            -
            -

            Another paragraph

            -
            - - - - - -
            Input:
            -

            Yet another paragraph

            -
            - - diff --git a/test/testbase/out_649812.html b/test/testbase/out_649812.html deleted file mode 100644 index 5bc4c53..0000000 Binary files a/test/testbase/out_649812.html and /dev/null differ diff --git a/test/testbase/out_655338.html b/test/testbase/out_655338.html deleted file mode 100644 index 627035e..0000000 --- a/test/testbase/out_655338.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - [ 655338 ] Tidy leaves XML decl in wrong place - - -

            foo

            - - diff --git a/test/testbase/out_656889.html b/test/testbase/out_656889.html deleted file mode 100644 index f8c8a05..0000000 --- a/test/testbase/out_656889.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - [ 656889 ] textarea text and line wrapping - - -
            - -
            - - diff --git a/test/testbase/out_658230.html b/test/testbase/out_658230.html deleted file mode 100644 index 9de4985..0000000 --- a/test/testbase/out_658230.html +++ /dev/null @@ -1,580 +0,0 @@ - - - - - - -

            BIG-5 r

            -

            Here are some entities: & "  2

            -

            A0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            A9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            AF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            B9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            BF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            C0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            C1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            C2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® -¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ - -

            -

            C3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ à á â ã ä å æ ç è é ê ë ì í î -ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ - -

            -

            C4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ġ ġ Ģ ģ Ĥ ĥ Ħ ħ Ĩ ĩ Ī ī Ĭ ĭ Į -į İ ı IJ ij Ĵ ĵ Ķ ķ ĸ Ĺ ĺ Ļ ļ Ľ ľ Ŀ - -

            -

            C5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Š š Ţ ţ Ť ť Ŧ ŧ Ũ ũ Ū ū Ŭ ŭ Ů -ů Ű ű Ų ų Ŵ ŵ Ŷ ŷ Ÿ Ź ź Ż ż Ž ž ſ - -

            -

            C6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ơ ơ Ƣ ƣ Ƥ ƥ Ʀ Ƨ ƨ Ʃ ƪ ƫ Ƭ ƭ Ʈ -Ư ư Ʊ Ʋ Ƴ ƴ Ƶ ƶ Ʒ Ƹ ƹ ƺ ƻ Ƽ ƽ ƾ ƿ - -

            -

            C7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ǡ ǡ Ǣ ǣ Ǥ ǥ Ǧ ǧ Ǩ ǩ Ǫ ǫ Ǭ ǭ Ǯ -ǯ ǰ DZ Dz dz Ǵ ǵ Ƕ Ƿ Ǹ ǹ Ǻ ǻ Ǽ ǽ Ǿ ǿ - -

            -

            C8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ƞ ȡ Ȣ ȣ Ȥ ȥ Ȧ ȧ Ȩ ȩ Ȫ ȫ Ȭ ȭ Ȯ -ȯ Ȱ ȱ Ȳ ȳ ȴ ȵ ȶ ȷ ȸ ȹ Ⱥ Ȼ ȼ Ƚ Ⱦ ȿ - -

            -

            C9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ɠ ɡ ɢ ɣ ɤ ɥ ɦ ɧ ɨ ɩ ɪ ɫ ɬ ɭ ɮ -ɯ ɰ ɱ ɲ ɳ ɴ ɵ ɶ ɷ ɸ ɹ ɺ ɻ ɼ ɽ ɾ ɿ - -

            -

            CA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ʠ ʡ ʢ ʣ ʤ ʥ ʦ ʧ ʨ ʩ ʪ ʫ ʬ ʭ ʮ -ʯ ʰ ʱ ʲ ʳ ʴ ʵ ʶ ʷ ʸ ʹ ʺ ʻ ʼ ʽ ʾ ʿ - -

            -

            CB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ˠ ˡ ˢ ˣ ˤ ˥ ˦ ˧ ˨ ˩ ˪ ˫ ˬ ˭ ˮ -˯ ˰ ˱ ˲ ˳ ˴ ˵ ˶ ˷ ˸ ˹ ˺ ˻ ˼ ˽ ˾ ˿ - -

            -

            CC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ̠ ̡ ̢ ̣ ̤ ̥ ̦ ̧ ̨ ̩ ̪ ̫ ̬ ̭ ̮ -̯ ̰ ̱ ̲ ̳ ̴ ̵ ̶ ̷ ̸ ̹ ̺ ̻ ̼ ̽ ̾ ̿ - -

            -

            CD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ͠ ͡ ͢ ͣ ͤ ͥ ͦ ͧ ͨ ͩ ͪ ͫ ͬ ͭ ͮ -ͯ Ͱ ͱ Ͳ ͳ ʹ ͵ Ͷ ͷ ͸ ͹ ͺ ͻ ͼ ͽ ; Ϳ - -

            -

            CE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Π Ρ ΢ Σ Τ Υ Φ Χ Ψ Ω Ϊ Ϋ ά έ ή -ί ΰ α β γ δ ε ζ η θ ι κ λ μ ν ξ ο - -

            -

            CF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ϡ ϡ Ϣ ϣ Ϥ ϥ Ϧ ϧ Ϩ ϩ Ϫ ϫ Ϭ ϭ Ϯ -ϯ ϰ ϱ ϲ ϳ ϴ ϵ ϶ Ϸ ϸ Ϲ Ϻ ϻ ϼ Ͻ Ͼ Ͽ - -

            -

            D0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю -Я а б в г д е ж з и й к л м н о п - -

            -

            D1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ѡ ѡ Ѣ ѣ Ѥ ѥ Ѧ ѧ Ѩ ѩ Ѫ ѫ Ѭ ѭ Ѯ -ѯ Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ Ѹ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ - -

            -

            D2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ҡ ҡ Ң ң Ҥ ҥ Ҧ ҧ Ҩ ҩ Ҫ ҫ Ҭ ҭ Ү -ү Ұ ұ Ҳ ҳ Ҵ ҵ Ҷ ҷ Ҹ ҹ Һ һ Ҽ ҽ Ҿ ҿ - -

            -

            D3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ӡ ӡ Ӣ ӣ Ӥ ӥ Ӧ ӧ Ө ө Ӫ ӫ Ӭ ӭ Ӯ -ӯ Ӱ ӱ Ӳ ӳ Ӵ ӵ Ӷ ӷ Ӹ ӹ Ӻ ӻ Ӽ ӽ Ӿ ӿ - -

            -

            D4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ Ԡ ԡ Ԣ ԣ Ԥ ԥ Ԧ ԧ Ԩ ԩ Ԫ ԫ Ԭ ԭ Ԯ -ԯ ԰ Ա Բ Գ Դ Ե Զ Է Ը Թ Ժ Ի Լ Խ Ծ Կ - -

            -

            D5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ՠ ա բ գ դ ե զ է ը թ ժ ի լ խ ծ -կ հ ձ ղ ճ մ յ ն շ ո չ պ ջ ռ ս վ տ - -

            -

            D6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ֠ ֡ ֢ ֣ ֤ ֥ ֦ ֧ ֨ ֩ ֪ ֫ ֬ ֭ ֮ -֯ ְ ֱ ֲ ֳ ִ ֵ ֶ ַ ָ ֹ ֺ ֻ ּ ֽ ־ ֿ - -

            -

            D7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ נ ס ע ף פ ץ צ ק ר ש ת ׫ ׬ ׭ ׮ -ׯ װ ױ ײ ׳ ״ ׵ ׶ ׷ ׸ ׹ ׺ ׻ ׼ ׽ ׾ ׿ - -

            -

            D8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ؠ ء آ أ ؤ إ ئ ا ب ة ت ث ج ح خ -د ذ ر ز س ش ص ض ط ظ ع غ ػ ؼ ؽ ؾ ؿ - -

            -

            D9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩ ٪ ٫ ٬ ٭ ٮ -ٯ ٰ ٱ ٲ ٳ ٴ ٵ ٶ ٷ ٸ ٹ ٺ ٻ ټ ٽ پ ٿ - -

            -

            DA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ڠ ڡ ڢ ڣ ڤ ڥ ڦ ڧ ڨ ک ڪ ګ ڬ ڭ ڮ -گ ڰ ڱ ڲ ڳ ڴ ڵ ڶ ڷ ڸ ڹ ں ڻ ڼ ڽ ھ ڿ - -

            -

            DB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ۠ ۡ ۢ ۣ ۤ ۥ ۦ ۧ ۨ ۩ ۪ ۫ ۬ ۭ ۮ -ۯ ۰ ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۺ ۻ ۼ ۽ ۾ ۿ - -

            -

            DC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ܠ ܡ ܢ ܣ ܤ ܥ ܦ ܧ ܨ ܩ ܪ ܫ ܬ ܭ ܮ -ܯ ܰ ܱ ܲ ܳ ܴ ܵ ܶ ܷ ܸ ܹ ܺ ܻ ܼ ܽ ܾ ܿ - -

            -

            DD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ݠ ݡ ݢ ݣ ݤ ݥ ݦ ݧ ݨ ݩ ݪ ݫ ݬ ݭ ݮ -ݯ ݰ ݱ ݲ ݳ ݴ ݵ ݶ ݷ ݸ ݹ ݺ ݻ ݼ ݽ ݾ ݿ - -

            -

            DE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ޠ ޡ ޢ ޣ ޤ ޥ ަ ާ ި ީ ު ޫ ެ ޭ ޮ -ޯ ް ޱ ޲ ޳ ޴ ޵ ޶ ޷ ޸ ޹ ޺ ޻ ޼ ޽ ޾ ޿ - -

            -

            DF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ ߠ ߡ ߢ ߣ ߤ ߥ ߦ ߧ ߨ ߩ ߪ ߫ ߬ ߭ ߮ -߯ ߰ ߱ ߲ ߳ ߴ ߵ ߶ ߷ ߸ ߹ ߺ ߻ ߼ ߽ ߾ ߿ - -

            -

            E0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            E9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            ED @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            EF @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F0 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F1 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F2 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F3 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F4 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F5 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F6 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F7 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F8 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            F9 @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FA @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FB @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FC @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FD @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            -

            FE @ A B C D E F G H I J K L M -N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m -n o p q r s t u v w x y z { | } ~ - - -

            - - diff --git a/test/testbase/out_660397.html b/test/testbase/out_660397.html deleted file mode 100644 index 0d89ec1..0000000 --- a/test/testbase/out_660397.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - -
            - »Aufklärung ist der Ausgang des Menschen
            - aus seiner selbstverschuldeten Unmündigkeit.«
            - /Immanuel Kant/ -
            -

            »TCPA« und »Palladium«

            -

            Ein weiterer Schritt in die Unmündigkeit
            - oder ein Schritt hin zur Emanzipation? €

            -

            Von der Öffentlichkeit weitgehend unbemerkt geistern seit - einigen Wochen geheimnisvolle neue Schlagworte und Kürzel - durch die Welt der EDV-Profis: »TCPA« und - »Palladium«. Interessiert habe ich mich damit - näher beschäftigt, denn allein die Tatsache, daß - die Bezeichnung »Palladium« in unserem Fall anders - als in den Naturwissenschaften nicht ein wertvolles Metall meint, - sondern eine Wortschöpfung der Firma »Microsoft« - darstellt, verheißt nichts Gutes und weckte daher meinen - Argwohn. Der wesentlich neutralere Begriff »TCPA« - (das steht für »Trusted Computing Platform - Alliance«) dagegen scheint auf den ersten Blick positive - oder zumindest neutrale Emotionen zu wecken - aber auch nur auf - den ersten Blick, denn wenn man sich des Horrorszenarios - bewußt wird, das hinter »TCPA« in Kombination - mit »Palladium« steckt, so dürfte wohl selbst - der unbedarfteste EDV-Anwender schlaflose Nächte - bekommen.

            -

            Was hat es also mit diesen Begriffen auf sich, welche - Intentionen liegen diesen Schlagworten zugrunde und was bedeuten - die dahintersteckenden neuen Techniken für den - EDV-Anwender?

            -

            Die »TCPA« ist ein Zusammenschluß - führender Hardwarehersteller, darunter IBM, HP, AMD und - Intel, die sich vorgenommen haben, den Personal Computer durch - Implementation neuer Hardwaretechnologien sicherer zu machen. Wie - uns allen bewußt ist, hat die Monokultur im - Betriebssystemsektor dazu geführt, daß durch das - unsägliche Monopol von »Microsoft« in - Kombination mit der grottenschlechten Software dieser Firma - allerorten und allenthalben eine wahre Flut von Computerviren, - sogenannten trojanischen Pferden, Würmern und - Sicherheitslöchern entstanden ist und täglich neu auf - den Anwender zurollt, die den Umgang mit dem PC immer wieder zum - Ärgernis werden läßt. Diesem Übel wollen die - an der »TCPA« beteiligten Konzerne nun durch den - sogenannten »Fritz«-Chip (benannt nach dem US-Senator - Fritz Hollings) abhelfen - ein hehrer Wunsch. Bei dem Fritz-Chip - handelt es sich um einen Krypto-Baustein, der in zukünftige - Generationen von Personal Computern integriert werden und - allgemein die Systeme sicherer machen soll. Dieser Chip speichert - mehrere Schlüssel, die hardware- und anwenderspezifisch - definiert sind. Sobald der PC eingeschaltet wird, nimmt der - Fritz-Chip seine Arbeit auf und fragt einen Schlüssel nach - dem anderen ab: Zunächst wird das BIOS abgefragt, - anschließend alle im Rechner vorhandenen BIOS-Erweiterungen - der Steckkarten. Danach wird die Festplatte überprüft, - und anschließend prüft der TCPA-Chip auch noch den - Bootsektor, den Bootloader, den Kernel und die - Gerätetreiber. Da bei jedem dieser Schritte eine - Prüfsumme abgespeichert und ein 160 Bit langer eindeutiger - Wert aus den gewonnenen Daten und einem speziellen Schlüssel - generiert wird, hat der Fritz-Chip jederzeit die völlige - Kontrolle über das Gesamtsystem.

            -

            Damit taucht schon die erste Problematik für den Anwender - auf: Bereits ein Flash-Update des Rechner-BIOS legt das gesamte - System lahm, da dann die generierten Werte des Fritz-Chip nicht - mehr mit den gespeicherten Werten, die zertifiziert sind, - übereinstimmen. In Zeiten, in denen aufgrund der oftmals - schlampig implementierten BIOS-Versionen Flash-Updates derselben - zumindest bei den üblichen Consumer-Produkten an der - Tagesordnung sind, ist also der Fritz-Chip eher hinderlich denn - ein Segen für den Anwender. Gleiches gilt übrigens - für diejenigen Anwender, die beispielsweise eine neue - Grafikkarte oder eine größere Festplatte einbauen - wollen - auch für sie bedeutet jede Hardware-Modifikation - eine - vermutlich natürlich kostenpflichtige - - Neuzertifizierung des Gesamtsystems, damit dieses wieder als - »TCPA-konform« angesehen werden kann. Bei der - Neuzertifizierung wird online anhand einer Liste mit - geprüfter Hardware (HCL) und einer weiteren Liste mit - gesperrten Seriennummern (SRL) die Konformitätstabelle des - Rechners geprüft und aktualisiert.

            -

            Hat der Fritz-Chip beim Bootvorgang alle Komponenten als - »TCPA-konform« überprüft und erkannt, - übergibt er die Kontrolle schließlich an das - Betriebssystem. Ab diesem Punkt hakt nun - wie könnte es - anders sein? - die Firma »Microsoft« ein mit ihrer - »Palladium«-Technologie. Sobald der Anwender jetzt - ein Programm startet, überprüft das Betriebssystem - dieses anhand der im Fritz-Chip gespeicherten Werte für die - SRL. Sollte sich herausstellen, daß dieses Programm keine - gültige Lizenz und/oder Seriennummer besitzt oder die Lizenz - abgelaufen ist, wird es gar nicht erst gestartet. Stellt es sich - als »TCPA-konform« heraus, so wird nach der Freigabe - und dem anschließenden Start erneut online eine Liste mit - gesperrten Dokumenten für dieses Programm abgerufen (DRL), - um zu verhindern, daß der Anwender für ihn nicht - vorgesehene Dateien öffnet oder unerlaubterweise nutzt.

            -

            Was sich auf den ersten Blick tatsächlich als wirksame - Waffe gegen Viren, Trojaner, Würmer und ähnliche - Probleme geriert, entmündigt jedoch den Anwender: - »Palladium« stößt vor allem bei der - Unterhaltungsindustrie, die einen erbitterten Kampf gegen - jegliche Weiterverbreitung urheberrechtlich geschützter - Produkte im Internet führt, auf große Zustimmung, - bietet sich hier jedoch erstmals vordergründig die - Möglichkeit, MP3-Tauschbörsen und ähnliche Dienste - effizient trockenzulegen dank »Microsoft«. Auch das - Kopieren einzelner Musikstücke zu privaten Zwecken am - heimischen PC wird damit unterbunden - dank - »Microsoft« werden also vermutlich die ohnehin - übervollen Kassen der Unterhaltungsindustrie zukünftig - noch kräftiger klingeln!

            -

            Doch der Anwender hat natürlich noch die - Möglichkeit, auch nicht »TCPA-konforme« Software - auf seinem heimischen PC zu installieren und zu starten. Bemerkt - »Palladium« eine solche Anwendung, wird das - Gesamtsystem als »kompromittiert« gekennzeichnet und - alle konformen Anwendungen samt Dateien werden geschlossen. Der - Nutzwert eines solchen Systems dürfte für den Anwender - dann wohl gegen Null tendieren.

            -

            Doch gehen wir einen Schritt weiter und bedenken wir die - Folgen dieser Technologie:

            -
              -
            1. Die SRL's, DRL's und HCL's, die für die - Konformitäts-Authentifizierung eines PC's unbedingt - benötigt werden, werden an zentraler Stelle im Internet - gespeichert und abgerufen. Hacker brauchen jetzt also nicht - mehr einzelne PC's anzugreifen, sondern können ihr - Engagement auf diese Server konzentrieren - und damit unter - Umständen mit einem einzigen gelungenen Angriff Millionen - von Rechnern unbrauchbar machen.
            2. -
            3. Es bedarf keiner ausgesprochen ausgeprägten Phantasie, - um sich auszumalen, wie »Palladium« mit - unerwünschten Konkurrenzprodukten verfahren kann: Sollen - bestimmte Softwareprodukte anderer Hersteller als - »Microsoft« nicht als »konform« - zertifiziert werden, so genügt es, sie auf die - »schwarze Liste« des - »Palladium«-Systems zu setzen. Bei einem Start - solcher Software wäre der Rechner nur noch sehr - eingeschränkt nutzbar, da »kompromittiert« - - jeder Anwender würde sich wohl zumindest überlegen, - ob er beim nächsten Mal nicht doch zur drittklassigen - Spyware aus dem Hause »Microsoft« greift.
            4. -
            5. Die Zertifizierungen für Software und Dateien kosten - Geld: Schätzungen gehen von bis zu sechsstelligen - Dollarsummen aus für eine einzige Anwendung. Die Folge - dieser Lizenzierungspraxis wäre, daß die - Freewareszene von der Bildfläche verschwindet. Viele - tausend Programmierer, die unter oftmals großem - persönlichen Engagament und erheblichem Zeitaufwand - ansehnliche Projekte als Freeware entwickelt haben, hätten - keine Möglichkeit und auch keine Motivation mehr, ihre oft - wirklich innovativen Projekte der Anwendergemeinde zur - Verfügung zu stellen dank der kriminellen Krake - »Microsoft«.
            6. -
            7. Der gesamte von der GPL-Lizenz abgedeckte Bereich - würde ebenfalls sang- und klanglos vor dem Aus stehen, da - auch hier zunächst erhebliche Beträge in eine - Zertifizierung gesteckt werden müßten, denen keine - Einnahmen gegenüberstehen. Die wohl gefährlichste - Konkurrenz für »Microsoft«, nämlich die - oftmals aus idealistischer und moralischer Intention heraus - handelnden freien Entwickler, die ihre Software unter der - GPL-Lizenz vertreiben, wäre mit einem Schlag - ausgeschaltet.
            8. -
            9. Dem unsäglichen Monopol der Firma - »Microsoft« im Betriebssystemmarkt würde ein - weiterer nachhaltiger Schub verliehen, denn Konkurrenzsysteme - müßten, um mit dem Fritz-Chip und damit letztendlich - auch mit »Palladium« zu harmonieren, ebenfalls - »TCPA-konform« gestaltet werden. Für OS/2 WARP - ebenso wie für die meisten Linux-Distributionen und auch - Systeme wie FreeBSD, NetBSD oder auch BeOS und (mit - Einschränkungen) QNX würde der Zwang zur - »TCPA-« und - »Palladium«-Konformität das Verschwinden vom - EDV-Markt bedeuten, denn ohne diese Konformität - würden diese meist besseren Betriebssysteme als - »unsicher« gelten. OS/2 WARP und die eComStation - würden aus den großen Banken und Versicherungen, bei - TK-Dienstleistern und bei den anderen Anwendern im - professionellen Umfeld geächtet und von den Festplatten - verbannt zugunsten der wesentlich schlechteren - »Windows«-Systeme. Die einzige Alternative bliebe - nach dem derzeitigen Stand der Dinge HP-Linux, da HP bereits an - der »TCPA-« und - »Palladium«-Konformität seines Linux - arbeitet.
            10. -
            11. Mit dem »Palladium«-System würde die - offene, basisdemokratische Struktur des Internet endgültig - zu Grabe getragen und einem Meinungs- und Zensurmonopol der - Firma »Microsoft« weichen. »Microsoft« - könnte über die variable Gestaltung von - Zertifizierungsgebühren die Weiterverbreitung kritischer - Dokumente im Internet oder im Rahmen von - Software-Distributionen verhindern. Obendrein wären alle - Newsdienste außer den »Microsoft«-eigenen - davon betroffen - freiwillige, sehr anerkennenswerte - Initiativen wie beispielsweise auch die VOICE, die sich der - Aufklärung der OS/2-Gemeinde verschrieben hat, - müßten für die einzelnen Beiträge - Zertifizierungsgebühren an »Microsoft« zahlen - für die »Palladium«-Konformität, um nicht - auf der »schwarzen Liste« der DRL-Server zu landen. - Das Internet als Transporteur basisdemokratischer Ideale - wäre zerstört und zu einem Sprachrohr von - »Microsoft« verkommen.
            12. -
            13. Durch die enge Kopplung der - »Palladium«-Technologie in Kooperation mit dem - Fritz-Chip an Hard- und Software würde der - Gebrauchtsoftwaremarkt zum Erliegen kommen - weil bereits - einmal durch TCPA und »Palladium« zertifizierte - Software aufgrund der Verschlüsselung untrennbar an die - Hardware gekoppelt ist. Für »Microsoft« - erfüllt sich damit ein lange gehegter Traum: Jeder - Käufer eines PC muß Software aus Redmond neu kaufen, - da die alte Software nur über eine Seriennummern-Freigabe - auf ein anderes Gerät übertragbar wäre - und - davon steht nicht ein einziges Wort in den entsprechenden - Standardisierungs-Richtlinien.
            14. -
            -

            Das hier geschilderte Horrorszenario erscheint keineswegs - abwegig: Bill Gates hat mit der Unterhaltungsindustrie starke - Kombattanten im Rücken, denen es genauso wie ihm um die - Profitmaximierung um jeden Preis geht - auch wenn dabei - demokratische und ethische Prinzipien nicht nur ausgehöhlt, - sondern offen mit Füßen getreten werden und auf der - Strecke bleiben. Offen diskutiert werden die Folgen seiner - Technologie noch nicht; bislang hat Gates größten Wert - darauf gelegt, sich stets öffentlich und lauthals als - Vorkämpfer gegen Raubkopierertum zum Wohle der Software- und - der Unterhaltungsindustrie und auch zum angeblichen Nutzen des - Endverbrauchers zu gerieren - mit »Palladium« jedoch - überschreitet »Microsoft« im Halbdunkel ein- - für allemal eine Grenze, die dem vermeintlichen - Vorkämpfer Gates für die Durchsetzung von - Urheberrechten bislang Fesseln anlegte: Nun geht es um die - vollkommene Kontrolle der Informationsgesellschaft durch einen - Konzern, der krimineller Machenschaften mehrfach - überführt ist - die Weltherrschaft einer einzelnen - kleinen Clique im Mediensektor droht, und das auch noch mit - blauäugiger Zustimmung einiger international agierender - Medienkonzerne, die bisher offenbar noch gar nicht realisiert - haben, daß sie sich mit ihrer offensichtlich blinden - Profitsucht einem Mann ausliefern, den andere als den - gefährlichsten Zeitgenossen seit Adolf Hitler - betrachten.

            -

            Es wird Zeit, daß die Demokraten unter den EDV-Profis - und -Anwendern endlich aus ihrem Dornröschenschlaf - aufwachen, denn:

            -
            - »Man darf nicht warten, bis aus dem Schneeball eine - Lawine geworden ist. Man muß den rollenden Schneeball - zertreten. Die Lawine hält keiner mehr auf. Sie ruht erst, - wenn sie alles unter sich begraben hat...«
            - /Erich Kästner/ -
            - - diff --git a/test/testbase/out_661606.html b/test/testbase/out_661606.html deleted file mode 100644 index cdfff15..0000000 Binary files a/test/testbase/out_661606.html and /dev/null differ diff --git a/test/testbase/out_671087.html b/test/testbase/out_671087.html deleted file mode 100644 index 92ef17f..0000000 --- a/test/testbase/out_671087.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - tidy loops with --new-inline-tags table,tr,td - - - - - - -
            table heading
            - - diff --git a/test/testbase/out_676156.html b/test/testbase/out_676156.html deleted file mode 100644 index abd7e7c..0000000 --- a/test/testbase/out_676156.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - -foo bar - - diff --git a/test/testbase/out_676205.html b/test/testbase/out_676205.html deleted file mode 100644 index 50e8b41..0000000 --- a/test/testbase/out_676205.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ 676205 ] <img src="> crashes Tidy - - - - - - diff --git a/test/testbase/out_678268.html b/test/testbase/out_678268.html deleted file mode 100644 index e2f1627..0000000 --- a/test/testbase/out_678268.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - Error: File Copy Error! File=C:\WinNT\ - System32\PERFLIB_PERFDATA_<#>.DAT (copying to a - '.fil'). - - - Error: File Copy Error! File=C:\WinNT\ - System32\PERFLIB_PERFDATA_ - <#>.DAT (copying to a '.fil'). - - - - - - -
            id
            - - diff --git a/test/testbase/out_688746.html b/test/testbase/out_688746.html deleted file mode 100644 index f478a9d..0000000 --- a/test/testbase/out_688746.html +++ /dev/null @@ -1,13 +0,0 @@ - - - -[ 688746 ] incorrect charset value for utf-8 - - - - - -

            How to…
            -Place an extended-hours order:

            - - diff --git a/test/testbase/out_695408.html b/test/testbase/out_695408.html deleted file mode 100644 index 005eae0..0000000 --- a/test/testbase/out_695408.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - [ 695408 ] Empty spans getting dropped, even if they have - attrs - - - - - - - - -
            - - diff --git a/test/testbase/out_696799.html b/test/testbase/out_696799.html deleted file mode 100644 index bdba1d3..0000000 --- a/test/testbase/out_696799.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - [ 696799 ] Crash: <script language=""> - - - - - diff --git a/test/testbase/out_706260.html b/test/testbase/out_706260.html deleted file mode 100644 index 400121a..0000000 --- a/test/testbase/out_706260.html +++ /dev/null @@ -1,19 +0,0 @@ - - - - - #706260 size not accepted for input - - -
            - -
            - - diff --git a/test/testbase/out_765852.html b/test/testbase/out_765852.html deleted file mode 100644 index f05a643..0000000 --- a/test/testbase/out_765852.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - #765852 Empty tag striping - - -

            Text following italicswithout a blank after the i end - tag is not cleaned up correctly (the bold blank is - eliminated).

            - - diff --git a/test/testbase/out_795643-1.html b/test/testbase/out_795643-1.html deleted file mode 100644 index f55a604..0000000 --- a/test/testbase/out_795643-1.html +++ /dev/null @@ -1,2 +0,0 @@ -

            Hi

            - diff --git a/test/testbase/out_795643-2.html b/test/testbase/out_795643-2.html deleted file mode 100644 index c60d910..0000000 --- a/test/testbase/out_795643-2.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - -

            Hi

            - - diff --git a/test/testbase/out_836462-2.html b/test/testbase/out_836462-2.html deleted file mode 100644 index 2dc66ee..0000000 --- a/test/testbase/out_836462-2.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - 836462-2 - - -

            Heading

            -
              -
            1. -

              First ordered list item

              -
            2. -
            3. -

              Second ordered list item

              -
            4. -
            5. -

              Third ordered list item

              -
                -
              • -

                First unordered list item

                -
              • -
              • -

                Second unordered list item

                -
              • -
              -
            6. -
            7. -

              Fourth unordered list item

              -
            8. -
            9. -

              Fifth unordered list item

              -
            10. -
            - - diff --git a/test/testbase/out_836462-3.html b/test/testbase/out_836462-3.html deleted file mode 100644 index 354e47b..0000000 --- a/test/testbase/out_836462-3.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - test - - - -
              - -

            1. -
            - - diff --git a/test/testbase/out_836462.html b/test/testbase/out_836462.html deleted file mode 100644 index b643edc..0000000 --- a/test/testbase/out_836462.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - 836462 - - - -

            Heading

            -
              -
            • -

              First list item

              -
            • -
            • -

              Second list item

              -
            • -
            • -

              Third list item

              -
            • -
            • -
                -
              • -

                First list item 2

                -
              • -
              • -

                Second list item 2

                -
              • -
              -
            • -
            • -

              Fourth list item

              -
            • -
            • -

              Fifth list item

              -
            • -
            - - diff --git a/test/testbase/out_837023.html b/test/testbase/out_837023.html deleted file mode 100644 index 7a5e48b..0000000 --- a/test/testbase/out_837023.html +++ /dev/null @@ -1,9 +0,0 @@ - - - - [ 837023 ] segfault on doctype-like element - - - Just text. - - diff --git a/test/testbase/out_978947.html b/test/testbase/out_978947.html deleted file mode 100644 index d237628..0000000 --- a/test/testbase/out_978947.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - Bug: &nbsp; disappears after </pre> - - - Here the non-breaking spaces (     ) - remain. -

                 Works multiple times - (     ) as well.
            - But . . .  :

            -
            -A block of 
            -preformatted text.
            -
            Now the non-breaking spaces (     ) -are replaced with ordinary spaces, and disappear. - - diff --git a/test/testbase/out_996484.html b/test/testbase/out_996484.html deleted file mode 100644 index 8d06748..0000000 --- a/test/testbase/out_996484.html +++ /dev/null @@ -1,58 +0,0 @@ - - - - test whether xx<...>yy</...> is wrapped - properly - - -

            test 1.1 (no space)

            -

            xxyy

            -

            test 1.2 (with space)

            -

            xx - yy

            -

            test 1.3 (with non breaking space)

            -

            xx yy

            -

            test 2.1 (no space)

            -

            xxyy

            -

            test 2.2 (with space)

            -

            xx - yy

            -

            test 2.3 (with non breaking space)

            -

            xx yy

            -

            test 3 (no space)

            -

            -x

            -

            -x

            -

            test 4 (<br>)

            -

            zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
            - - xx

            -

            test 5 (no space in the front)

            -

            - aa

            -

            test 6 (no space in the front)

            -

            - aa-

            - - diff --git a/test/testcases.txt b/test/testcases.txt deleted file mode 100644 index 784c5f1..0000000 --- a/test/testcases.txt +++ /dev/null @@ -1,228 +0,0 @@ -426885 1 -427633 0 -427662 1 -427664 1 -427671 1 -427672 1 -427675 1 -427676 2 -427677 1 -427810 1 -427811 1 -427813 1 -427816 1 -427818 1 -427819 1 -427820 1 -427821 0 -427822 1 -427823 1 -427825 1 -427826 0 -427827 1 -427830 1 -427833 0 -427834 0 -427835 1 -427836 1 -427837 0 -427838 1 -427839 0 -427840 1 -427841 1 -427845 0 -427846 1 -431716 0 -431721 1 -431731 1 -431736 1 -431739 1 -431874 1 -431889 1 -431895 1 -431898 1 -431958 0 -431964 1 -432677 0 -433012 1 -433021 1 -433040 0 -433359 0 -433360 1 -433604 0 -433607 0 -433656 0 -433666 1 -433672 1 -433856 1 -434047 0 -434100 2 -434940 0 -435903 1 -435917 1 -435919 1 -435920 1 -435922 1 -435923 0 -437468 0 -438650 1 -438658 1 -438954 0 -438956 1 -441508 1 -441568 0 -443362 1 -443576 1 -443678 1 -445074 1 -445394 1 -445557 1 -449348 0 -470663 1 -473490 1 -480406 0 -480701 0 -487204 1 -487283 1 -500236 1 -501669 0 -503436 1 -504206 1 -505770 1 -511679 1 -511243 0 -533233 0 -540571 1 -543262 0 -545772 0 -553468 0 -566542 1 -586555 1 -586562 1 -588061 1 -590716 1 -593705 0 -609058 0 -616744 0 -620531 1 -629885 1 -634889 1 -640473 1 -640474 0 -646946 0 -647255 1 -647900 2 -649812 0 -655338 1 -656889 1 -658230 1 -660397 1 -661606 0 -671087 0 -676156 1 -676205 1 -678268 1 -688746 1 -695408 1 -696799 1 -706260 0 -765852 1 -795643-1 1 -795643-2 1 -836462 1 -836462-2 1 -836462-3 1 -837023 1 -978947 0 -996484 0 -1002509 2 -1003361 0 -1004051 0 -1004512 0 -1014993 1 -1015959 1 -1027888 1 -1050673 1 -1052758 0 -1053626 1 -1055304 1 -1055398 1 -1056023 1 -1056910 0 -1062345 1 -1062511 1 -1062661 1 -1063256 2 -1067112 1 -1068087 1 -1069549 0 -1069553 0 -1072528 1 -1078345 0 -1079820 1 -1086083 1 -1090318 1 -1098012 1 -1107622 1 -1117013 0 -1115094 1 -1145571 1 -1145572 0 -1168193 1 -1183751 0 -1198501 0 -1207443 0 -1210752 1 -1231279 1 -1235296 0 -1241723 0 -1263391 1 -1266647 1 -1282835 0 -1286029 0 -1286278 0 -1316258 1 -1316307 1 -1316307-2 1 -1326520 1 -1331849 1 -1333579 1 -1359292 1 -1398397 1 -1407266 1 -1408034 1 -1410061 1 -1410061-1 1 -1410061-2 1 -1415137 1 -1423252 1 -1426419 1 -1436578 0 -1452744 0 -1445570 1 -1503897 1 -1586158 0 -1590220-1 1 -1590220-2 1 -1603538-1 1 -1603538-2 1 -1610888-1 0 -1610888-2 0 -1632470 1 -1632218 1 -1638062 1 -1674502 1 -1707836 1 -1715153 1 -1720953 0 -1773932 1 -1986717-1 0 -1986717-2 0 -1986717-3 0 -2046048 2 -2085175 0 -2359929 1 -2705873-1 0 -2705873-2 0 -2709860 0 -1642186-1 0 diff --git a/test/testinfo.txt b/test/testinfo.txt deleted file mode 100644 index c648fc5..0000000 --- a/test/testinfo.txt +++ /dev/null @@ -1,126 +0,0 @@ -Description of tests -==================== - -A brief description of most of the tests. Well mainly the header of the -original bug report. Namely https://sourceforge.net/p/tidy/bugs/#number/ - -The original list was generated by tidytests.pl, which scanned the -test/input folder, and extracted the title, if one found. - -Then each was verified on the sourceforge site, and the current sf bug number -added. A few case were 'missing'. - -426885 1 #1 Definition list w/Center crashes -427633 0 #3 Line endings not supported correctly -427662 1 #2 BLOCK/INLINE before TABLE parsed wrong -427664 1 #4 Missing attr values cause NULL segfault -427671 1 #9 LI w/FRAME/FRAMESET/OPTGROUP/OPTION loop -427672 1 #10 Non-std attrs w/multibyte names segfault -427675 1 #12 Frameset followed by frame infinite loop -427676 2 #13 Missing = from attr value NULL segfault -427677 1 #14 TrimInitialSpace() can trim too much -427810 1 #15 Proprietary elements not reported as err -427811 1 #16 FRAME inside NOFRAME infinite loop -427813 1 #18 Missing = from attr value segfaults -427816 1 #19 Mismatched quotes for attr segfaults -427818 1 #20 Missing quotes cause segfaults -427819 1 #21 OPTION w/illegal FONT eats whitespace -427820 1 #22 indent config options ignored for BR -427821 0 #23 XHTML TRANSITIONAL doctype set wrongly -427822 1 #24 PopInLine() doesn't check stack -427823 1 #25 Multiple BODY's in NOFRAMES allowed -427825 1 #26 Problems nesting user defined inline tag -427826 0 #27 Script source needs escaping/CDATA section -427827 1 #28 Nested anchor elements allowed -427830 1 #29 Correct XHTML 1.0 Namespace ignored -427833 0 #30 Uppercase &#X; escape sequences ignored -427834 0 #31 Warning given for newline in DOCTYPE -427835 1 #32 DTD not inserted, but DTD URI Namespace -427836 1 #33 OBJECT should be wrapped in BODY -427837 0 #34 No encoding specified in XML output -427838 1 #35 Name Anchor thrown away -427839 0 #36 Output DOCTYPE/Namespace decl separately -427840 1 #37 Span causes infinite loop -427841 1 #38 Bad HTML in nested lists cause segfault - #39 End tags containing whitespace warning -427845 0 [ #427845 ] Doctypes are output on multiple lines -427846 1 #40 Blank char inserted after first char - #41 non-usascii element names not recognized - #42 attr.c:DeclareLiteralAttrib()assign NULL -431716 0 #43 -slides causes a seg fault - #44 HTML 3.2 Doctype not recognized correct - #45 Memory Leaks - FreeNode() not called -431721 1 #46 Cleaning list bullets for Word 2000 -431731 1 #47 Inline emphasis inconsistent propagation -431736 1 #49 Doctype decl added before XML decl -431739 1 #51 Spaces carried into empty block tags -431874 1 #53 Nested anchors not detected -431889 1 #55 Config file options w/"param" don't work -431895 1 #56 gnu-emacs filename not set for XML or -q -431898 1 #57 Tidy messes up X(HT)ML documents -431958 0 #59 Comments always indented -431964 1 #60 table height="" not flagged as error -432677 0 #62 Null value changed to "value" for -asxml -433012 1 [ #433012 ] Illegal ampersands/character entities -433021 1 [ #433021 ] Identify attribute whose value is bad -433040 0 #64 Anchor tag without attributes deleted -433359 0 #65 Empty iframe elements trimmed -433360 1 #66 Tags with missing > can't be repaired -433604 0 #67 Tidy inserts &amp;nbsp; entity in -xml mode -433607 0 #68 No warning for omitted end tag with -xml - #69 Problem w/ ExpandTilde (config file) - #70 &amp;apos not recognized as valid XML entity -433656 0 [ #433656 ] Improve support for PHP -433666 1 [ #433666 ] Attempt to repair duplicate attributes -433672 1 #71 Anchor enclosing Header tags is omitted -433856 1 #72 Access violation w/Word files w/font tag -434047 0 #74 Mixed content in 4.01 Strict not allowed -434100 2 #76 Error actually reported as a warning - #77 Doctype set to Transitional for Frameset -434940 0 [ #434940 ] --show-body-only: print only body contents -435903 1 #78 Script element w/body child to table bug> -435917 1 #80 <input onfocus=""> reported unknown attr -435919 1 #81 Nested <q></q>'s not handled correctly -435920 1 #82 Space inserted before </td> causes probs -435922 1 #83 Missing <form> around <input> no warning - #84 -clean demotes smart quotes to ascii - #85 Newline in URL attr value becomes space - #86 Missing / in title endtag makes 2 titles -435923 0 [ #435923 ] Preserve case of attribute names -437468 0 Test input file for iso-8859-1 character entities -438650 1 [ #438650 ] Newline in URL attr value becomes space -438658 1 -438954 0 #87 Body tag w/attributes omitted w/hide-end -438956 1 #88 Bad head-endtag reported incorrectly -441508 1 #90 parser.c: BadForm() function broken -441568 0 #92 Font tags handling different -443362 1 #94 null-pointer except. for doctype in pre -443576 1 #96 End script tag inside scripts problem -443678 1 #98 Tidy breaks docs with unclosed <script> in <head> -445074 1 #101 XHTML requires form method="post" in lower case -445394 1 -445557 1 [ #445557 ] Convert Symbol font chars to Unicode -449348 0 #103 Whitespace added/removed to inline tags (in -xml mode) -470663 1 Test Input For Bug #470663 -473490 1 #115 Document Type Declaration for proprietary documents -480406 0 #119 Single document element discarded -480701 0 #121 -xml conflicts with -output-xhtml -487204 1 #122 Duplicate DIV style attribute generated -487283 1 #123 >/select< does not terminate >option< -500236 1 #127 Microsoft Access exported HTML files -501669 0 #130 width="n*" marked invalid on <COL> -503436 1 -504206 1 #139 Tidy errors in processing forms. -505770 1 #146 Unclosed option tag causing problems -511243 0 #149 Punctuation wrap wraps on invalid places -511679 1 #150 Block level elements in a <pre> section -533233 0 #173 Extra newline around inline <script> -540571 1 #184 Inconsistent behaviour with span inline element -543262 0 #192 tidy eats all memory -545772 0 #197 --output-xhtml hangs on most files -553468 0 #204 XHTML strict accept <b><i> and <u> tags -566542 1 #214 parser hangs -586555 1 #229 Misplaced backslash caused by newline - -======================================================================== -; eof diff --git a/test/testone.sh b/test/testone.sh deleted file mode 100755 index c28a469..0000000 --- a/test/testone.sh +++ /dev/null @@ -1,82 +0,0 @@ -#! /bin/sh - -# -# testone.sh - execute a single testcase -# -# (c) 1998-2006 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# -# -# set -x -BN=`basename $0` -VERSION='$Id' - -echo Testing $1 - -set +f - -TESTNO=$1 -EXPECTED=$2 -#TIDY=../bin/tidy -TIDY=../build/cmake/tidy -if [ ! -f "$TIDY" ]; then - echo "$BN: Can NOT locate binary '$TIDY'!" - echo "$BN: Fix me with the correct location of the binary to run." - exit 1 -fi -INFILES=./input/in_${TESTNO}.*ml -CFGFILE=./input/cfg_${TESTNO}.txt - -TIDYFILE=./tmp/out_${TESTNO}.html -MSGFILE=./tmp/msg_${TESTNO}.txt - -unset HTML_TIDY - -shift -shift - -# Remove any pre-exising test outputs -for INFIL in $MSGFILE $TIDYFILE -do - if [ -f $INFIL ] - then - rm $INFIL - fi -done - -for INFILE in $INFILES -do - if [ -r $INFILE ] - then - break - fi -done - -# If no test specific config file, use default. -if [ ! -f $CFGFILE ] -then - CFGFILE=./input/cfg_default.txt -fi - -# Make sure output directory exists. -if [ ! -d ./tmp ] -then - mkdir ./tmp -fi - -echo "Doing: './$TIDY -f $MSGFILE -config $CFGFILE "$@" --tidy-mark no -o $TIDYFILE $INFILE'" >> tempall.txt -./$TIDY -f $MSGFILE -config $CFGFILE "$@" --tidy-mark no -o $TIDYFILE $INFILE -STATUS=$? - -if [ $STATUS -ne $EXPECTED ] -then - echo "== $TESTNO failed (Status received: $STATUS vs expected: $EXPECTED)" - cat $MSGFILE - echo "== $TESTNO failed (Status received: $STATUS vs expected: $EXPECTED)" >> tempall.txt - cat $MSGFILE >> tempall.txt - exit 1 -fi - -exit 0 - diff --git a/test/testxml.sh b/test/testxml.sh deleted file mode 100644 index a35807b..0000000 --- a/test/testxml.sh +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh - -# -# testxml.sh - execute all XML testcases -# -# (c) 1998-2005 (W3C) MIT, ERCIM, Keio University -# See tidy.c for the copyright notice. -# -# -# -# set -x - -VERSION='$Id' - -BUGS="427837 431956 433604 433607 433670 434100\ - 480406 480701 500236 503436 537604 616744 640474 646946" - -while read bugNo expected -do -# echo Testing $bugNo | tee -a testxml.log - ./testone.sh "$bugNo" "$expected" "$@" | tee -a testxml.log - if test -f "./tmp/out_$bugNo.html" - then - mv "./tmp/out_$bugNo.html" "./tmp/out_$bugNo.xml" - fi -done < xmlcases.txt - diff --git a/test/xmlcases.txt b/test/xmlcases.txt deleted file mode 100644 index 16bccfe..0000000 --- a/test/xmlcases.txt +++ /dev/null @@ -1,27 +0,0 @@ -427837 0 -431956 0 -432677 0 -433604 0 -433607 0 -433670 0 -434100 2 -473490 1 -480406 0 -480701 0 -500236 1 -503436 1 -537604 0 -540045 0 -542029 1 -586555 1 -616744 0 -634889 1 -640474 0 -646946 0 -1003994 2 -1004008 1 -1030944 0 -1365706 0 -1448730 0 -1510101 0 -1573338 0 diff --git a/test/xmltest.cmd b/test/xmltest.cmd deleted file mode 100755 index 5bd922d..0000000 --- a/test/xmltest.cmd +++ /dev/null @@ -1,37 +0,0 @@ -@setlocal -@echo off - -@REM xmltest.cmd - execute all XML test cases -@REM -@REM (c) 1998-2003 (W3C) MIT, ERCIM, Keio University -@REM See tidy.c for the copyright notice. -@REM -@REM -@REM -@set TIDY=..\build\cmake\Release\tidy5.exe -@if NOT EXIST %TIDY% goto NOEXE -@if NOT EXIST xmlcases.txt goto NOXML -@REM set OUTPUT folder -@set TIDYOUT=tmp -@if EXIST %TIDYOUT%\nul goto DOTEST -@md tmp -:DOTEST -@set TMPTEST=temptest.txt -@if EXIST %TMPTEST% @del %TMPTEST% -@echo Commencing xml tests from xmlcases.txt - -@for /F "tokens=1*" %%i in (xmlcases.txt) do @(call onetest.cmd %%i %%j) - -@echo Full output written to %TMPTEST% - -@goto END - -:NOXML -@echo Error: Can NOT locate xmlcases.txt! *** FIX ME *** -@goto END - -:NOEXE -@echo Can NOT locate %TIDY% executable! *** FIX ME *** -@goto END - -:END