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> |
56 |
|
|
57 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
58 |
|
white spaces, are implemented. |
59 |
|
|
60 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
63 |
|
attribute if possible. |
64 |
|
|
65 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src (parse_byte_string): New method. |
68 |
|
(parse_char_string): New alias for |parse_string|. |
69 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
70 |
|
|
71 |
|
* HTML.pod: Updated. |
72 |
|
|
73 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pod (get_inner_html): Removed. |
76 |
|
|
77 |
|
* Makefile (HTML-all, HTML-clean): New. |
78 |
|
|
79 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
82 |
|
|
83 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
86 |
|
|
87 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
* Makefile: |CacheManifest.html| is added. |
* Makefile: |CacheManifest.html| is added. |