1 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
4 |
revision 1426). |
5 |
|
6 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* HTML.pm: Support for HTML custom data attributes (HTML5 |
9 |
revision 1399). |
10 |
|
11 |
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
12 |
|
13 |
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
14 |
|
15 |
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
16 |
|
17 |
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
18 |
|
19 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* HTML.pm: link/@rev and a/@rev are implemented. |
22 |
|
23 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
24 |
|
25 |
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
26 |
img/@vspace, img/@longdesc, object/@align, object/@archive, |
27 |
object/@border, object/@classid, object/@codebase, |
28 |
object/@codetype, object/@declare, object/@hspace, |
29 |
object/@standby, object/@vspace, param/@valuetype, |
30 |
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
31 |
and %cellvalign/@valign are implemented. |
32 |
|
33 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
34 |
|
35 |
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
36 |
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
37 |
th/@nowrap, caption/@align , table/@frame, table/@rules, |
38 |
table/@summary, and table/@width are implemented. |
39 |
|
40 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
43 |
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
44 |
br/@clear, pre/@width, ol/@compact, ul/@compact, |
45 |
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
46 |
|
47 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
48 |
|
49 |
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
50 |
checker). head/@profile implemented. meta/@scheme implemented (as |
51 |
do-nothing checker). |
52 |
|
53 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
54 |
|
55 |
* HTML.pm: Add URIs to the list of URIs to be returned |
56 |
by the checker method. |accesskey| attribute is implemented. |
57 |
|
58 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
59 |
|
60 |
* Atom.pm: Don't raise an error even if there is |
61 |
no |atom:summary| element child in the |atom:entry| |
62 |
element when the |type| attribute of the |atom:content| |
63 |
element is set to |html|, |xhtml|, or |text|. |
64 |
The |atom:rights| elements were implemented |
65 |
as Date construct (!?). |
66 |
Typo in code for |rel=alternate| are fixed. |
67 |
|
68 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
69 |
|
70 |
* Atom.pm: Support for |thr:total| element. |
71 |
Add notes on additional Atom namespaces. |
72 |
|
73 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
74 |
|
75 |
* Atom.pm: Support for |thr:in-reply-to| element. |
76 |
|
77 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
78 |
|
79 |
* Atom.pm: Raise an error if required |atom:summary| |
80 |
element is missing from an |atom:entry| element. |
81 |
|
82 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
83 |
|
84 |
* Atom.pm: Support for |<* type=html>| in Text construct. |
85 |
|
86 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
87 |
|
88 |
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
89 |
|
90 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
91 |
|
92 |
* Atom.pm: Support for |<content type=html>| content |
93 |
checking. |
94 |
|
95 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
96 |
|
97 |
* Atom.pm: Support for |author| for |feed| checking. |
98 |
|
99 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
100 |
|
101 |
* Atom.pm: Support for |author| for |entry| checking. |
102 |
|
103 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
104 |
|
105 |
* HTML.pm: Some attribute level definitions were missing. |
106 |
|
107 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
108 |
|
109 |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
110 |
|
111 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
112 |
|
113 |
* HTML.pm: |contenteditable| attribute support is now implemented. |
114 |
|
115 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
116 |
|
117 |
* HTML.pm: Known but not-implemented-yet attributes were not |
118 |
warned. |
119 |
|
120 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
121 |
|
122 |
* HTML.pm: Status information from old specifications |
123 |
are incorporated. |
124 |
|
125 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
126 |
|
127 |
* Atom.pm: Reimplemented. |
128 |
|
129 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
130 |
|
131 |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
132 |
Raise an error if |area| is not a descendant of |map|. |
133 |
|
134 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
135 |
|
136 |
* HTML.pm: Sectioning root category added. |blockquote| |
137 |
is no longer a sectioning content. |
138 |
|
139 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
140 |
|
141 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
142 |
revision 1250). |
143 |
|
144 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
145 |
|
146 |
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
147 |
since the spec itself is frankensteinesque:-); note that though |
148 |
it is weired spec from the today's viewpoint, it is still |
149 |
better-written spec than any W3C (Candidate or Proposed or full) |
150 |
Recommendation, sadly. |
151 |
|
152 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
153 |
|
154 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
155 |
from XHTML M12N 1.0 are reflected in |status| field. |
156 |
|
157 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
158 |
|
159 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
160 |
Don't raise "not defined" errors; they are now raised according |
161 |
to status flags. Status flags of li/@value, ol/@start, and menu |
162 |
are now non-deprecated, to avoid deprecated error message. |
163 |
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
164 |
according to HTML4. |
165 |
|
166 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
167 |
|
168 |
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
169 |
Add |reversed| to |ol| (HTML5 revision 1248). |
170 |
|
171 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
172 |
|
173 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
174 |
|
175 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
176 |
|
177 |
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
178 |
Raise not-part-of-HTML5 error for |acronym|. |
179 |
|
180 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
181 |
|
182 |
* HTML.pm: HTML5 attribute status added. |
183 |
|
184 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
185 |
|
186 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
187 |
info are not added yet). Make element or attribute not defined |
188 |
by HTML5 spec as a conformance error (though it is not clearly |
189 |
defined by HTML5 spec as non-conforming). Note that more work |
190 |
is needed for non-standard attribute thing, since the current |
191 |
implementation prevents non-standard attribute from being |
192 |
syntactically checked (otherwise it is treated as if a |
193 |
standard attribute). |
194 |
|
195 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
196 |
|
197 |
* HTML.pm: Standardized status attributes are added. |
198 |
|
199 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
200 |
|
201 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
202 |
as usual. |
203 |
|
204 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
205 |
|
206 |
* HTML.pm: Updated for |del|-and-significant problem. |
207 |
|
208 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
209 |
|
210 |
* HTML.pm (datagrid): Condition was incorrect. |
211 |
|
212 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
213 |
|
214 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
215 |
change state when a transparent element is encountered. |
216 |
(details check): Reimplemented. |
217 |
|
218 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
219 |
|
220 |
* HTML.pm (object check_end): Don't check significant content |
221 |
if the element is used as a transparent element. |
222 |
(video check): Reimplemented. |
223 |
|
224 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
225 |
|
226 |
* HTML.pm: |figure| content checker reimplemented. |object| |
227 |
content checker for root element case reimplemented. |
228 |
|
229 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
230 |
|
231 |
* HTML.pm: Revised. |
232 |
|
233 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
234 |
|
235 |
* HTML.pm (object): Implemented (with some bug on transparentness |
236 |
handling). |
237 |
|
238 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
239 |
|
240 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
241 |
|
242 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
243 |
|
244 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
245 |
the conformance checker cannot examine the semantics of the |
246 |
image). |
247 |
|
248 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
249 |
|
250 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
251 |
was missing from |$HTMLInteractiveContent|. |
252 |
(a): Use new |$HTMLInteractiveContent| in place |
253 |
of |$HTMLIntetractiveElements|. |
254 |
(caption): Use new |$HTMLPhrasingContentChecker| in place |
255 |
of |$HTMLStrictlyInlineChecker|. |
256 |
|
257 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
258 |
|
259 |
* HTML.pm (figure): Implemented. |
260 |
(video, audio): In no-parent-element case with |src| attribute, |
261 |
the content model is now prose content. |
262 |
|
263 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
264 |
|
265 |
* HTML.pm (noscript): Reimplemented. |
266 |
|
267 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
268 |
|
269 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
270 |
1180). |
271 |
|
272 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
273 |
|
274 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
275 |
now requires prose content. |
276 |
|
277 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
278 |
|
279 |
* HTML.pm: Error messages revised. |
280 |
|
281 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
282 |
|
283 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
284 |
|
285 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
286 |
|
287 |
* HTML.pm (<style>): CSS validation code removed; instead, |
288 |
it does invoke subdoc callback to ask to the callee to validate |
289 |
the style sheet separately. |
290 |
|
291 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
292 |
|
293 |
* HTML.pm (<style>): Initial version of CSS validation support. |
294 |
|
295 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
296 |
|
297 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
298 |
|
299 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
300 |
|
301 |
* HTML.pm: Support for checking for significant content (HTML5 |
302 |
revision 1114). Note that the current implementation has |
303 |
an issue on treatment for transparent or semi-transparent |
304 |
elements. |
305 |
|
306 |
* Atom.pm: Support for significant content checking (for composed |
307 |
HTML-Atom documents). |
308 |
|
309 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
310 |
|
311 |
* HTML.pm (header): Descendant constraint is redefined by |
312 |
new todo item type |descendant|. |
313 |
|
314 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
315 |
|
316 |
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
317 |
(nest/@mode): Definition was wrong. |
318 |
($HTMLSelectorsAttrChecker): New. |
319 |
|
320 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
321 |
|
322 |
* HTML.pm (meta): Character references in |charset| attribute |
323 |
values are now erred. |
324 |
|
325 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
326 |
|
327 |
* HTML.pm (meta): |charset| value tests implemented. |
328 |
|
329 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
330 |
|
331 |
* HTML.pm: Raise bad-context error for proposed link types. |
332 |
|
333 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
334 |
|
335 |
* HTML.pm: Specialized error for old charset syntax. |
336 |
|
337 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
338 |
|
339 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
340 |
|
341 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
342 |
|
343 |
* HTML.pm: Allow <html manifest=URI>. |
344 |
|
345 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
346 |
|
347 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
348 |
revision 1115). |
349 |
|
350 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
351 |
|
352 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
353 |
revision 1115). |
354 |
|
355 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
356 |
|
357 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
358 |
|
359 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
360 |
|
361 |
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
362 |
|
363 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
364 |
|
365 |
* HTML.pm: Make <script async defer> conforming (HTML5 |
366 |
revision 1085). |
367 |
|
368 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
369 |
|
370 |
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
371 |
and |html:rule| elements. |
372 |
|
373 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
374 |
|
375 |
* Atom.pm (atom:link@title): Definition was missing. |
376 |
|
377 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
378 |
|
379 |
* Atom.pm (hreflang): Checker is implemented. |
380 |
(AtomDateConstruct): Checking for content is implemented. |
381 |
|
382 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
383 |
|
384 |
* HTML.pm: Support for language tag validation. |
385 |
|
386 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
387 |
|
388 |
* HTML.pm (head, noscript): Treatement for invalid |meta| |
389 |
elenments are changed as per HTML5 revision 1018. |
390 |
|
391 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
392 |
|
393 |
* HTML.pm: Raise new errors if |base| is following |
394 |
URI attributes or hyperlink attributes. |
395 |
|
396 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
397 |
|
398 |
* HTML.pm: Support for |noscript| in |head|. Make an |
399 |
error for |noscript| in XML document. |
400 |
|
401 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
402 |
|
403 |
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
404 |
value are changed for the ease of error message catalog |
405 |
lookup. |
406 |
|
407 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
408 |
|
409 |
* Atom.pm: |link|-related checks are added; |type| |
410 |
media type checks are added. |hreflang| now warns |
411 |
as unimplemented. |
412 |
|
413 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
414 |
|
415 |
* Atom.pm: Checker for all elements are defined (with |
416 |
a number of "TODO"s). |
417 |
|
418 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
419 |
|
420 |
* Atom.pm: New Perl module. |
421 |
|
422 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
423 |
|
424 |
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
425 |
|
426 |
* ChangeLog: New file. |