1 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
4 |
|
attributes. |
5 |
|
|
6 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
7 |
|
cannot be tested. |
8 |
|
|
9 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
12 |
|
by universalchardet if charset parameter is not specified. |
13 |
|
|
14 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
15 |
|
|
16 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm (check_document): Check the existence |
19 |
|
of character encoding declaration and selection of encoding |
20 |
|
for HTML document. |
21 |
|
|
22 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
25 |
|
type in list context. |
26 |
|
|
27 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* ContentType.pm: Sniffing with leading white space |
30 |
|
ignoring (HTML5 revisions 1013 and 1016). |
31 |
|
|
32 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
35 |
|
white spaces, are implemented. |
36 |
|
|
37 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
40 |
|
attribute if possible. |
41 |
|
|
42 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
* HTML.pm.src (parse_byte_string): New method. |
* HTML.pm.src (parse_byte_string): New method. |