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