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