1 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
4 |
|
warnings (rather than SHOULD-level errors). |
5 |
|
|
6 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
9 |
|
|
10 |
|
* HTML.pm.src: A flag for character references in attribute |
11 |
|
values are added. Set |manakai_has_reference| user data |
12 |
|
to |charset| attribute. |
13 |
|
|
14 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
17 |
|
attributes. |
18 |
|
|
19 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
20 |
|
cannot be tested. |
21 |
|
|
22 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
25 |
|
by universalchardet if charset parameter is not specified. |
26 |
|
|
27 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
28 |
|
|
29 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* ContentChecker.pm (check_document): Check the existence |
32 |
|
of character encoding declaration and selection of encoding |
33 |
|
for HTML document. |
34 |
|
|
35 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
38 |
|
type in list context. |
39 |
|
|
40 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentType.pm: Sniffing with leading white space |
43 |
|
ignoring (HTML5 revisions 1013 and 1016). |
44 |
|
|
45 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
48 |
|
white spaces, are implemented. |
49 |
|
|
50 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
53 |
|
attribute if possible. |
54 |
|
|
55 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm.src (parse_byte_string): New method. |
58 |
|
(parse_char_string): New alias for |parse_string|. |
59 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
60 |
|
|
61 |
|
* HTML.pod: Updated. |
62 |
|
|
63 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pod (get_inner_html): Removed. |
66 |
|
|
67 |
|
* Makefile (HTML-all, HTML-clean): New. |
68 |
|
|
69 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
72 |
|
|
73 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
76 |
|
|
77 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* Makefile: |CacheManifest.html| is added. |
80 |
|
|
81 |
|
* CacheManifest.pod: New file. |
82 |
|
|
83 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* CacheManifest.pm: New module. |
86 |
|
|
87 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm.src: Support for application cache selection algorithm |
90 |
|
callback. |
91 |
|
|
92 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
95 |
|
|
96 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* Makefile (clean): New rule. |
99 |
|
|
100 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
101 |
|
|
102 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
105 |
|
|
106 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* ContentChecker.pm (check_document): Support for |
109 |
|
new |is_xml_root| flag. |
110 |
|
(check_element): Support for new |pluses| state. |
111 |
|
(_add_pluses): New method. |
112 |
|
(_remove_minuses): Support for new |minus| item. |
113 |
|
|
114 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
* ContentChecker.pm: Raise specific error for invalid |
* ContentChecker.pm: Raise specific error for invalid |
117 |
root element. |
root element. |
118 |
|
|
|
* SelectorsParser.pm: Pass an empty string as a prefix |
|
|
for lookup namespace prefix callback, for loose compatibility |
|
|
with the |NSResolver| interface. |
|
|
|
|
119 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
* ContentChecker.pm: Set level values for later uses. |
* ContentChecker.pm: Set level values for later uses. |