1 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
4 |
|
|
5 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
8 |
|
specced in RFC 2046 and RFC 4288. |
9 |
|
(application/atom+xml): Definition added. |
10 |
|
|
11 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
14 |
|
warnings (rather than SHOULD-level errors). |
15 |
|
|
16 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
19 |
|
|
20 |
|
* HTML.pm.src: A flag for character references in attribute |
21 |
|
values are added. Set |manakai_has_reference| user data |
22 |
|
to |charset| attribute. |
23 |
|
|
24 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
27 |
|
attributes. |
28 |
|
|
29 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
30 |
|
cannot be tested. |
31 |
|
|
32 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
35 |
|
by universalchardet if charset parameter is not specified. |
36 |
|
|
37 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
38 |
|
|
39 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* ContentChecker.pm (check_document): Check the existence |
42 |
|
of character encoding declaration and selection of encoding |
43 |
|
for HTML document. |
44 |
|
|
45 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
48 |
|
type in list context. |
49 |
|
|
50 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* ContentType.pm: Sniffing with leading white space |
53 |
|
ignoring (HTML5 revisions 1013 and 1016). |
54 |
|
|
55 |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
* ContentType.pm: HTML5 revision 1013 changes, except for leading |