1 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
4 |
|
attribute if possible. |
5 |
|
|
6 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src (parse_byte_string): New method. |
9 |
|
(parse_char_string): New alias for |parse_string|. |
10 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
11 |
|
|
12 |
|
* HTML.pod: Updated. |
13 |
|
|
14 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pod (get_inner_html): Removed. |
17 |
|
|
18 |
|
* Makefile (HTML-all, HTML-clean): New. |
19 |
|
|
20 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
23 |
|
|
24 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
27 |
|
|
28 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Makefile: |CacheManifest.html| is added. |
31 |
|
|
32 |
|
* CacheManifest.pod: New file. |
33 |
|
|
34 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* CacheManifest.pm: New module. |
37 |
|
|
38 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src: Support for application cache selection algorithm |
41 |
|
callback. |
42 |
|
|
43 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
46 |
|
|
47 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Makefile (clean): New rule. |
50 |
|
|
51 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
52 |
|
|
53 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
56 |
|
|
57 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.pm (check_document): Support for |
60 |
|
new |is_xml_root| flag. |
61 |
|
(check_element): Support for new |pluses| state. |
62 |
|
(_add_pluses): New method. |
63 |
|
(_remove_minuses): Support for new |minus| item. |
64 |
|
|
65 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
* ContentChecker.pm: Raise specific error for invalid |
* ContentChecker.pm: Raise specific error for invalid |
68 |
root element. |
root element. |
69 |
|
|
|
* SelectorsParser.pm: Pass an empty string as a prefix |
|
|
for lookup namespace prefix callback, for loose compatibility |
|
|
with the |NSResolver| interface. |
|
|
|
|
70 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
* ContentChecker.pm: Set level values for later uses. |
* ContentChecker.pm: Set level values for later uses. |