1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
4 |
|
elements are added. |
5 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
6 |
|
|
7 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
8 |
|
|
9 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
12 |
|
|
13 |
|
* CacheManifest.pod: Updated. |
14 |
|
|
15 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ContentChecker.pm (check_document, check_element): Support |
18 |
|
for second argument ($onsubdoc). |
19 |
|
(_get_css_parser): Removed (now it is part of WDCC). |
20 |
|
|
21 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* ContentChecker.pm (_get_css_parser): New. |
24 |
|
|
25 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* ContentChecker.pm ($AnyChecker): Old way to add child elements |
28 |
|
for checking had been used. |
29 |
|
|
30 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
33 |
|
|
34 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
37 |
|
specced in RFC 2046 and RFC 4288. |
38 |
|
(application/atom+xml): Definition added. |
39 |
|
|
40 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
43 |
|
warnings (rather than SHOULD-level errors). |
44 |
|
|
45 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
48 |
|
|
49 |
|
* HTML.pm.src: A flag for character references in attribute |
50 |
|
values are added. Set |manakai_has_reference| user data |
51 |
|
to |charset| attribute. |
52 |
|
|
53 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
56 |
|
attributes. |
57 |
|
|
58 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
59 |
|
cannot be tested. |
60 |
|
|
61 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
64 |
|
by universalchardet if charset parameter is not specified. |
65 |
|
|
66 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
67 |
|
|
68 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* ContentChecker.pm (check_document): Check the existence |
71 |
|
of character encoding declaration and selection of encoding |
72 |
|
for HTML document. |
73 |
|
|
74 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
77 |
|
type in list context. |
78 |
|
|
79 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* ContentType.pm: Sniffing with leading white space |
82 |
|
ignoring (HTML5 revisions 1013 and 1016). |
83 |
|
|
84 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
87 |
|
white spaces, are implemented. |
88 |
|
|
89 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
92 |
|
attribute if possible. |
93 |
|
|
94 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm.src (parse_byte_string): New method. |
97 |
|
(parse_char_string): New alias for |parse_string|. |
98 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
99 |
|
|
100 |
|
* HTML.pod: Updated. |
101 |
|
|
102 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
* HTML.pod (get_inner_html): Removed. |
* HTML.pod (get_inner_html): Removed. |