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> |
55 |
|
|
56 |
|
* ContentType.pm (get_sniffed_type): Return also the official |
57 |
|
type in list context. |
58 |
|
|
59 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentType.pm: Sniffing with leading white space |
62 |
|
ignoring (HTML5 revisions 1013 and 1016). |
63 |
|
|
64 |
|
2007-11-18 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* ContentType.pm: HTML5 revision 1013 changes, except for leading |
67 |
|
white spaces, are implemented. |
68 |
|
|
69 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src (parse_char_string): Set |inner_encoding| |
72 |
|
attribute if possible. |
73 |
|
|
74 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src (parse_byte_string): New method. |
77 |
|
(parse_char_string): New alias for |parse_string|. |
78 |
|
(main phase): Invoking "change the encoding" algorithm if desired. |
79 |
|
|
80 |
|
* HTML.pod: Updated. |
81 |
|
|
82 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pod (get_inner_html): Removed. |
85 |
|
|
86 |
|
* Makefile (HTML-all, HTML-clean): New. |
87 |
|
|
88 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm). |
91 |
|
|
92 |
|
2007-11-08 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132). |
95 |
|
|
96 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* Makefile: |CacheManifest.html| is added. |
99 |
|
|
100 |
|
* CacheManifest.pod: New file. |
101 |
|
|
102 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* CacheManifest.pm: New module. |
105 |
|
|
106 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* HTML.pm.src: Support for application cache selection algorithm |
109 |
|
callback. |
110 |
|
|
111 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
114 |
|
|
115 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* Makefile (clean): New rule. |
118 |
|
|
119 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
120 |
|
|
121 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
124 |
|
|
125 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* ContentChecker.pm (check_document): Support for |
128 |
|
new |is_xml_root| flag. |
129 |
|
(check_element): Support for new |pluses| state. |
130 |
|
(_add_pluses): New method. |
131 |
|
(_remove_minuses): Support for new |minus| item. |
132 |
|
|
133 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* ContentChecker.pm: Raise specific error for invalid |
136 |
|
root element. |
137 |
|
|
138 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* ContentChecker.pm: Set level values for later uses. |
141 |
|
|
142 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* ContentChecker.pm: Support for language tag validation. |
145 |
|
|
146 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
149 |
|
|
150 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* LangTag.pm: New module. |
153 |
|
|
154 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* HTML.pm.src: Some error types were wrong. |
157 |
|
|
158 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* CSS/: New directory. |
161 |
|
|
162 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* ContentChecker.pm (_check_get_children): Support |
165 |
|
for |noscript| in |head|. |
166 |
|
|
167 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* URI/: New directory. |
170 |
|
|
171 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
174 |
|
number. |
175 |
|
|
176 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
179 |
|
by |&|s. |
180 |
|
|
181 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* HTML.pm.src: Token types are now represented in number. |
184 |
|
|
185 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* ContentType.pm (SEE ALSO): Updated. |
188 |
|
|
189 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
190 |
|
|
191 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
194 |
|
999) is implemented. |
195 |
|
|
196 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
199 |
|
983) is implemented. |
200 |
|
|
201 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* ContentChecker.pod: New documentation. |
204 |
|
|
205 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
206 |
|
|
207 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
208 |
|
|
209 |
|
* NanoDOM.pm ($VERSION): New variable. |
210 |
|
|
211 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
214 |
|
list of allowed HTML elements. |
215 |
|
|
216 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* H2H.pm: |samp| is added to the list of allowed |
219 |
|
HTML elements. |
220 |
|
|
221 |
|
* URIChecker.pm (check_iri): New. |
222 |
|
(check_iri_reference): Error type for IRI reference |
223 |
|
syntax error is changed. |
224 |
|
|
225 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
228 |
|
is added. |
229 |
|
(check_document): Load appropriate module before validation. |
230 |
|
|
231 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* ContentChecker/: New directory. |
234 |
|
|
235 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
236 |
|
|
237 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
238 |
|
|
239 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
240 |
|
|
241 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* ContentChecker.pm (check_document): Return value |
244 |
|
even if no document element is found. |
245 |
|
|
246 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
249 |
|
|
250 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
253 |
|
|
254 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
|
* HTML.pm.src: The "trailing end" insertion mode |
257 |
|
is split into "after html body" and "after html frameset" |
258 |
|
insertion modes. Their codes are merged with "after body" |
259 |
|
and "after frameset" codes. |$previous_insertion_mode| |
260 |
|
has been removed. "after frameset" code is |
261 |
|
merged with "in frameset" code. |
262 |
|
|
263 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* HTML.pm.src: The "before head" insertion mode is |
266 |
|
merged with the "in head" insertion mode. |
267 |
|
|
268 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
271 |
|
reorganized. |
272 |
|
|
273 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
276 |
|
are merged. |
277 |
|
|
278 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
279 |
|
|
280 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
281 |
|
with "in table" insertion mode. |
282 |
|
|
283 |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
284 |
|
|
285 |
* HTML.pm.src: The "in table" and "in table body" insertion |
* HTML.pm.src: The "in table" and "in table body" insertion |