1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* URIChecker.pm (check_iri_reference): Requires |
4 |
|
|Message::DOM::DOMImplementation|. |
5 |
|
|
6 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* IMTChecker.pm: Updated for the new error reporting architecture. |
9 |
|
|
10 |
|
* ContentChecker.pm: Error levels for IMTs are added. |
11 |
|
|
12 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* H2H.pm (_shift_token): Support for unquoted HTML attribute |
15 |
|
values. |
16 |
|
|
17 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* CacheManifest.pm: Support for new style of error |
20 |
|
reports. |
21 |
|
|
22 |
|
* HTML.pm.src: Set line=1, column=1 to the document node. |
23 |
|
|
24 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag |
27 |
|
and URL checkers. Support for more error levels for bogus |
28 |
|
langauge tag and URL "standards". |
29 |
|
|
30 |
|
* LangTag.pm, URIChecker.pm: Support for new style error |
31 |
|
level reporting. |
32 |
|
|
33 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* ContentChecker.pm: Support for RDF/XML error levels. |
36 |
|
|
37 |
|
* HTMLTable.pm, RDFXML.pm: Support for new style of error level |
38 |
|
specifying. Error types are revised. |
39 |
|
|
40 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm: All error reporting method calls are |
43 |
|
renewed. |
44 |
|
|
45 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm.src: All error type names and "text" parameters |
48 |
|
are revised. Use new style for "level" specification. |
49 |
|
|
50 |
|
* mkhtmlparser.pl: Use new style for "level" specification. |
51 |
|
|
52 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* WebIDL.pm (parse_char_string): Simplified error |
55 |
|
reporting process for broken ignored valuetype definition. |
56 |
|
(Valuetype idl_text): Support for special "DOMString" name. |
57 |
|
|
58 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* WebIDL.pm ($get_scoped_name): Append "::::" if the last |
61 |
|
terminal of the ScopedName is "DOMString", such that whether |
62 |
|
the last part of the scoped name is "DOMString" or "_DOMString" |
63 |
|
later. It is necessary to determine whether a |typedef| |
64 |
|
definition should be ignored or not. |
65 |
|
(parse_char_string): Unescape the identifier of |
66 |
|
exception members. |
67 |
|
($resolve): Return undef for builtin types and sequence<T> |
68 |
|
types (we might not have to do this, however...). |
69 |
|
(check): Support checking for Exceptions, Valuetypes, |
70 |
|
and Typedefs. |
71 |
|
($serialize_type): Support for "DOMString::::" syntax. |
72 |
|
(Typedef idl_text): Output Type as "DOMString" if it |
73 |
|
is really "DOMString" (i.e. its internal representation |
74 |
|
is "::DOMString::"). |
75 |
|
|
76 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* WebIDL.pm ($resolve): New code, based on resolve code |
79 |
|
for constant types in the |check| method. |
80 |
|
(check): Support for checking of attributes, operations, and |
81 |
|
arguments. |
82 |
|
(Attribute/Operation idl_text): Exception names in getraises, |
83 |
|
setraises, and raises clauses is serizlied by |$serialize_type| |
84 |
|
code. |
85 |
|
|
86 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
* WebIDL.pm ($integer): Order of selections are changed to match |
* WebIDL.pm ($integer): Order of selections are changed to match |