1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Error level definition for |xml_id_error| |
4 |
|
was missing. |
5 |
|
|
6 |
|
* URIChecker.pm: The end of the URL should be marked as the |
7 |
|
error location for an empty path error. The position |
8 |
|
between the userinfo and the port components should be |
9 |
|
marked as the error location for an empty host error. |
10 |
|
|
11 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* URIChecker.pm: Set parameters representing where in the |
14 |
|
value the error occurs for errors. Report unknown |
15 |
|
address format error in warning level, since address |
16 |
|
formats are rarely added. Path segments starting with "/.." |
17 |
|
were misinterpreted as a dot-segment. |
18 |
|
|
19 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* URIChecker.pm (check_iri_reference): Requires |
22 |
|
|Message::DOM::DOMImplementation|. |
23 |
|
|
24 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* IMTChecker.pm: Updated for the new error reporting architecture. |
27 |
|
|
28 |
|
* ContentChecker.pm: Error levels for IMTs are added. |
29 |
|
|
30 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* H2H.pm (_shift_token): Support for unquoted HTML attribute |
33 |
|
values. |
34 |
|
|
35 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* CacheManifest.pm: Support for new style of error |
38 |
|
reports. |
39 |
|
|
40 |
|
* HTML.pm.src: Set line=1, column=1 to the document node. |
41 |
|
|
42 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* ContentChecker.pm, RDFXML.pm: Pass {level} object to language tag |
45 |
|
and URL checkers. Support for more error levels for bogus |
46 |
|
langauge tag and URL "standards". |
47 |
|
|
48 |
|
* LangTag.pm, URIChecker.pm: Support for new style error |
49 |
|
level reporting. |
50 |
|
|
51 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* ContentChecker.pm: Support for RDF/XML error levels. |
54 |
|
|
55 |
|
* HTMLTable.pm, RDFXML.pm: Support for new style of error level |
56 |
|
specifying. Error types are revised. |
57 |
|
|
58 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* ContentChecker.pm: All error reporting method calls are |
61 |
|
renewed. |
62 |
|
|
63 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm.src: All error type names and "text" parameters |
66 |
|
are revised. Use new style for "level" specification. |
67 |
|
|
68 |
|
* mkhtmlparser.pl: Use new style for "level" specification. |
69 |
|
|
70 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* WebIDL.pm (parse_char_string): Simplified error |
73 |
|
reporting process for broken ignored valuetype definition. |
74 |
|
(Valuetype idl_text): Support for special "DOMString" name. |
75 |
|
|
76 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* WebIDL.pm ($get_scoped_name): Append "::::" if the last |
79 |
|
terminal of the ScopedName is "DOMString", such that whether |
80 |
|
the last part of the scoped name is "DOMString" or "_DOMString" |
81 |
|
later. It is necessary to determine whether a |typedef| |
82 |
|
definition should be ignored or not. |
83 |
|
(parse_char_string): Unescape the identifier of |
84 |
|
exception members. |
85 |
|
($resolve): Return undef for builtin types and sequence<T> |
86 |
|
types (we might not have to do this, however...). |
87 |
|
(check): Support checking for Exceptions, Valuetypes, |
88 |
|
and Typedefs. |
89 |
|
($serialize_type): Support for "DOMString::::" syntax. |
90 |
|
(Typedef idl_text): Output Type as "DOMString" if it |
91 |
|
is really "DOMString" (i.e. its internal representation |
92 |
|
is "::DOMString::"). |
93 |
|
|
94 |
|
2008-08-03 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* WebIDL.pm ($resolve): New code, based on resolve code |
97 |
|
for constant types in the |check| method. |
98 |
|
(check): Support for checking of attributes, operations, and |
99 |
|
arguments. |
100 |
|
(Attribute/Operation idl_text): Exception names in getraises, |
101 |
|
setraises, and raises clauses is serizlied by |$serialize_type| |
102 |
|
code. |
103 |
|
|
104 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* WebIDL.pm ($integer): Order of selections are changed to match |
107 |
|
hexadecimal numbers (the original pattern, taken from the spec, |
108 |
|
was not work for hexadecimal numbers, because the "0" prefix |
109 |
|
matches to the [0-7]* part (as an empty string) and therefore |
110 |
|
it does not match with remaining "x..." part of a "0x..." integer |
111 |
|
literal. |
112 |
|
($get_type): It now returns a string, not an array reference, |
113 |
|
for regular types and |sequence| types (i.e. it in any case |
114 |
|
returns a string). |
115 |
|
($get_next_token): The second item in the array that represents |
116 |
|
a integer or float token is now a Perl number value, not the |
117 |
|
original string representation of the number. |
118 |
|
(check): Support for const value consistency checking. |
119 |
|
No extended attribute is defined for constants. |
120 |
|
(Node subclasses): Use simple strings rather than array references |
121 |
|
for default data type values. |
122 |
|
($serialize_type): Type values are now simple strings. |
123 |
|
(value): If the new attribute value is a false value, then |
124 |
|
a FALSE value is set to the attribute. |
125 |
|
|
126 |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
* WebIDL.pm ($get_scoped_name): Now scoped names are stored |
* WebIDL.pm ($get_scoped_name): Now scoped names are stored |