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