1 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665). |
4 |
|
|
5 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: More robust charset parameter detection (HTML5 |
8 |
|
revision 1674). |
9 |
|
|
10 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* ContentType.pm: Support for image/vnd.microsoft.icon (HTML5 |
13 |
|
revision 1676). |
14 |
|
|
15 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm.src: Ignore language part of public identifiers for |
18 |
|
quriks mode detection (HTML5 revision 1679). |
19 |
|
|
20 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 |
23 |
|
revision 1685). |
24 |
|
|
25 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm.src: Support for EOF in new states for tags (HTML5 |
28 |
|
revision 1684). |
29 |
|
|
30 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
33 |
|
work (HTML5 revision 1690). |
34 |
|
|
35 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
38 |
|
end tags in head insertion modes (HTML5 revision 1686). |
39 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
40 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
41 |
|
|
42 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
45 |
|
|parse_byte_stream|. |
46 |
|
(parse_byte_stream): New method. |
47 |
|
|
48 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
51 |
|
by encoding layer error reporter. |
52 |
|
|
53 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
56 |
|
rather than converting the whole byte string and then parsing. |
57 |
|
Propagate errors in character encoding layer. |
58 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
59 |
|
|
60 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src (parse_char_stream): New method. |
63 |
|
(parse_char_string): This method is now defined as an invocation |
64 |
|
of the |parse_char_stream| method. |
65 |
|
|
66 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src (parse_byte_string): Report various status |
69 |
|
of the sniffing as info-level errors. Support for new |
70 |
|
decoding framework in parser resestting. |
71 |
|
(new): Various default error levels were not set. |
72 |
|
|
73 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
76 |
|
algorithm, except for the actual sniffing, is implemented |
77 |
|
with new framework with Message::Charset::Info. |
78 |
|
|
79 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
82 |
|
URIs in fallback section (HTML5 revision 1596). |
83 |
|
|
84 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Makefile (Entities.html): URI has changed. |
87 |
|
|
88 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
91 |
|
1553). |
92 |
|
|
93 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
96 |
|
no longer table elements, but table objects returned |
97 |
|
by Whatpm::HTMLTable. |
98 |
|
|
99 |
|
* HTMLTable.pm (form_table): Return table element node |
100 |
|
as |$table->{element}|. |
101 |
|
(assign_header): Support for the |headers=""| attribute. |
102 |
|
|
103 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTMLTable.pm (assign_header): New function; first version |
106 |
|
with no support for headers="". |
107 |
|
(form_table): Include table width and height to the returned |
108 |
|
table object for covenience. Indexing in column assignement was wrong. |
109 |
|
Set whether a data cell is empty or not for convenience. |
110 |
|
|
111 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
114 |
|
|
115 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTMLTable.pm: How table model errors are detected is |
118 |
|
changed (HTML5 revision 1387). |
119 |
|
|
120 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
* HTMLTable.pm: The algorithm now moves |tfoot| elements |