/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.148 - (show annotations) (download)
Mon Oct 6 09:34:44 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.147: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 09:34:19 -0000
	* html-form-input-1.dat: Tests on <input required> added.

2008-10-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 09:34:40 -0000
	* HTML.pm: Support for |required| attribute of the |input|
	element.

2008-10-06  Wakaba  <wakaba@suika.fam.cx>

1 2008-10-06 Wakaba <wakaba@suika.fam.cx>
2
3 * HTML.pm: Support for |required| attribute of the |input|
4 element.
5
6 2008-10-06 Wakaba <wakaba@suika.fam.cx>
7
8 * HTML.pm: Don't use |get_attribute|, for compatibility with
9 NanoDOM. Support for |readonly|, |autocomplete|, and |size|
10 attributes of the |input| element.
11
12 2008-10-06 Wakaba <wakaba@suika.fam.cx>
13
14 * HTML.pm: Checks of attribute applicablity for remaining <input
15 type> states are implemented. Some <input type>-dependent
16 attribute checkers implemented.
17
18 2008-10-06 Wakaba <wakaba@suika.fam.cx>
19
20 * HTML.pm: <input type=text>, <input type=email>, <input
21 type=url>, <input type=password>, and <input type=datetime>
22 checkes are implemented.
23
24 2008-10-06 Wakaba <wakaba@suika.fam.cx>
25
26 * HTML.pm: <input type=hidden> checkes implemented.
27
28 2008-10-06 Wakaba <wakaba@suika.fam.cx>
29
30 * HTML.pm: <input type> definition updated according to HTML5
31 definition. Prepares for tests against <input type> states.
32
33 2008-10-06 Wakaba <wakaba@suika.fam.cx>
34
35 * HTML.pm: |input|'s |check_attrs| method is expanded to support
36 varying requirements for various states of the element.
37
38 2008-10-05 Wakaba <wakaba@suika.fam.cx>
39
40 * HTML.pm: <label> content conformance checking implemented.
41
42 2008-09-22 Wakaba <wakaba@suika.fam.cx>
43
44 * HTML.pm: Support for |for=""| validation.
45
46 2008-09-22 Wakaba <wakaba@suika.fam.cx>
47
48 * HTML.pm: Support for |area| |alt=""| validation (HTML5
49 revision 1932).
50
51 2008-09-21 Wakaba <wakaba@suika.fam.cx>
52
53 * HTML.pm: Support for |form=""| attributes.
54
55 2008-09-21 Wakaba <wakaba@suika.fam.cx>
56
57 * HTML.pm: |id| attribute checkers for the |menu| and |map|
58 elements are removed; the |id| attribute of those elements is now
59 checked by the global |id| attribute.
60
61 2008-09-21 Wakaba <wakaba@suika.fam.cx>
62
63 * HTML.pm: Support for |fieldset| |legend|.
64
65 2008-09-21 Wakaba <wakaba@suika.fam.cx>
66
67 * HTML.pm: |form| element's |name| attribute is implemented.
68
69 2008-09-20 Wakaba <wakaba@suika.fam.cx>
70
71 * HTML.pm: U+000B is no longer part of space characters (HTML5
72 revision 1738).
73
74 2008-09-20 Wakaba <wakaba@suika.fam.cx>
75
76 * HTML.pm, Atom.pm: Interactrive content implementation synced
77 with the spec (HTML5 revision 2018).
78
79 2008-09-20 Wakaba <wakaba@suika.fam.cx>
80
81 * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
82 check.
83 ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
84 support.
85
86 2008-09-17 Wakaba <wakaba@suika.fam.cx>
87
88 * HTML.pm: Support for style="" attributes.
89
90 2008-09-12 Wakaba <wakaba@suika.fam.cx>
91
92 * HTML.pm: Tentative support for |textarea| |oninput|
93 attribute.
94
95 2008-09-12 Wakaba <wakaba@suika.fam.cx>
96
97 * HTML.pm: The WF2 |oninput| attribute was not added.
98 The WF2 |onforminput| and |onformchange| attributes were
99 not added, since they are not defined (although they ARE
100 mentioned) in the normative part of the WF2 spec.
101 Typo on the |oninvalid| attribute fixed.
102
103 2008-09-11 Wakaba <wakaba@suika.fam.cx>
104
105 * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
106
107 2008-09-09 Wakaba <wakaba@suika.fam.cx>
108
109 * HTML.pm: |a| is now transparent (HTML5 revision 1963).
110
111 2008-09-07 Wakaba <wakaba@suika.fam.cx>
112
113 * HTML.pm: data-UPPERCASE attributes are no longer
114 allowed (HTML5 revision 1945).
115
116 2008-09-06 Wakaba <wakaba@suika.fam.cx>
117
118 * HTML.pm: Support for form elements (HTML5 revisions
119 2142, 2148, 2150-2154).
120
121 2008-09-05 Wakaba <wakaba@suika.fam.cx>
122
123 * HTML.pm: RDFa spec status updated again.
124
125 2008-09-04 Wakaba <wakaba@suika.fam.cx>
126
127 * HTML.pm: RDFa spec status updated.
128
129 2008-09-04 Wakaba <wakaba@suika.fam.cx>
130
131 * HTML.pm: WF2 content model, contexts, attributes/elements
132 status are updated. (HTML5 revision 2142-2152).
133
134 2008-08-31 Wakaba <wakaba@suika.fam.cx>
135
136 * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
137 1863).
138
139 2008-08-31 Wakaba <wakaba@suika.fam.cx>
140
141 * HTML.pm: Uppercase attribute names for embed elements
142 are disallowed (HTML5 revision 1946).
143
144 2008-08-31 Wakaba <wakaba@suika.fam.cx>
145
146 * HTML.pm: |embed| custom attributes and |data-*| attributes
147 must be XML compatible (HTML5 revision 1836).
148
149 2008-08-31 Wakaba <wakaba@suika.fam.cx>
150
151 * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
152 revision 1834).
153
154 2008-08-31 Wakaba <wakaba@suika.fam.cx>
155
156 * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
157 link elements (HTML5 revision 1942).
158
159 2008-08-31 Wakaba <wakaba@suika.fam.cx>
160
161 * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
162 |irrelevant| renamed as |hidden| (HTML5 revision 2119).
163
164 2008-08-31 Wakaba <wakaba@suika.fam.cx>
165
166 * HTML.pm: Element status updated.
167
168 2008-08-31 Wakaba <wakaba@suika.fam.cx>
169
170 * HTML.pm: <embed> without src="" is conforming (HTML5
171 revision 1929).
172
173 2008-08-30 Wakaba <wakaba@suika.fam.cx>
174
175 * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
176
177 2008-08-30 Wakaba <wakaba@suika.fam.cx>
178
179 * HTML.pm: Use White_Space instead of Zs for date or time
180 string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that
181 misses a white space or "T" literal between day and hour)
182 not raise two errors.
183
184 2008-08-30 Wakaba <wakaba@suika.fam.cx>
185
186 * HTML.pm: |xml:lang| attribute value must be same
187 as |lang| attribute value for HTML elements (HTML5 revision 2062
188 and so on). |lang| attribute in XML document is no longer
189 disallowed (HTML5 revision 2062). |xml:lang| is allowed
190 in HTML document (HTML5 revision 2062 and so on).
191
192 2008-08-30 Wakaba <wakaba@suika.fam.cx>
193
194 * Atom.pm: s/element missing/child element missing/ for
195 consistency.
196
197 * HTML.pm: Typos fixed.
198 (pre): "No significant content" error was unintentionally
199 disabled. s/element missing/child element missing/ for
200 consistency.
201
202 2008-08-29 Wakaba <wakaba@suika.fam.cx>
203
204 * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
205
206 2008-08-17 Wakaba <wakaba@suika.fam.cx>
207
208 * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
209
210 2008-08-16 Wakaba <wakaba@suika.fam.cx>
211
212 * HTML.pm: Subdocument texts for |style| and |script|
213 elements were not initialized.
214
215 2008-08-16 Wakaba <wakaba@suika.fam.cx>
216
217 * HTML.pm, Atom.pm: Pass {level} object to language tag
218 and URL checkers.
219
220 2008-08-15 Wakaba <wakaba@suika.fam.cx>
221
222 * HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed.
223
224 2008-08-15 Wakaba <wakaba@suika.fam.cx>
225
226 * Atom.pm, HTML.pm: All error reporting method calls are
227 revised.
228
229 2008-07-19 Wakaba <wakaba@suika.fam.cx>
230
231 * HTML.pm: Support for class=idl WebIDL checking.
232
233 2008-06-08 Wakaba <wakaba@suika.fam.cx>
234
235 * HTML.pm: Support for |<map name="">| (HTML5 revisions
236 1722 and 1728).
237
238 2008-06-08 Wakaba <wakaba@suika.fam.cx>
239
240 * HTML.pm: Support for ruby, rt, and rp elements (HTML5
241 revision 1704). The |href| attribute is also extended
242 as a common attribute by RDFa Last Call Working Draft.
243
244 2008-06-01 Wakaba <wakaba@suika.fam.cx>
245
246 * HTML.pm: Make data="" invalid (HTML5 revision 1709).
247
248 2008-05-25 Wakaba <wakaba@suika.fam.cx>
249
250 * HTML.pm: Support for sizes="" (HTML5 revision 1558).
251
252 2008-05-25 Wakaba <wakaba@suika.fam.cx>
253
254 * HTML.pm: |select| or |datalist| as a first child of |datagrid|
255 is now disallowed (HTML5 revision 1566). |datagrid| elements
256 may be empty.
257
258 2008-05-25 Wakaba <wakaba@suika.fam.cx>
259
260 * HTML.pm: The |param| element is in LC phase now.
261
262 2008-05-24 Wakaba <wakaba@suika.fam.cx>
263
264 * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
265 sandbox="" (HTML5 revision 1643).
266
267 2008-05-24 Wakaba <wakaba@suika.fam.cx>
268
269 * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
270 revision 1659).
271
272 2008-05-16 Wakaba <wakaba@suika.fam.cx>
273
274 * HTML.pm: Fact out generic charset name checking code
275 to $HTMLCharsetChecker. Support for charset="" attributes
276 on <a>, <link>, and <script> elements.
277
278 2008-05-16 Wakaba <wakaba@suika.fam.cx>
279
280 * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
281 one "." characters were allowed in a floating point number
282 incorrectly.
283 (source): Support for the pixelratio="" attribute (HTML5 revision
284 1629).
285
286 2008-05-10 Wakaba <wakaba@suika.fam.cx>
287
288 * HTML.pm: Yay, |canvas| got the final status!
289
290 2008-05-10 Wakaba <wakaba@suika.fam.cx>
291
292 * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
293 letters (HTML5 revision 1572).
294
295 2008-05-06 Wakaba <wakaba@suika.fam.cx>
296
297 * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
298 table object. Return the table object, not table element.
299 The |headers=""| checker for |td| elements are now noop.
300 Set the status of |headers=""| attribute as HTML5's one.
301
302 2008-05-05 Wakaba <wakaba@suika.fam.cx>
303
304 * HTML.pm ($HTMLLengthAttrChecker): New.
305 (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
306 (script/@langauge): Implemented.
307
308 2008-05-05 Wakaba <wakaba@suika.fam.cx>
309
310 * HTML.pm: Make duplicate http-equiv="" non-conforming.
311 Check meta refresh content="".
312
313 2008-05-05 Wakaba <wakaba@suika.fam.cx>
314
315 * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
316 no longer content model error (they might be raise
317 table model error, however). All table model error
318 parameters should propagate.
319
320 2008-05-05 Wakaba <wakaba@suika.fam.cx>
321
322 * HTML.pm: Raise an error if a repeat* global attrbute
323 is used for an HTML element.
324
325 2008-05-03 Wakaba <wakaba@suika.fam.cx>
326
327 * HTML.pm: Support for global attributes. Status
328 for XHTML2 elements/attributes are added.
329
330 2008-05-03 Wakaba <wakaba@suika.fam.cx>
331
332 * HTML.pm: Support for |repeat-start=""| attribute.
333
334 2008-05-03 Wakaba <wakaba@suika.fam.cx>
335
336 * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
337 |repeat-min=""|, and |repeat-max=""| attributes.
338 Support for |button| |type| values |add|, |remove|, |move-up|,
339 and |move-down|.
340
341 2008-05-03 Wakaba <wakaba@suika.fam.cx>
342
343 * HTML.pm: Support for |template=""|, |ref=""|, and
344 |registrationmark=""| attributes.
345
346 2008-04-29 Wakaba <wakaba@suika.fam.cx>
347
348 * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
349 1511).
350
351 2008-04-29 Wakaba <wakaba@suika.fam.cx>
352
353 * HTML.pm: Support for |onstorage| attribute is added (HTML5
354 revision 1495). Defined terms no longer have to be unique (HTML5
355 revision 1467).
356
357 2008-04-29 Wakaba <wakaba@suika.fam.cx>
358
359 * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
360 ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
361 revision 1471) and an empty string is no longer allowed (HTML5
362 revision 1470).
363 (object/@name, iframe/@name): Added (HTML5 revision 1470).
364
365 2008-04-13 Wakaba <wakaba@suika.fam.cx>
366
367 * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
368 revision 1426).
369
370 2008-04-12 Wakaba <wakaba@suika.fam.cx>
371
372 * HTML.pm: Support for HTML custom data attributes (HTML5
373 revision 1399).
374
375 2008-03-28 Wakaba <wakaba@suika.fam.cx>
376
377 * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
378
379 2008-03-23 Wakaba <wakaba@suika.fam.cx>
380
381 * HTML.pm: @datetime microsyntax is in the First Draft phase.
382
383 2008-03-22 Wakaba <wakaba@suika.fam.cx>
384
385 * HTML.pm: link/@rev and a/@rev are implemented.
386
387 2008-03-22 Wakaba <wakaba@suika.fam.cx>
388
389 * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
390 img/@vspace, img/@longdesc, object/@align, object/@archive,
391 object/@border, object/@classid, object/@codebase,
392 object/@codetype, object/@declare, object/@hspace,
393 object/@standby, object/@vspace, param/@valuetype,
394 param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
395 and %cellvalign/@valign are implemented.
396
397 2008-03-22 Wakaba <wakaba@suika.fam.cx>
398
399 * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
400 th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
401 th/@nowrap, caption/@align , table/@frame, table/@rules,
402 table/@summary, and table/@width are implemented.
403
404 2008-03-22 Wakaba <wakaba@suika.fam.cx>
405
406 * HTML.pm: body/@alink, body/@background, body/@bgcolor,
407 body/@link, body/@text, body/@vlink, hn/@align, p/@align,
408 br/@clear, pre/@width, ol/@compact, ul/@compact,
409 dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
410
411 2008-03-22 Wakaba <wakaba@suika.fam.cx>
412
413 * HTML.pm: Typo fixed. html/@version implemented (as do-nothing
414 checker). head/@profile implemented. meta/@scheme implemented (as
415 do-nothing checker).
416
417 2008-03-22 Wakaba <wakaba@suika.fam.cx>
418
419 * HTML.pm: Add URIs to the list of URIs to be returned
420 by the checker method. |accesskey| attribute is implemented.
421
422 2008-03-20 Wakaba <wakaba@suika.fam.cx>
423
424 * Atom.pm: Don't raise an error even if there is
425 no |atom:summary| element child in the |atom:entry|
426 element when the |type| attribute of the |atom:content|
427 element is set to |html|, |xhtml|, or |text|.
428 The |atom:rights| elements were implemented
429 as Date construct (!?).
430 Typo in code for |rel=alternate| are fixed.
431
432 2008-03-20 Wakaba <wakaba@suika.fam.cx>
433
434 * Atom.pm: Support for |thr:total| element.
435 Add notes on additional Atom namespaces.
436
437 2008-03-20 Wakaba <wakaba@suika.fam.cx>
438
439 * Atom.pm: Support for |thr:in-reply-to| element.
440
441 2008-03-20 Wakaba <wakaba@suika.fam.cx>
442
443 * Atom.pm: Raise an error if required |atom:summary|
444 element is missing from an |atom:entry| element.
445
446 2008-03-20 Wakaba <wakaba@suika.fam.cx>
447
448 * Atom.pm: Support for |<* type=html>| in Text construct.
449
450 2008-03-20 Wakaba <wakaba@suika.fam.cx>
451
452 * Atom.pm: Bug fix for validation of |feed| on |author| child.
453
454 2008-03-20 Wakaba <wakaba@suika.fam.cx>
455
456 * Atom.pm: Support for |<content type=html>| content
457 checking.
458
459 2008-03-20 Wakaba <wakaba@suika.fam.cx>
460
461 * Atom.pm: Support for |author| for |feed| checking.
462
463 2008-03-20 Wakaba <wakaba@suika.fam.cx>
464
465 * Atom.pm: Support for |author| for |entry| checking.
466
467 2008-03-17 Wakaba <wakaba@suika.fam.cx>
468
469 * HTML.pm: Some attribute level definitions were missing.
470
471 2008-03-09 Wakaba <wakaba@suika.fam.cx>
472
473 * HTML.pm: |dir|, |center|, and |basefont| are implemented.
474
475 2008-03-09 Wakaba <wakaba@suika.fam.cx>
476
477 * HTML.pm: |contenteditable| attribute support is now implemented.
478
479 2008-03-09 Wakaba <wakaba@suika.fam.cx>
480
481 * HTML.pm: Known but not-implemented-yet attributes were not
482 warned.
483
484 2008-03-02 Wakaba <wakaba@suika.fam.cx>
485
486 * HTML.pm: Status information from old specifications
487 are incorporated.
488
489 2008-03-02 Wakaba <wakaba@suika.fam.cx>
490
491 * Atom.pm: Reimplemented.
492
493 2008-03-02 Wakaba <wakaba@suika.fam.cx>
494
495 * HTML.pm: |in_a_href| flag is not reset after the </a>.
496 Raise an error if |area| is not a descendant of |map|.
497
498 2008-03-01 Wakaba <wakaba@suika.fam.cx>
499
500 * HTML.pm: Sectioning root category added. |blockquote|
501 is no longer a sectioning content.
502
503 2008-02-26 Wakaba <wakaba@suika.fam.cx>
504
505 * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
506 revision 1250).
507
508 2008-02-26 Wakaba <wakaba@suika.fam.cx>
509
510 * HTML.pm: First version of Web Forms 2.0 support (its weired,
511 since the spec itself is frankensteinesque:-); note that though
512 it is weired spec from the today's viewpoint, it is still
513 better-written spec than any W3C (Candidate or Proposed or full)
514 Recommendation, sadly.
515
516 2008-02-26 Wakaba <wakaba@suika.fam.cx>
517
518 * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
519 from XHTML M12N 1.0 are reflected in |status| field.
520
521 2008-02-26 Wakaba <wakaba@suika.fam.cx>
522
523 * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
524 Don't raise "not defined" errors; they are now raised according
525 to status flags. Status flags of li/@value, ol/@start, and menu
526 are now non-deprecated, to avoid deprecated error message.
527 area/@hreftype typo fixed. |isindex| SHOULD NOT be used
528 according to HTML4.
529
530 2008-02-26 Wakaba <wakaba@suika.fam.cx>
531
532 * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
533 Add |reversed| to |ol| (HTML5 revision 1248).
534
535 2008-02-24 Wakaba <wakaba@suika.fam.cx>
536
537 * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
538
539 2008-02-24 Wakaba <wakaba@suika.fam.cx>
540
541 * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
542 Raise not-part-of-HTML5 error for |acronym|.
543
544 2008-02-24 Wakaba <wakaba@suika.fam.cx>
545
546 * HTML.pm: HTML5 attribute status added.
547
548 2008-02-24 Wakaba <wakaba@suika.fam.cx>
549
550 * HTML.pm: Standardized status for attributes are added (HTML5
551 info are not added yet). Make element or attribute not defined
552 by HTML5 spec as a conformance error (though it is not clearly
553 defined by HTML5 spec as non-conforming). Note that more work
554 is needed for non-standard attribute thing, since the current
555 implementation prevents non-standard attribute from being
556 syntactically checked (otherwise it is treated as if a
557 standard attribute).
558
559 2008-02-24 Wakaba <wakaba@suika.fam.cx>
560
561 * HTML.pm: Standardized status attributes are added.
562
563 2008-02-24 Wakaba <wakaba@suika.fam.cx>
564
565 * HTML.pm: Invalid |meta| in |noscript| should be erred
566 as usual.
567
568 2008-02-24 Wakaba <wakaba@suika.fam.cx>
569
570 * HTML.pm: Updated for |del|-and-significant problem.
571
572 2008-02-24 Wakaba <wakaba@suika.fam.cx>
573
574 * HTML.pm (datagrid): Condition was incorrect.
575
576 2008-02-23 Wakaba <wakaba@suika.fam.cx>
577
578 * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
579 change state when a transparent element is encountered.
580 (details check): Reimplemented.
581
582 2008-02-23 Wakaba <wakaba@suika.fam.cx>
583
584 * HTML.pm (object check_end): Don't check significant content
585 if the element is used as a transparent element.
586 (video check): Reimplemented.
587
588 2008-02-23 Wakaba <wakaba@suika.fam.cx>
589
590 * HTML.pm: |figure| content checker reimplemented. |object|
591 content checker for root element case reimplemented.
592
593 2008-02-23 Wakaba <wakaba@suika.fam.cx>
594
595 * HTML.pm: Revised.
596
597 2008-02-18 Wakaba <wakaba@suika.fam.cx>
598
599 * HTML.pm (object): Implemented (with some bug on transparentness
600 handling).
601
602 2008-02-18 Wakaba <wakaba@suika.fam.cx>
603
604 * HTML.pm: s/m/mark/g (HTML5 revision 1232).
605
606 2008-02-18 Wakaba <wakaba@suika.fam.cx>
607
608 * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
609 the conformance checker cannot examine the semantics of the
610 image).
611
612 2008-02-17 Wakaba <wakaba@suika.fam.cx>
613
614 * HTML.pm: Useless old stuff are removed. |datagrid|
615 was missing from |$HTMLInteractiveContent|.
616 (a): Use new |$HTMLInteractiveContent| in place
617 of |$HTMLIntetractiveElements|.
618 (caption): Use new |$HTMLPhrasingContentChecker| in place
619 of |$HTMLStrictlyInlineChecker|.
620
621 2008-02-17 Wakaba <wakaba@suika.fam.cx>
622
623 * HTML.pm (figure): Implemented.
624 (video, audio): In no-parent-element case with |src| attribute,
625 the content model is now prose content.
626
627 2008-02-17 Wakaba <wakaba@suika.fam.cx>
628
629 * HTML.pm (noscript): Reimplemented.
630
631 2008-02-17 Wakaba <wakaba@suika.fam.cx>
632
633 * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
634 1180).
635
636 2008-02-17 Wakaba <wakaba@suika.fam.cx>
637
638 * HTML.pm (th): |th| now requires phrasing content. |div|
639 now requires prose content.
640
641 2008-02-17 Wakaba <wakaba@suika.fam.cx>
642
643 * HTML.pm: Error messages revised.
644
645 2008-02-17 Wakaba <wakaba@suika.fam.cx>
646
647 * HTML.pm: Most part of December 2007 Content Model is implemented.
648
649 2008-02-10 Wakaba <wakaba@suika.fam.cx>
650
651 * HTML.pm (<style>): CSS validation code removed; instead,
652 it does invoke subdoc callback to ask to the callee to validate
653 the style sheet separately.
654
655 2008-02-09 Wakaba <wakaba@suika.fam.cx>
656
657 * HTML.pm (<style>): Initial version of CSS validation support.
658
659 2007-11-25 Wakaba <wakaba@suika.fam.cx>
660
661 * HTML.pm ($HTMLSignificantContentErrors): New.
662
663 2007-11-25 Wakaba <wakaba@suika.fam.cx>
664
665 * HTML.pm: Support for checking for significant content (HTML5
666 revision 1114). Note that the current implementation has
667 an issue on treatment for transparent or semi-transparent
668 elements.
669
670 * Atom.pm: Support for significant content checking (for composed
671 HTML-Atom documents).
672
673 2007-11-25 Wakaba <wakaba@suika.fam.cx>
674
675 * HTML.pm (header): Descendant constraint is redefined by
676 new todo item type |descendant|.
677
678 2007-11-24 Wakaba <wakaba@suika.fam.cx>
679
680 * HTML.pm (nest/@filter, rule/@condition): Implemented.
681 (nest/@mode): Definition was wrong.
682 ($HTMLSelectorsAttrChecker): New.
683
684 2007-11-23 Wakaba <wakaba@suika.fam.cx>
685
686 * HTML.pm (meta): Character references in |charset| attribute
687 values are now erred.
688
689 2007-11-23 Wakaba <wakaba@suika.fam.cx>
690
691 * HTML.pm (meta): |charset| value tests implemented.
692
693 2007-11-11 Wakaba <wakaba@suika.fam.cx>
694
695 * HTML.pm: Raise bad-context error for proposed link types.
696
697 2007-11-07 Wakaba <wakaba@suika.fam.cx>
698
699 * HTML.pm: Specialized error for old charset syntax.
700
701 2007-11-07 Wakaba <wakaba@suika.fam.cx>
702
703 * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
704
705 2007-11-04 Wakaba <wakaba@suika.fam.cx>
706
707 * HTML.pm: Allow <html manifest=URI>.
708
709 2007-11-04 Wakaba <wakaba@suika.fam.cx>
710
711 * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
712 revision 1115).
713
714 2007-11-04 Wakaba <wakaba@suika.fam.cx>
715
716 * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
717 revision 1115).
718
719 2007-11-04 Wakaba <wakaba@suika.fam.cx>
720
721 * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
722
723 2007-10-26 Wakaba <wakaba@suika.fam.cx>
724
725 * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
726
727 2007-10-23 Wakaba <wakaba@suika.fam.cx>
728
729 * HTML.pm: Make <script async defer> conforming (HTML5
730 revision 1085).
731
732 2007-10-14 Wakaba <wakaba@suika.fam.cx>
733
734 * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
735 and |html:rule| elements.
736
737 2007-09-24 Wakaba <wakaba@suika.fam.cx>
738
739 * Atom.pm (atom:link@title): Definition was missing.
740
741 2007-09-24 Wakaba <wakaba@suika.fam.cx>
742
743 * Atom.pm (hreflang): Checker is implemented.
744 (AtomDateConstruct): Checking for content is implemented.
745
746 2007-09-09 Wakaba <wakaba@suika.fam.cx>
747
748 * HTML.pm: Support for language tag validation.
749
750 2007-08-25 Wakaba <wakaba@suika.fam.cx>
751
752 * HTML.pm (head, noscript): Treatement for invalid |meta|
753 elenments are changed as per HTML5 revision 1018.
754
755 2007-08-17 Wakaba <wakaba@suika.fam.cx>
756
757 * HTML.pm: Raise new errors if |base| is following
758 URI attributes or hyperlink attributes.
759
760 2007-08-17 Wakaba <wakaba@suika.fam.cx>
761
762 * HTML.pm: Support for |noscript| in |head|. Make an
763 error for |noscript| in XML document.
764
765 2007-08-08 Wakaba <wakaba@suika.fam.cx>
766
767 * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
768 value are changed for the ease of error message catalog
769 lookup.
770
771 2007-08-05 Wakaba <wakaba@suika.fam.cx>
772
773 * Atom.pm: |link|-related checks are added; |type|
774 media type checks are added. |hreflang| now warns
775 as unimplemented.
776
777 2007-08-05 Wakaba <wakaba@suika.fam.cx>
778
779 * Atom.pm: Checker for all elements are defined (with
780 a number of "TODO"s).
781
782 2007-08-05 Wakaba <wakaba@suika.fam.cx>
783
784 * Atom.pm: New Perl module.
785
786 2007-08-04 Wakaba <wakaba@suika.fam.cx>
787
788 * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
789
790 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24