1 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* RDFXML.pm: Factored out ID checking code. |
4 |
|
|
5 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
8 |
|
and URI attributes is implemented. Warn if unknown |
9 |
|
value is used in rdf:parseType="" attribute. |
10 |
|
|
11 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
12 |
|
|
13 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
16 |
|
are now resolved. |
17 |
|
|
18 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* ContentChecker.pm: RDF reification implemented. |
21 |
|
|
22 |
|
* RDFXML.pm: undef vs false bug fixed. |
23 |
|
Reification implemented. |
24 |
|
|
25 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
28 |
|
The |node| arguments are added for |ontriple| calls. |
29 |
|
Too many "attribute not allowed" errors were raised. |
30 |
|
|
31 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
32 |
|
element. |
33 |
|
|
34 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* RDFXML.pm: New module. |
37 |
|
|
38 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src (set_inner_html): Line/column number |
41 |
|
code was old one yet. |
42 |
|
|
43 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
46 |
|
errors. Line/column markings for DOCTYPE, comment, and |
47 |
|
character tokens are reintroduced; otherwise, |
48 |
|
error location for "not HTML5" error and errors |
49 |
|
for implied elements are not attached. |
50 |
|
|
51 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
54 |
|
|
55 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
56 |
|
(value): Setter implemented. |
57 |
|
|
58 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
59 |
|
|
60 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src: Unused line/column markings are removed. |
63 |
|
|
64 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
67 |
|
flag, which is no longer used. |
68 |
|
|
69 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: Set line/column information to element nodes. |
72 |
|
|
73 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
74 |
|
and !!!insert-element-t): Set line/column information to |
75 |
|
element nodes. |
76 |
|
|
77 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
80 |
|
in "<?", "<>", or "</>" should be the error point. |
81 |
|
|
82 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm.src: Some more fixes on error position reporting. |
85 |
|
|
86 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm.src: Token-level precious error reporting. |
89 |
|
|
90 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm.src: Preparation for more precious error point |
93 |
|
reporting. |
94 |
|
|
95 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm.src: Error type revised. |
98 |
|
|
99 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm.src: Similar codes are merged together, again. |
102 |
|
|
103 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm.src: Similar codes are merged together. |
106 |
|
|
107 |
|
2008-03-10 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* mkhtmlparser.pl: Set "level" parameter to parse errors. |
110 |
|
|
111 |
|
* HTML.pm.src: Code refined. |
112 |
|
|
113 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm.src: |</body>| treatement has been changed (HTML5 |
116 |
|
revision 1348). Note that I really don't know this makes |
117 |
|
any difference in the black-box behavior of the parser. |
118 |
|
|
119 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* HTML.pm.src: New end-of-file token implementation (HTML5 |
122 |
|
revision 1348). |
123 |
|
|
124 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm.src: |applet| support (HTML5 revision 1347). |
127 |
|
|
128 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343). |
131 |
|
|
132 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* HTML.pm.src: Support for |<input>| in the "in select" insertion |
135 |
|
mode and support for the "in select in table" insertion mode (HTML5 |
136 |
|
revision 1342). |
137 |
|
|
138 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm.src: No foster parenting for <script> and <script> |
141 |
|
in non-tainted <table>s (HTML5 revision 1336). |
142 |
|
|
143 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* HTML.pm.src: Ignore white space characters between <html> |
146 |
|
and <head> (HTML5 revision 1332). |
147 |
|
|
148 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm.src: Treat <input type=hidden> as if it were a |
151 |
|
white space (HTML5 revision 1331). |
152 |
|
|
153 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* HTML.pm.src: Ignore U+000A at the beginning of a |listing| |
156 |
|
element (HTML5 revision 1330). |
157 |
|
|
158 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm.src: <title> is always appended to the current |
161 |
|
element (HTML5 revision 1328). |
162 |
|
|
163 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* HTML.pm.src: White space in tainted tables are moved |
166 |
|
into foster parents (HTML5 revision 1326). |
167 |
|
|
168 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* HTML.pm.src: Reduce errors from foster parenting cases (HTML5 |
171 |
|
revision 1321). |
172 |
|
|
173 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* HTML.pm.src: |</h/n/>| case code rearranged to align with |
176 |
|
the spec (HTML5 revision 1320). Note that we finally complete |
177 |
|
all of HTML5 revision 1320 changes. |
178 |
|
|
179 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* HTML.pm.src: |</form>| now works similar to |</div>| for unclosed |
182 |
|
tags (HTML5 revision 1320). |
183 |
|
|
184 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* HTML.pm.src: |</p>| case rearranged with no actual change in fact. |
187 |
|
|
188 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* HTML.pm.src: A "generate implied end tags" code (t409.1) |
191 |
|
could not be reached so that it is now removed (HTML5 revision |
192 |
|
1320). |
193 |
|
|
194 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
|
* HTML.pm.src: Code for the case of |</div>| and so on are revised |
197 |
|
to align with new spec text (HTML5 revision 1320). |
198 |
|
|
199 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* HTML.pm.src: Remove strange |if| condition; however, it should |
202 |
|
have had no harm in theory. |
203 |
|
|
204 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* HTML.pm.src (_tree_construction_main): '</p>' in body |
207 |
|
case is split from other end tags for the preparation |
208 |
|
of implementing HTML revision 1320. |
209 |
|
|
210 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* HTML.pm.src: Simplified "generate implied end tag" (HTML5 |
213 |
|
revision 1320). |
214 |
|
|
215 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* HTML.pm.src (_tree_construction_main): Merge rules for "h1" |
218 |
|
and "div" (HTML5 revision 1318). Add comments to where |
219 |
|
|form| pointer association codes should be inserted (HTML5 revision |
220 |
|
1319). |
221 |
|
|
222 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTML.pm.src: <html> treatement refined (HTML5 revision 1314). |
225 |
|
|
226 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
229 |
|
other token type, there are), it is replaced by a |die| statement. |
230 |
|
|
231 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* HTML.pm.src: Typo fixed. |
234 |
|
|
235 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
238 |
|
doctypes were not uppercased for comparison. |
239 |
|
|
240 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
243 |
|
are added. |
244 |
|
|
245 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
248 |
|
are set. Cases that are unlikely reached are noted as so. |
249 |
|
|
250 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* HTML.pm.src: Checkpoints for debugging are added. |
253 |
|
|
254 |
|
* mkhtmlparser.pl: Support for |!!!cp| syntax. |
255 |
|
|
256 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g |
259 |
|
for simplicity. |
260 |
|
|
261 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5 |
264 |
|
revision 1307). |
265 |
|
|
266 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
269 |
|
is set are changed (HTML5 revision 1305). |
270 |
|
|
271 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
273 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
274 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
275 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
276 |
|
of attribute value literals (HTML5 revision 1296). More |
277 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
278 |
|
between attributes and ban attribute names or unquoted |
279 |
|
attribute values containing single or double quotes (HTML5 |
280 |
|
revision 1303). |
281 |
|
|
282 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
284 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
285 |
|
and related errors unless it is an HTML document (though the spec |
286 |
|
is unclear on whether it is applied to XHTML document). |
287 |
|
|
288 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
289 |
|
are added. |
290 |
|
|
291 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
293 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
294 |
|
|
295 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
297 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
298 |
|
|
299 |
|
* HTML.pm.src: |charset| in |content| attribute is |
300 |
|
case-insensitive (HTML5 revision 1270). |
301 |
|
|
302 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
303 |
|
|
304 |
|
* ContentChecker.pm: New status constants are added. |
305 |
|
($ElementDefault): |status| added. |
306 |
|
(check_element): Err for non-standard or deprecated elements. |
307 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
308 |
|
|
309 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
310 |
|
|
311 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
312 |
|
|
313 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
314 |
|
|
315 |
|
* ContentChecker.pm (check_element): Element standardized |
316 |
|
status information is now dispatched. |
317 |
|
|
318 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
319 |
|
|
320 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
321 |
|
problem by adding some more arguments. |
322 |
|
|
323 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
324 |
|
|
325 |
|
* ContentChecker.pm (check_element): Use context of |
326 |
|
container-for-the-purpose-of-content-model element (not transparent |
327 |
|
element) for |check_child_element| calling and significant |
328 |
|
text flag marking. This reintroduces |<del>|-and-significant |
329 |
|
problem again. |
330 |
|
|
331 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
332 |
|
|
333 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
334 |
|
elements ignored for the purpose of phase changes in |
335 |
|
content model checking. |
336 |
|
|
337 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
338 |
|
|
339 |
|
* ContentChecker.pm (check_element): In-element state |
340 |
|
was not properly managed for transparent cases. |
341 |
|
|
342 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
344 |
|
* ContentChecker.pm (check_element): Support for |video| |
345 |
|
and |audio| as semi-transparent elements. |
346 |
|
|
347 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
348 |
|
|
349 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
350 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
351 |
|
Support for |html:object| as a semi-transparent element. |
352 |
|
|
353 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
354 |
|
|
355 |
|
* ContentChecker.pm (check_element): The way to traverse |
356 |
|
the tree is entirely revised to make it easier to track |
357 |
|
the state of ancestors/descendants. As a result of this |
358 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
359 |
|
support for content model checking for HTML elements |figure|, |
360 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
361 |
|
some XMLNS checkings) are dropped for now. They will be |
362 |
|
reimplemented in due cource. |
363 |
|
|
364 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
365 |
|
|
366 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
367 |
|
token (HTML5 revision 1225). |
368 |
|
|
369 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
370 |
|
|
371 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
372 |
|
|
373 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
374 |
|
contains character references or not. |
375 |
|
|
376 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
377 |
|
|
378 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
379 |
|
imlement significant content checking for contents |
380 |
|
with |del| elements. |
381 |
|
|
382 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
384 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
385 |
|
elements are added. |
386 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
387 |
|
|
388 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
389 |
|
|
390 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
391 |
|
|
392 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
393 |
|
|
394 |
|
* CacheManifest.pod: Updated. |
395 |
|
|
396 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
397 |
|
|
398 |
|
* ContentChecker.pm (check_document, check_element): Support |
399 |
|
for second argument ($onsubdoc). |
400 |
|
(_get_css_parser): Removed (now it is part of WDCC). |
401 |
|
|
402 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
403 |
|
|
404 |
|
* ContentChecker.pm (_get_css_parser): New. |
405 |
|
|
406 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
407 |
|
|
408 |
|
* ContentChecker.pm ($AnyChecker): Old way to add child elements |
409 |
|
for checking had been used. |
410 |
|
|
411 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
412 |
|
|
413 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
414 |
|
|
415 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
416 |
|
|
417 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
418 |
|
specced in RFC 2046 and RFC 4288. |
419 |
|
(application/atom+xml): Definition added. |
420 |
|
|
421 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
422 |
|
|
423 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
424 |
|
warnings (rather than SHOULD-level errors). |
425 |
|
|
426 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
427 |
|
|
428 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
429 |
|
|
430 |
|
* HTML.pm.src: A flag for character references in attribute |
431 |
|
values are added. Set |manakai_has_reference| user data |
432 |
|
to |charset| attribute. |
433 |
|
|
434 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
435 |
|
|
436 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
437 |
|
attributes. |
438 |
|
|
439 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
440 |
|
cannot be tested. |
441 |
|
|
442 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
444 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
445 |
|
by universalchardet if charset parameter is not specified. |
446 |
|
|
447 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
448 |
|
|
449 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
450 |
|
|
451 |
|
* ContentChecker.pm (check_document): Check the existence |
452 |
|
of character encoding declaration and selection of encoding |
453 |
|
for HTML document. |
454 |
|
|
455 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
457 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
458 |
|
type in list context. |
459 |
|
|
460 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
461 |
|
|
462 |
|
* ContentType.pm: Sniffing with leading white space |
463 |
|
ignoring (HTML5 revisions 1013 and 1016). |
464 |
|
|
465 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
466 |
|
|
467 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
468 |
|
white spaces, are implemented. |
469 |
|
|
470 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
471 |
|
|
472 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
473 |
|
attribute if possible. |
474 |
|
|
475 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
476 |
|
|
477 |
|
* HTML.pm.src (parse_byte_string): New method. |
478 |
|
(parse_char_string): New alias for |parse_string|. |
479 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
480 |
|
|
481 |
|
* HTML.pod: Updated. |
482 |
|
|
483 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
484 |
|
|
485 |
|
* HTML.pod (get_inner_html): Removed. |
486 |
|
|
487 |
|
* Makefile (HTML-all, HTML-clean): New. |
488 |
|
|
489 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
490 |
|
|
491 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
492 |
|
|
493 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
494 |
|
|
495 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
496 |
|
|
497 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
498 |
|
|
499 |
|
* Makefile: |CacheManifest.html| is added. |
500 |
|
|
501 |
|
* CacheManifest.pod: New file. |
502 |
|
|
503 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
504 |
|
|
505 |
* CacheManifest.pm: New module. |
* CacheManifest.pm: New module. |