1 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
4 |
|
|
5 |
|
* HTML.pm.src: A flag for character references in attribute |
6 |
|
values are added. Set |manakai_has_reference| user data |
7 |
|
to |charset| attribute. |
8 |
|
|
9 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
12 |
|
attributes. |
13 |
|
|
14 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
15 |
|
cannot be tested. |
16 |
|
|
17 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
20 |
|
by universalchardet if charset parameter is not specified. |
21 |
|
|
22 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
23 |
|
|
24 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm (check_document): Check the existence |
27 |
|
of character encoding declaration and selection of encoding |
28 |
|
for HTML document. |
29 |
|
|
30 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
33 |
|
type in list context. |
34 |
|
|
35 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentType.pm: Sniffing with leading white space |
38 |
|
ignoring (HTML5 revisions 1013 and 1016). |
39 |
|
|
40 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
43 |
|
white spaces, are implemented. |
44 |
|
|
45 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
48 |
|
attribute if possible. |
49 |
|
|
50 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm.src (parse_byte_string): New method. |
53 |
|
(parse_char_string): New alias for |parse_string|. |
54 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
55 |
|
|
56 |
|
* HTML.pod: Updated. |
57 |
|
|
58 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pod (get_inner_html): Removed. |
61 |
|
|
62 |
|
* Makefile (HTML-all, HTML-clean): New. |
63 |
|
|
64 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
67 |
|
|
68 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
71 |
|
|
72 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Makefile: |CacheManifest.html| is added. |
75 |
|
|
76 |
|
* CacheManifest.pod: New file. |
77 |
|
|
78 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
* CacheManifest.pm: New module. |
* CacheManifest.pm: New module. |