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