1 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
4 |
|
work (HTML5 revision 1690). |
5 |
|
|
6 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
9 |
|
end tags in head insertion modes (HTML5 revision 1686). |
10 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
11 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
12 |
|
|
13 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
16 |
|
|parse_byte_stream|. |
17 |
|
(parse_byte_stream): New method. |
18 |
|
|
19 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
22 |
|
by encoding layer error reporter. |
23 |
|
|
24 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
27 |
|
rather than converting the whole byte string and then parsing. |
28 |
|
Propagate errors in character encoding layer. |
29 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
30 |
|
|
31 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src (parse_char_stream): New method. |
34 |
|
(parse_char_string): This method is now defined as an invocation |
35 |
|
of the |parse_char_stream| method. |
36 |
|
|
37 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src (parse_byte_string): Report various status |
40 |
|
of the sniffing as info-level errors. Support for new |
41 |
|
decoding framework in parser resestting. |
42 |
|
(new): Various default error levels were not set. |
43 |
|
|
44 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
47 |
|
algorithm, except for the actual sniffing, is implemented |
48 |
|
with new framework with Message::Charset::Info. |
49 |
|
|
50 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
53 |
|
URIs in fallback section (HTML5 revision 1596). |
54 |
|
|
55 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Makefile (Entities.html): URI has changed. |
58 |
|
|
59 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
62 |
|
1553). |
63 |
|
|
64 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
67 |
|
no longer table elements, but table objects returned |
68 |
|
by Whatpm::HTMLTable. |
69 |
|
|
70 |
|
* HTMLTable.pm (form_table): Return table element node |
71 |
|
as |$table->{element}|. |
72 |
|
(assign_header): Support for the |headers=""| attribute. |
73 |
|
|
74 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTMLTable.pm (assign_header): New function; first version |
77 |
|
with no support for headers="". |
78 |
|
(form_table): Include table width and height to the returned |
79 |
|
table object for covenience. Indexing in column assignement was wrong. |
80 |
|
Set whether a data cell is empty or not for convenience. |
81 |
|
|
82 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
85 |
|
|
86 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTMLTable.pm: How table model errors are detected is |
89 |
|
changed (HTML5 revision 1387). |
90 |
|
|
91 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
94 |
|
to the end of the table (HTML5 revision 1380). |
95 |
|
|
96 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
99 |
|
of 1-based (HTML5 revision 1376). |
100 |
|
|
101 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
104 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
105 |
|
revision 1288). |
106 |
|
|
107 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
110 |
|
1282). |
111 |
|
|
112 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* ContentChecker.pm: Support for global attributes. |
115 |
|
Status of XML specs are added. |
116 |
|
|
117 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
120 |
|
and |ref=""| attribute (referent element type checking). |
121 |
|
|
122 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
125 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
126 |
|
knowledge). Line number counting was wrong for LF-only |
127 |
|
documents. |
128 |
|
|
129 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
132 |
|
character (HTML5 revision 1263). |
133 |
|
|
134 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
137 |
|
definition for |AElig;| was missing). |
138 |
|
|
139 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
142 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
143 |
|
|
144 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
* HTML.pm.src: List of element names that close foreign content |
* HTML.pm.src: List of element names that close foreign content |