1 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* mklinktypelist.pl: rel=contact is no longer part of the HTML5 |
4 |
|
spec (commented out). (HTML5 revision 1711). |
5 |
|
|
6 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701). |
9 |
|
|
10 |
|
* HTML.pm.src: UTF-16BE and UTF-16LE should be considered |
11 |
|
as UTF-16 (HTML5 revision 1701). |
12 |
|
|
13 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src: Support for <noframes> in <head> (HTML5 revision |
16 |
|
1692). |
17 |
|
|
18 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm.src: The secondary insertion mode used when switching |
21 |
|
to foreign content is the "in body" insertion mode (HTML5 revision |
22 |
|
1696). |
23 |
|
|
24 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: Don't raise parse error for <isindex/> (HTML5 |
27 |
|
revision 1697). |
28 |
|
|
29 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm.src: Support for end-of-file token in foreign content |
32 |
|
insertion mode (HTML5 revision 1693). Update SVG camelCase |
33 |
|
attribute list (HTML5 revision 1700). <textarea> closes |
34 |
|
</select> (HTML5 revision 1699). More start tags close in |
35 |
|
foreign content insertion mode (HTML5 revision 1698). |
36 |
|
|
37 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665). |
40 |
|
|
41 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm.src: More robust charset parameter detection (HTML5 |
44 |
|
revision 1674). |
45 |
|
|
46 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* ContentType.pm: Support for image/vnd.microsoft.icon (HTML5 |
49 |
|
revision 1676). |
50 |
|
|
51 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm.src: Ignore language part of public identifiers for |
54 |
|
quriks mode detection (HTML5 revision 1679). |
55 |
|
|
56 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 |
59 |
|
revision 1685). |
60 |
|
|
61 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm.src: Support for EOF in new states for tags (HTML5 |
64 |
|
revision 1684). |
65 |
|
|
66 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
69 |
|
work (HTML5 revision 1690). |
70 |
|
|
71 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
74 |
|
end tags in head insertion modes (HTML5 revision 1686). |
75 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
76 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
77 |
|
|
78 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
81 |
|
|parse_byte_stream|. |
82 |
|
(parse_byte_stream): New method. |
83 |
|
|
84 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
* HTML.pm.src (parse_byte_string): Fix the column number reported |
* HTML.pm.src (parse_byte_string): Fix the column number reported |