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