1 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* WebIDL.pm (parse_char_string): Set line/column numbers |
4 |
|
to generated nodes. Unescape identifiers. Extended attributes |
5 |
|
for Definition's were ignored. |
6 |
|
(append_child): Set |parent_node| attribute. |
7 |
|
(parent_node): New attribute. |
8 |
|
(check): Support interface/exception members. Support |
9 |
|
extended attributes. Support definition identifier uniqueness |
10 |
|
constraint. |
11 |
|
(qualified_name): New attribute. |
12 |
|
(Interface/Exception idl_text): Extended attributes were |
13 |
|
not prepended to the returned text. |
14 |
|
|
15 |
|
2008-08-02 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* WebIDL.pm (parse_char_string): Set line/column numbers |
18 |
|
to interface object experimentally. s/shift/pop/g, shift |
19 |
|
would make things wrong. Support for interface forward |
20 |
|
declarations was missing. Broken interface declarations |
21 |
|
with no block were not ignored entirely. |
22 |
|
(Whatpm::WebIDL::Node): New abstract class. This class |
23 |
|
makes things easier. |
24 |
|
(child_nodes): New attribute. Unlike DOM's attribute with |
25 |
|
same name, this attribute returns a dead list of nodes for |
26 |
|
simplicity. |
27 |
|
(get_user_data, set_user_data): New methods. |
28 |
|
(Module idl_text): A SPACE character should be inserted |
29 |
|
before the |{| character. |
30 |
|
(Interface idl_text): Support for interface forward declarations. |
31 |
|
(is_forward_declaration): New attribute. |
32 |
|
|
33 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* WebIDL.pm (type_text): Better serializer. |
36 |
|
|
37 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* WebIDL.pm: Revise forward-compatible parsing so that |
40 |
|
it now can handle broken extended attributes and as such. |
41 |
|
|
42 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* WebIDL.pm: Real support for extended attributes. |
45 |
|
Support for extended attributes with arguments. |
46 |
|
|
47 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* WebIDL.pm: Support for |exception| syntax. |
50 |
|
(Interface->idl_text): Tentative support for inheritances. |
51 |
|
|
52 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* WebIDL.pm: Hierarchical scoped name support was broken. |
55 |
|
Support for raises, setraises, and getraises syntaxes. |
56 |
|
|
57 |
|
2008-07-18 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* WebIDL.pm: Support for |idl_text| attribute, version 1 (no |
60 |
|
proper support for types, extended attributes, and exceptions yet). |
61 |
|
WebIDL parser, version 1 (no support for exceptions yet, |
62 |
|
no proper support for extended attributes yet). |
63 |
|
|
64 |
|
2008-07-09 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* WebIDL.pm (parse_char_string): Support for basic attribute syntax. |
67 |
|
|
68 |
|
2008-06-29 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* WebIDL.pm: Support for valuetype and const. |
71 |
|
|
72 |
|
2008-06-29 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* WebIDL.pm: New module. |
75 |
|
|
76 |
|
2008-06-15 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Makefile (Entities.html): URI changed. |
79 |
|
|
80 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm.src: Support for ruby parsing (HTML5 revision 1704). |
83 |
|
|
84 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm.src (_get_next_token): A parse error was missing. |
87 |
|
|
88 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* mklinktypelist.pl: rel=contact is no longer part of the HTML5 |
91 |
|
spec (commented out). (HTML5 revision 1711). |
92 |
|
|
93 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701). |
96 |
|
|
97 |
|
* HTML.pm.src: UTF-16BE and UTF-16LE should be considered |
98 |
|
as UTF-16 (HTML5 revision 1701). |
99 |
|
|
100 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm.src: Support for <noframes> in <head> (HTML5 revision |
103 |
|
1692). |
104 |
|
|
105 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm.src: The secondary insertion mode used when switching |
108 |
|
to foreign content is the "in body" insertion mode (HTML5 revision |
109 |
|
1696). |
110 |
|
|
111 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* HTML.pm.src: Don't raise parse error for <isindex/> (HTML5 |
114 |
|
revision 1697). |
115 |
|
|
116 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm.src: Support for end-of-file token in foreign content |
119 |
|
insertion mode (HTML5 revision 1693). Update SVG camelCase |
120 |
|
attribute list (HTML5 revision 1700). <textarea> closes |
121 |
|
</select> (HTML5 revision 1699). More start tags close in |
122 |
|
foreign content insertion mode (HTML5 revision 1698). |
123 |
|
|
124 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665). |
127 |
|
|
128 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm.src: More robust charset parameter detection (HTML5 |
131 |
|
revision 1674). |
132 |
|
|
133 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* ContentType.pm: Support for image/vnd.microsoft.icon (HTML5 |
136 |
|
revision 1676). |
137 |
|
|
138 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm.src: Ignore language part of public identifiers for |
141 |
|
quriks mode detection (HTML5 revision 1679). |
142 |
|
|
143 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5 |
146 |
|
revision 1685). |
147 |
|
|
148 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm.src: Support for EOF in new states for tags (HTML5 |
151 |
|
revision 1684). |
152 |
|
|
153 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML |
156 |
|
work (HTML5 revision 1690). |
157 |
|
|
158 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm.src (_tree_construction_main): Change handling of |
161 |
|
end tags in head insertion modes (HTML5 revision 1686). |
162 |
|
(parse_char_string): Bug fix for non-utf8 character string handlings. |
163 |
|
(parse_char_stream): |ungetc| does not work well for this context. |
164 |
|
|
165 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* HTML.pm.src (parse_byte_string): Redefined to invoke |
168 |
|
|parse_byte_stream|. |
169 |
|
(parse_byte_stream): New method. |
170 |
|
|
171 |
|
2008-05-18 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* HTML.pm.src (parse_byte_string): Fix the column number reported |
174 |
|
by encoding layer error reporter. |
175 |
|
|
176 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* HTML.pm.src (parse_byte_string): Use streaming decoder |
179 |
|
rather than converting the whole byte string and then parsing. |
180 |
|
Propagate errors in character encoding layer. |
181 |
|
(get_next_token): Precise error reporting for |bare stago| error. |
182 |
|
|
183 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm.src (parse_char_stream): New method. |
186 |
|
(parse_char_string): This method is now defined as an invocation |
187 |
|
of the |parse_char_stream| method. |
188 |
|
|
189 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* HTML.pm.src (parse_byte_string): Report various status |
192 |
|
of the sniffing as info-level errors. Support for new |
193 |
|
decoding framework in parser resestting. |
194 |
|
(new): Various default error levels were not set. |
195 |
|
|
196 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
199 |
|
algorithm, except for the actual sniffing, is implemented |
200 |
|
with new framework with Message::Charset::Info. |
201 |
|
|
202 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
205 |
|
URIs in fallback section (HTML5 revision 1596). |
206 |
|
|
207 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* Makefile (Entities.html): URI has changed. |
210 |
|
|
211 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
214 |
|
1553). |
215 |
|
|
216 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
219 |
|
no longer table elements, but table objects returned |
220 |
|
by Whatpm::HTMLTable. |
221 |
|
|
222 |
|
* HTMLTable.pm (form_table): Return table element node |
223 |
|
as |$table->{element}|. |
224 |
|
(assign_header): Support for the |headers=""| attribute. |
225 |
|
|
226 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* HTMLTable.pm (assign_header): New function; first version |
229 |
|
with no support for headers="". |
230 |
|
(form_table): Include table width and height to the returned |
231 |
|
table object for covenience. Indexing in column assignement was wrong. |
232 |
|
Set whether a data cell is empty or not for convenience. |
233 |
|
|
234 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
235 |
|
|
236 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
237 |
|
|
238 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* HTMLTable.pm: How table model errors are detected is |
241 |
|
changed (HTML5 revision 1387). |
242 |
|
|
243 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
244 |
|
|
245 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
246 |
|
to the end of the table (HTML5 revision 1380). |
247 |
|
|
248 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
249 |
|
|
250 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
251 |
|
of 1-based (HTML5 revision 1376). |
252 |
|
|
253 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
255 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
256 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
257 |
|
revision 1288). |
258 |
|
|
259 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
260 |
|
|
261 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
262 |
|
1282). |
263 |
|
|
264 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* ContentChecker.pm: Support for global attributes. |
267 |
|
Status of XML specs are added. |
268 |
|
|
269 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
272 |
|
and |ref=""| attribute (referent element type checking). |
273 |
|
|
274 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
* CacheManifest.pm (_parse): New same origin definition |
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
277 |
is defined (except for IDNA part and URI-scheme-specific |
1500) is implemented (except for IDNA part and URI-scheme-specific |
278 |
knowledge). Line number counting was wrong for LF-only |
knowledge). Line number counting was wrong for LF-only |
279 |
documents. |
documents. |
280 |
|
|