1 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118). |
4 |
|
|
5 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Makefile (clean): New rule. |
8 |
|
|
9 |
|
* NanoDOM.pm (public_id, system_id): New attributes. |
10 |
|
|
11 |
|
2007-10-17 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Makefile (CSS-all, CSS-clean, clean): New rules. |
14 |
|
|
15 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* ContentChecker.pm (check_document): Support for |
18 |
|
new |is_xml_root| flag. |
19 |
|
(check_element): Support for new |pluses| state. |
20 |
|
(_add_pluses): New method. |
21 |
|
(_remove_minuses): Support for new |minus| item. |
22 |
|
|
23 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* ContentChecker.pm: Raise specific error for invalid |
26 |
|
root element. |
27 |
|
|
28 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm: Set level values for later uses. |
31 |
|
|
32 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentChecker.pm: Support for language tag validation. |
35 |
|
|
36 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* LangTag.pm (check_rfc3066_language_tag): New method. |
39 |
|
|
40 |
|
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* LangTag.pm: New module. |
43 |
|
|
44 |
|
2007-09-04 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: Some error types were wrong. |
47 |
|
|
48 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* CSS/: New directory. |
51 |
|
|
52 |
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.pm (_check_get_children): Support |
55 |
|
for |noscript| in |head|. |
56 |
|
|
57 |
|
2007-08-12 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* URI/: New directory. |
60 |
|
|
61 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm.src: Tokenizer's states are now represented in |
64 |
|
number. |
65 |
|
|
66 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src: |or|s for insertion modes are replaced |
69 |
|
by |&|s. |
70 |
|
|
71 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm.src: Token types are now represented in number. |
74 |
|
|
75 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* ContentType.pm (SEE ALSO): Updated. |
78 |
|
|
79 |
|
* HTML.pm.src: Insertion modes are now represented in number. |
80 |
|
|
81 |
|
2007-08-11 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* ContentType.pm: Sniffing for bitmap images (HTML5 revision |
84 |
|
999) is implemented. |
85 |
|
|
86 |
|
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* ContentType.pm: Sniffing for |<script| (HTML5 revision |
89 |
|
983) is implemented. |
90 |
|
|
91 |
|
2007-08-06 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* ContentChecker.pod: New documentation. |
94 |
|
|
95 |
|
* Makefile: A rule for |ContentChecker.html| is added. |
96 |
|
|
97 |
|
* ContentChecker.pm: A pod "LICENSE" section is added. |
98 |
|
|
99 |
|
* NanoDOM.pm ($VERSION): New variable. |
100 |
|
|
101 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* H2H.pm: |b|, |i|, and |sub| are added to the |
104 |
|
list of allowed HTML elements. |
105 |
|
|
106 |
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* H2H.pm: |samp| is added to the list of allowed |
109 |
|
HTML elements. |
110 |
|
|
111 |
|
* URIChecker.pm (check_iri): New. |
112 |
|
(check_iri_reference): Error type for IRI reference |
113 |
|
syntax error is changed. |
114 |
|
|
115 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* ContentChecker.pm: Reference to the |Whatpm::ContentChecker::Atom| |
118 |
|
is added. |
119 |
|
(check_document): Load appropriate module before validation. |
120 |
|
|
121 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* ContentChecker/: New directory. |
124 |
|
|
125 |
|
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* ContentChecker.pm: HTML |time| element is implemented. |
128 |
|
|
129 |
|
* HTMLTable.pm: Comments are updated as HTML5 is revised. |
130 |
|
|
131 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* ContentChecker.pm (check_document): Return value |
134 |
|
even if no document element is found. |
135 |
|
|
136 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* HTML.pm.src: |$in_body| is no longer a function. |
139 |
|
|
140 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* HTML.pm.src: The |$in_body| code has been moved down. |
143 |
|
|
144 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* HTML.pm.src: The "trailing end" insertion mode |
147 |
|
is split into "after html body" and "after html frameset" |
148 |
|
insertion modes. Their codes are merged with "after body" |
149 |
|
and "after frameset" codes. |$previous_insertion_mode| |
150 |
|
has been removed. "after frameset" code is |
151 |
|
merged with "in frameset" code. |
152 |
|
|
153 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* HTML.pm.src: The "before head" insertion mode is |
156 |
|
merged with the "in head" insertion mode. |
157 |
|
|
158 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm.src: Cases in "in head" insertion mode are |
161 |
|
reorganized. |
162 |
|
|
163 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* HTML.pm.src: Some cases in "in table" insertion mode |
166 |
|
are merged. |
167 |
|
|
168 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* HTML.pm.src: The "in row" insertion mode is merged |
171 |
|
with "in table" insertion mode. |
172 |
|
|
173 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* HTML.pm.src: The "in table" and "in table body" insertion |
176 |
|
modes are merged. |
177 |
|
|
178 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* HTML.pm.src: There is no "in table head" or "in table foot" |
181 |
|
insertion mode! |
182 |
|
|
183 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm.src: |<noframes>| "in frameset" and "in noframes" |
186 |
|
now directly invoke the handler. |
187 |
|
|
188 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* HTML.pm.src: Codes for "in cell" insertion mode |
191 |
|
is merged to the "in body" insertion mode code. |
192 |
|
|
193 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* HTML.pm.src: Codes for "in body" and "in caption" |
196 |
|
insertion modes are merged. |
197 |
|
|
198 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* HTML.pm.src: Two |!!!next-token|s were missing. |
201 |
|
|
202 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* HTML.pm.src: Use numeric constant for |{content_mode}| |
205 |
|
instead of string constant for |{content_model_flag}|. |
206 |
|
|
207 |
|
2007-07-21 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* HTML.pm.src: Add the name of the attribute |
210 |
|
to the "duplicate attribute" error. |
211 |
|
|
212 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
214 |
|
* ContentChecker.pm: Return the |class| node list. |
215 |
|
|
216 |
|
2007-07-17 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
218 |
|
* ContentChecker.pm: Return the |id| node list. |
219 |
|
|
220 |
|
* HTML.pm.src: A typo is fixed. |
221 |
|
|
222 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* ContentChecker.pm: Drop wrong |level => 'error'| specification |
225 |
|
from "in HTML:xml:lang" error. Character position |
226 |
|
is now the last part of the error type in the URI error |
227 |
|
description. Report "unsupported" status for language |
228 |
|
tags, media queries, script codes, and style sheets. |
229 |
|
|
230 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
231 |
|
|
232 |
|
* ContentChecker.pm: Report error if |xml:lang| |
233 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
234 |
|
in XML. |
235 |
|
|
236 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
237 |
|
|
238 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
239 |
|
|
240 |
|
* HTML.pm.src: The character immediately following |
241 |
|
a bare |hcro| was discarded. Fix handling of |
242 |
|
entity references in attribute values. |
243 |
|
|
244 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* HTML.pm.src (main and trailin end phases): Token |
247 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
248 |
|
factored out. Error types |in html:#DOCTYPE| |
249 |
|
and |after html:#DOCTYPE| are merged |
250 |
|
into |DOCTYPE in the middle|. |</frameset>| |
251 |
|
in fragment parsing mode changed the |
252 |
|
insertion mode. |
253 |
|
|
254 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
257 |
|
phase is now an insertion mode. Treatments for white |
258 |
|
space character tokens were incorrect for some |
259 |
|
insertion modes. An old |meta| case was not removed. |
260 |
|
|
261 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* HTML.pm.src: |meta| charset declaration extraction |
264 |
|
implemented (but changing the encoding is not yet:-). |
265 |
|
|
266 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
267 |
|
|
268 |
|
* Charset/: New directory. |
269 |
|
|
270 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* H2H.pm: New Perl module (created from |
273 |
|
manakai's H2H.dis). |
274 |
|
|
275 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* XMLSerializer.pm: New Perl module (created from |
278 |
|
manakai's SimpleLS.dis). |
279 |
|
|
280 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
283 |
|
|
284 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
|
* HTML.pm.src: Report correct error message |
287 |
|
for |<body></div></body>|. |
288 |
|
|
289 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
* HTMLTable.pm: An error description was incorrect. |
* HTMLTable.pm: An error description was incorrect. |