1 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Table.pm: Bug fix: Subsections are no longer associated with tabs. |
4 |
|
|
5 |
|
* RegExpJS.pm: Implemented graphization of regular expressions. |
6 |
|
|
7 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* RegExpJS.pm: New module. |
10 |
|
|
11 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm (generate_syntax_error_section): Now |charset:not |
14 |
|
supported| is also an error that might invalidate the validation |
15 |
|
result. |
16 |
|
|
17 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* CSSInline.pm: New module. |
20 |
|
|
21 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* CSS.pm: Support for Firefox3's new 'width' values. |
24 |
|
|
25 |
|
2008-09-15 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Set the mode of the UnicodeChecker as HTML5. |
28 |
|
|
29 |
|
2008-09-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Base.pm (generate_source_string_section): Use |read| |
32 |
|
instead of |getc|. |
33 |
|
|
34 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Support for the Unicode character checking. |
37 |
|
|
38 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* CacheManifest.pm (generate_structure_dump_section): Support |
41 |
|
for broken manifest. |
42 |
|
|
43 |
|
* H2H.pm: New module. |
44 |
|
|
45 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* CSS.pm (generate_structure_error_section): Make the method |
48 |
|
do nothing. |
49 |
|
|
50 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* CSS.pm, CacheManifest.pm, HTML.pm, XML.pm: Use ->url attribute to |
53 |
|
obtain the URL of the document. |
54 |
|
|
55 |
|
* CacheManifest.pm (generate_structure_dump_section): It is |
56 |
|
now i18n'ed. In addition, since URLs are tend to be long, |
57 |
|
tables for fallback entries are replaced by |dd| entries and |
58 |
|
paragraphs. "No entry" message is now handled by catalog, |
59 |
|
rather than CSS. |
60 |
|
|
61 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm (generate_syntax_error_section): Remove |input_encoding| |
64 |
|
attribute value if the input is specified by direct input. |
65 |
|
|
66 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* DOM.pm: Enable localization of RDF section. |
69 |
|
|
70 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* DOM.pm: Use error's own "layer" parameter, if any. |
73 |
|
|
74 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: Set flags for encoding layer errors appropriately. |
77 |
|
Save link to the document root for the parsed document |
78 |
|
for garbage collection safety. |
79 |
|
|
80 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* CSS.pm, CacheManifest.pm, HTML.pm, WebIDL.pm, XML.pm: Don't |
83 |
|
set "uncertain" flag to character encoding (encode) layer if the |
84 |
|
input is a character string. |
85 |
|
|
86 |
|
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Base.pm, CSS.pm, CacheManifest.pm, DOM.pm, Default.pm, |
89 |
|
HTML.pm, WebIDL.pm, XML.pm: Set |layer_applicable| |
90 |
|
or |layer_uncertain| flag appropriately. |
91 |
|
|
92 |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
2008-08-14 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
* Base.pm: Use "role" for source code sections. |
* Base.pm: Use "role" for source code sections. |