1 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* WebIDL.pm: Revise forward-compatible parsing so that |
4 |
|
it now can handle broken extended attributes and as such. |
5 |
|
|
6 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* WebIDL.pm: Real support for extended attributes. |
9 |
|
Support for extended attributes with arguments. |
10 |
|
|
11 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* WebIDL.pm: Support for |exception| syntax. |
14 |
|
(Interface->idl_text): Tentative support for inheritances. |
15 |
|
|
16 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* WebIDL.pm: Hierarchical scoped name support was broken. |
19 |
|
Support for raises, setraises, and getraises syntaxes. |
20 |
|
|
21 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* WebIDL.pm: Support for |idl_text| attribute, version 1 (no |
24 |
|
proper support for types, extended attributes, and exceptions yet). |
25 |
|
WebIDL parser, version 1 (no support for exceptions yet, |
26 |
|
no proper support for extended attributes yet). |
27 |
|
|
28 |
|
2008-07-09 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* WebIDL.pm (parse_char_string): Support for basic attribute syntax. |
31 |
|
|
32 |
|
2008-06-29 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* WebIDL.pm: Support for valuetype and const. |
35 |
|
|
36 |
|
2008-06-29 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* WebIDL.pm: New module. |
39 |
|
|
40 |
|
2008-06-15 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Makefile (Entities.html): URI changed. |
43 |
|
|
44 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: Support for ruby parsing (HTML5 revision 1704). |
47 |
|
|
48 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src (_get_next_token): A parse error was missing. |
51 |
|
|
52 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* mklinktypelist.pl: rel=contact is no longer part of the HTML5 |
55 |
|
spec (commented out). (HTML5 revision 1711). |
56 |
|
|
57 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701). |
60 |
|
|
61 |
|
* HTML.pm.src: UTF-16BE and UTF-16LE should be considered |
62 |
|
as UTF-16 (HTML5 revision 1701). |
63 |
|
|
64 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm.src: Support for <noframes> in <head> (HTML5 revision |
67 |
|
1692). |
68 |
|
|
69 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: The secondary insertion mode used when switching |
72 |
|
to foreign content is the "in body" insertion mode (HTML5 revision |
73 |
|
1696). |
74 |
|
|
75 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm.src: Don't raise parse error for <isindex/> (HTML5 |
78 |
|
revision 1697). |
79 |
|
|
80 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm.src: Support for end-of-file token in foreign content |
83 |
|
insertion mode (HTML5 revision 1693). Update SVG camelCase |
84 |
|
attribute list (HTML5 revision 1700). <textarea> closes |
85 |
|
</select> (HTML5 revision 1699). More start tags close in |
86 |
|
foreign content insertion mode (HTML5 revision 1698). |
87 |
|
|
88 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665). |
91 |
|
|
92 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* HTML.pm.src: More robust charset parameter detection (HTML5 |
95 |
|
revision 1674). |
96 |
|
|
97 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* ContentType.pm: Support for image/vnd.microsoft.icon (HTML5 |
100 |
|
revision 1676). |
101 |
|
|
102 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm.src: Ignore language part of public identifiers for |
105 |
|
quriks mode detection (HTML5 revision 1679). |
106 |
|
|
107 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 |
110 |
|
revision 1685). |
111 |
|
|
112 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm.src: Support for EOF in new states for tags (HTML5 |
115 |
|
revision 1684). |
116 |
|
|
117 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
120 |
|
work (HTML5 revision 1690). |
121 |
|
|
122 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
125 |
|
end tags in head insertion modes (HTML5 revision 1686). |
126 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
127 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
128 |
|
|
129 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
132 |
|
|parse_byte_stream|. |
133 |
|
(parse_byte_stream): New method. |
134 |
|
|
135 |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
* HTML.pm.src (parse_byte_string): Fix the column number reported |
* HTML.pm.src (parse_byte_string): Fix the column number reported |