1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* URIChecker.pm: Set parameters representing where in the |
4 |
|
value the error occurs for errors. Report unknown |
5 |
|
address format error in warning level, since address |
6 |
|
formats are rarely added. Path segments starting with "/.." |
7 |
|
were misinterpreted as a dot-segment. |
8 |
|
|
9 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* URIChecker.pm (check_iri_reference): Requires |
12 |
|
|Message::DOM::DOMImplementation|. |
13 |
|
|
14 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* IMTChecker.pm: Updated for the new error reporting architecture. |
17 |
|
|
18 |
|
* ContentChecker.pm: Error levels for IMTs are added. |
19 |
|
|
20 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* H2H.pm (_shift_token): Support for unquoted HTML attribute |
23 |
|
values. |
24 |
|
|
25 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* CacheManifest.pm: Support for new style of error |
28 |
|
reports. |
29 |
|
|
30 |
|
* HTML.pm.src: Set line=1, column=1 to the document node. |
31 |
|
|
32 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag |
35 |
|
and URL checkers. Support for more error levels for bogus |
36 |
|
langauge tag and URL "standards". |
37 |
|
|
38 |
|
* LangTag.pm, URIChecker.pm: Support for new style error |
39 |
|
level reporting. |
40 |
|
|
41 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm: Support for RDF/XML error levels. |
44 |
|
|
45 |
|
* HTMLTable.pm, RDFXML.pm: Support for new style of error level |
46 |
|
specifying. Error types are revised. |
47 |
|
|
48 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* ContentChecker.pm: All error reporting method calls are |
51 |
|
renewed. |
52 |
|
|
53 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: All error type names and "text" parameters |
56 |
|
are revised. Use new style for "level" specification. |
57 |
|
|
58 |
|
* mkhtmlparser.pl: Use new style for "level" specification. |
59 |
|
|
60 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* WebIDL.pm (parse_char_string): Simplified error |
63 |
|
reporting process for broken ignored valuetype definition. |
64 |
|
(Valuetype idl_text): Support for special "DOMString" name. |
65 |
|
|
66 |
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
* WebIDL.pm ($get_scoped_name): Append "::::" if the last |
* WebIDL.pm ($get_scoped_name): Append "::::" if the last |