1 |
|
2008-07-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* WebIDL.pm (parse_char_string): Support for basic attribute syntax. |
4 |
|
|
5 |
|
2008-06-29 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* WebIDL.pm: Support for valuetype and const. |
8 |
|
|
9 |
|
2008-06-29 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* WebIDL.pm: New module. |
12 |
|
|
13 |
|
2008-06-15 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* Makefile (Entities.html): URI changed. |
16 |
|
|
17 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Support for ruby parsing (HTML5 revision 1704). |
20 |
|
|
21 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src (_get_next_token): A parse error was missing. |
24 |
|
|
25 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* mklinktypelist.pl: rel=contact is no longer part of the HTML5 |
28 |
|
spec (commented out). (HTML5 revision 1711). |
29 |
|
|
30 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701). |
33 |
|
|
34 |
|
* HTML.pm.src: UTF-16BE and UTF-16LE should be considered |
35 |
|
as UTF-16 (HTML5 revision 1701). |
36 |
|
|
37 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src: Support for <noframes> in <head> (HTML5 revision |
40 |
|
1692). |
41 |
|
|
42 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src: The secondary insertion mode used when switching |
45 |
|
to foreign content is the "in body" insertion mode (HTML5 revision |
46 |
|
1696). |
47 |
|
|
48 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: Don't raise parse error for <isindex/> (HTML5 |
51 |
|
revision 1697). |
52 |
|
|
53 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm.src: Support for end-of-file token in foreign content |
56 |
|
insertion mode (HTML5 revision 1693). Update SVG camelCase |
57 |
|
attribute list (HTML5 revision 1700). <textarea> closes |
58 |
|
</select> (HTML5 revision 1699). More start tags close in |
59 |
|
foreign content insertion mode (HTML5 revision 1698). |
60 |
|
|
61 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665). |
64 |
|
|
65 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src: More robust charset parameter detection (HTML5 |
68 |
|
revision 1674). |
69 |
|
|
70 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* ContentType.pm: Support for image/vnd.microsoft.icon (HTML5 |
73 |
|
revision 1676). |
74 |
|
|
75 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm.src: Ignore language part of public identifiers for |
78 |
|
quriks mode detection (HTML5 revision 1679). |
79 |
|
|
80 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 |
83 |
|
revision 1685). |
84 |
|
|
85 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm.src: Support for EOF in new states for tags (HTML5 |
88 |
|
revision 1684). |
89 |
|
|
90 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
93 |
|
work (HTML5 revision 1690). |
94 |
|
|
95 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
98 |
|
end tags in head insertion modes (HTML5 revision 1686). |
99 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
100 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
101 |
|
|
102 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
105 |
|
|parse_byte_stream|. |
106 |
|
(parse_byte_stream): New method. |
107 |
|
|
108 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
111 |
|
by encoding layer error reporter. |
112 |
|
|
113 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
116 |
|
rather than converting the whole byte string and then parsing. |
117 |
|
Propagate errors in character encoding layer. |
118 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
119 |
|
|
120 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* HTML.pm.src (parse_char_stream): New method. |
123 |
|
(parse_char_string): This method is now defined as an invocation |
124 |
|
of the |parse_char_stream| method. |
125 |
|
|
126 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* HTML.pm.src (parse_byte_string): Report various status |
129 |
|
of the sniffing as info-level errors. Support for new |
130 |
|
decoding framework in parser resestting. |
131 |
|
(new): Various default error levels were not set. |
132 |
|
|
133 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
136 |
|
algorithm, except for the actual sniffing, is implemented |
137 |
|
with new framework with Message::Charset::Info. |
138 |
|
|
139 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
142 |
|
URIs in fallback section (HTML5 revision 1596). |
143 |
|
|
144 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* Makefile (Entities.html): URI has changed. |
147 |
|
|
148 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
151 |
|
1553). |
152 |
|
|
153 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
156 |
|
no longer table elements, but table objects returned |
157 |
|
by Whatpm::HTMLTable. |
158 |
|
|
159 |
|
* HTMLTable.pm (form_table): Return table element node |
160 |
|
as |$table->{element}|. |
161 |
|
(assign_header): Support for the |headers=""| attribute. |
162 |
|
|
163 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* HTMLTable.pm (assign_header): New function; first version |
166 |
|
with no support for headers="". |
167 |
|
(form_table): Include table width and height to the returned |
168 |
|
table object for covenience. Indexing in column assignement was wrong. |
169 |
|
Set whether a data cell is empty or not for convenience. |
170 |
|
|
171 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
174 |
|
|
175 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* HTMLTable.pm: How table model errors are detected is |
178 |
|
changed (HTML5 revision 1387). |
179 |
|
|
180 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
183 |
|
to the end of the table (HTML5 revision 1380). |
184 |
|
|
185 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
188 |
|
of 1-based (HTML5 revision 1376). |
189 |
|
|
190 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
193 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
194 |
|
revision 1288). |
195 |
|
|
196 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
199 |
|
1282). |
200 |
|
|
201 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* ContentChecker.pm: Support for global attributes. |
204 |
|
Status of XML specs are added. |
205 |
|
|
206 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
209 |
|
and |ref=""| attribute (referent element type checking). |
210 |
|
|
211 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
214 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
215 |
|
knowledge). Line number counting was wrong for LF-only |
216 |
|
documents. |
217 |
|
|
218 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
221 |
|
character (HTML5 revision 1263). |
222 |
|
|
223 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
226 |
|
definition for |AElig;| was missing). |
227 |
|
|
228 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
229 |
|
|
230 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
231 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
232 |
|
|
233 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* HTML.pm.src: List of element names that close foreign content |
236 |
|
insertion mode is added (HTML5 revisions 1412 and 1418). |
237 |
|
|
238 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* HTML.pm.src: Support for |mglyph| and |malignmark| |
241 |
|
elements (HTML5 revision 1410). |
242 |
|
|
243 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* HTML.pm.src: Support for new long MathML entities (HTML5 |
246 |
|
revision 1406). |
247 |
|
|
248 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
249 |
|
|
250 |
|
* HTML.pm.src: CDATA section support for MathML and SVG |
251 |
|
elements (HTML5 revision 1404 and 1420). |
252 |
|
|
253 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
256 |
|
elements (HTML5 revision 1404). Unused !!!macro definitions |
257 |
|
are removed. |
258 |
|
|
259 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
262 |
|
are raised is changed (HTML5 revision 1404). |
263 |
|
|
264 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
267 |
|
|
268 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
271 |
|
replaced by constants representing element category. |
272 |
|
|
273 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
276 |
|
for error reporting. (This is a preparation for using constant |
277 |
|
value for ->[1].) |
278 |
|
|
279 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* RDFXML.pm: Typo fixed. |
282 |
|
|
283 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
284 |
|
|
285 |
|
* ContentChecker.pm: |fact_level| is now treated |
286 |
|
as same as |must_level|, i.e. level = |m|. |
287 |
|
(check_element): Make list of URIs in the DOM. |
288 |
|
|
289 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* RDFXML.pm: Language accessor implemented. |
292 |
|
Local (null-namespace) attribute support. |
293 |
|
|
294 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
295 |
|
|
296 |
|
* RDFXML.pm: Factored out ID checking code. |
297 |
|
|
298 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
299 |
|
|
300 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
301 |
|
and URI attributes is implemented. Warn if unknown |
302 |
|
value is used in rdf:parseType="" attribute. |
303 |
|
|
304 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
305 |
|
|
306 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
307 |
|
|
308 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
309 |
|
are now resolved. |
310 |
|
|
311 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
313 |
* ContentChecker.pm: RDF reification implemented. |
* ContentChecker.pm: RDF reification implemented. |