1 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Support for <noframes> in <head> (HTML5 revision |
4 |
|
1692). |
5 |
|
|
6 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: The secondary insertion mode used when switching |
9 |
|
to foreign content is the "in body" insertion mode (HTML5 revision |
10 |
|
1696). |
11 |
|
|
12 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: Don't raise parse error for <isindex/> (HTML5 |
15 |
|
revision 1697). |
16 |
|
|
17 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Support for end-of-file token in foreign content |
20 |
|
insertion mode (HTML5 revision 1693). Update SVG camelCase |
21 |
|
attribute list (HTML5 revision 1700). <textarea> closes |
22 |
|
</select> (HTML5 revision 1699). More start tags close in |
23 |
|
foreign content insertion mode (HTML5 revision 1698). |
24 |
|
|
25 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665). |
28 |
|
|
29 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm.src: More robust charset parameter detection (HTML5 |
32 |
|
revision 1674). |
33 |
|
|
34 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ContentType.pm: Support for image/vnd.microsoft.icon (HTML5 |
37 |
|
revision 1676). |
38 |
|
|
39 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src: Ignore language part of public identifiers for |
42 |
|
quriks mode detection (HTML5 revision 1679). |
43 |
|
|
44 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 |
47 |
|
revision 1685). |
48 |
|
|
49 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src: Support for EOF in new states for tags (HTML5 |
52 |
|
revision 1684). |
53 |
|
|
54 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
57 |
|
work (HTML5 revision 1690). |
58 |
|
|
59 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
62 |
|
end tags in head insertion modes (HTML5 revision 1686). |
63 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
64 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
65 |
|
|
66 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
69 |
|
|parse_byte_stream|. |
70 |
|
(parse_byte_stream): New method. |
71 |
|
|
72 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
75 |
|
by encoding layer error reporter. |
76 |
|
|
77 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
80 |
|
rather than converting the whole byte string and then parsing. |
81 |
|
Propagate errors in character encoding layer. |
82 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
83 |
|
|
84 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm.src (parse_char_stream): New method. |
87 |
|
(parse_char_string): This method is now defined as an invocation |
88 |
|
of the |parse_char_stream| method. |
89 |
|
|
90 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm.src (parse_byte_string): Report various status |
93 |
|
of the sniffing as info-level errors. Support for new |
94 |
|
decoding framework in parser resestting. |
95 |
|
(new): Various default error levels were not set. |
96 |
|
|
97 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
100 |
|
algorithm, except for the actual sniffing, is implemented |
101 |
|
with new framework with Message::Charset::Info. |
102 |
|
|
103 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
106 |
|
URIs in fallback section (HTML5 revision 1596). |
107 |
|
|
108 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
* Makefile (Entities.html): URI has changed. |
* Makefile (Entities.html): URI has changed. |