Validation algorithm updated

Hi,

I've finished implementing the new validation algorithm in the checker
(closing bug 5775 [1]). I have added new tests to match the new cases
identified by the specs (CONTENT_FORMAT_SUPPORT 13, 14, 15 and 16), and
updated some of the existing ones.

Note that I had to add a new state in terms of validity (VALID, INVALID,
NOT_VALIDATED), which means that I had to regenerate all the moki.xml
document to use this new taxonomy (that replaced the binary true/false).

Generally speaking, the code should be more robust too (e.g. it used to
fail on parsing the DOM when encountering an unknown DTD, and that's no
longer the case), and the error messages should be more consistent.

(note that as a result of these changes, I removed some of the dtds in
the dtd directory - make sure to update that one too if you want to run
the test suite)

I have updated the test suite report as well:
http://dev.w3.org/2007/mobileok-ref/test/report.html

Dom

1. http://www.w3.org/Bugs/Public/show_bug.cgi?id=5775

Received on Tuesday, 1 July 2008 06:42:50 UTC