1 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm (check_document, check_element): Support |
4 |
|
for second argument ($onsubdoc). |
5 |
|
(_get_css_parser): Removed (now it is part of WDCC). |
6 |
|
|
7 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* ContentChecker.pm (_get_css_parser): New. |
10 |
|
|
11 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm ($AnyChecker): Old way to add child elements |
14 |
|
for checking had been used. |
15 |
|
|
16 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm (check_element): New todo item type |descendant|. |
19 |
|
|
20 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* IMTChecker.pm: Revised to raise errors and warnings as (poorly) |
23 |
|
specced in RFC 2046 and RFC 4288. |
24 |
|
(application/atom+xml): Definition added. |
25 |
|
|
26 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* URIChecker.pm: Make RFC 3986 should-level errors |
29 |
|
warnings (rather than SHOULD-level errors). |
30 |
|
|
31 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* NanoDOM.pm (get_user_data, set_user_data): New methods. |
34 |
|
|
35 |
|
* HTML.pm.src: A flag for character references in attribute |
36 |
|
values are added. Set |manakai_has_reference| user data |
37 |
|
to |charset| attribute. |
38 |
|
|
39 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New |
42 |
|
attributes. |
43 |
|
|
44 |
|
* ContentChecker.pm (check_document): Warn if charset requirements |
45 |
|
cannot be tested. |
46 |
|
|
47 |
|
2007-11-19 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src (parse_byte_string): Detect charset |
50 |
|
by universalchardet if charset parameter is not specified. |
51 |
|
|
52 |
|
* Makefile (Charset-all, Charset-clean): New rules. |
53 |
|
|
54 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* ContentChecker.pm (check_document): Check the existence |
57 |
|
of character encoding declaration and selection of encoding |
58 |
|
for HTML document. |
59 |
|
|
60 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
63 |
|
type in list context. |
64 |
|
|
65 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ContentType.pm: Sniffing with leading white space |
68 |
|
ignoring (HTML5 revisions 1013 and 1016). |
69 |
|
|
70 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
73 |
|
white spaces, are implemented. |
74 |
|
|
75 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
78 |
|
attribute if possible. |
79 |
|
|
80 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm.src (parse_byte_string): New method. |
83 |
|
(parse_char_string): New alias for |parse_string|. |
84 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
85 |
|
|
86 |
|
* HTML.pod: Updated. |
87 |
|
|
88 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pod (get_inner_html): Removed. |
91 |
|
|
92 |
|
* Makefile (HTML-all, HTML-clean): New. |
93 |
|
|
94 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
97 |
|
|
98 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
101 |
|
|
102 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Makefile: |CacheManifest.html| is added. |
105 |
|
|
106 |
|
* CacheManifest.pod: New file. |
107 |
|
|
108 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* CacheManifest.pm: New module. |
111 |
|
|
112 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm.src: Support for application cache selection algorithm |
115 |
|
callback. |
116 |
|
|
117 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
120 |
|
|
121 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* Makefile (clean): New rule. |
124 |
|
|
125 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
126 |
|
|
127 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
130 |
|
|
131 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* ContentChecker.pm (check_document): Support for |
134 |
|
new |is_xml_root| flag. |
135 |
|
(check_element): Support for new |pluses| state. |
136 |
|
(_add_pluses): New method. |
137 |
|
(_remove_minuses): Support for new |minus| item. |
138 |
|
|
139 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* ContentChecker.pm: Raise specific error for invalid |
142 |
|
root element. |
143 |
|
|
144 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* ContentChecker.pm: Set level values for later uses. |
147 |
|
|
148 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* ContentChecker.pm: Support for language tag validation. |
151 |
|
|
152 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
155 |
|
|
156 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* LangTag.pm: New module. |
159 |
|
|
160 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* HTML.pm.src: Some error types were wrong. |
163 |
|
|
164 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* CSS/: New directory. |
167 |
|
|
168 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* ContentChecker.pm (_check_get_children): Support |
171 |
|
for |noscript| in |head|. |
172 |
|
|
173 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* URI/: New directory. |
176 |
|
|
177 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
179 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
180 |
|
number. |
181 |
|
|
182 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
185 |
|
by |&|s. |
186 |
|
|
187 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* HTML.pm.src: Token types are now represented in number. |
190 |
|
|
191 |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
* ContentType.pm (SEE ALSO): Updated. |
* ContentType.pm (SEE ALSO): Updated. |