1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* mkhtmlparser.pl: Support for MathML |definitionURL| attribute (HTML5 |
4 |
|
revision 2130). |
5 |
|
|
6 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm: |xml:lang| attribute value must be same |
9 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
10 |
|
and so on). |
11 |
|
|
12 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentChecker.pm: Error level definition for |xml_id_error| |
15 |
|
was missing. |
16 |
|
|
17 |
|
* URIChecker.pm: The end of the URL should be marked as the |
18 |
|
error location for an empty path error. The position |
19 |
|
between the userinfo and the port components should be |
20 |
|
marked as the error location for an empty host error. |
21 |
|
|
22 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* URIChecker.pm: Set parameters representing where in the |
25 |
|
value the error occurs for errors. Report unknown |
26 |
|
address format error in warning level, since address |
27 |
|
formats are rarely added. Path segments starting with "/.." |
28 |
|
were misinterpreted as a dot-segment. |
29 |
|
|
30 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* URIChecker.pm (check_iri_reference): Requires |
33 |
|
|Message::DOM::DOMImplementation|. |
34 |
|
|
35 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* IMTChecker.pm: Updated for the new error reporting architecture. |
38 |
|
|
39 |
|
* ContentChecker.pm: Error levels for IMTs are added. |
40 |
|
|
41 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* H2H.pm (_shift_token): Support for unquoted HTML attribute |
44 |
|
values. |
45 |
|
|
46 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* CacheManifest.pm: Support for new style of error |
49 |
|
reports. |
50 |
|
|
51 |
|
* HTML.pm.src: Set line=1, column=1 to the document node. |
52 |
|
|
53 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag |
56 |
|
and URL checkers. Support for more error levels for bogus |
57 |
|
langauge tag and URL "standards". |
58 |
|
|
59 |
|
* LangTag.pm, URIChecker.pm: Support for new style error |
60 |
|
level reporting. |
61 |
|
|
62 |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* ContentChecker.pm: Support for RDF/XML error levels. |
* ContentChecker.pm: Support for RDF/XML error levels. |