/[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.146 - (show annotations) (download)
Mon Oct 6 07:54:17 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.145: +6 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 07:49:08 -0000
	* html-form-input-1.dat: Tests on remining <input type>-states are
	added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 07:48:34 -0000
	* HTML.pm: Checks of attribute applicablity for remaining <input
	type> states are implemented.  Some <input type>-dependent
	attribute checkers implemented.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24