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