/[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.167 - (show annotations) (download)
Fri Dec 12 12:59:17 2008 UTC (16 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.166: +8 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	12 Dec 2008 12:59:07 -0000
	* html-form-input.dat: Added test data for <input disabled> and
	<input autofocus>.

	* html-forms-1.dat: Added test data for <fieldset disabled>,
	<output for>, and <{formcontrol} name>.  Added test data for
	<{formcontrol} autofocus="">'s uniqueness.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	12 Dec 2008 12:54:19 -0000
	* ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
	support for new |id_type| value of |any|, which means any kind of
	element is allowed as a referenced element.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Dec 2008 12:56:56 -0000
	* HTML.pm: Added checking for the uniqueness of |autofocus=""|
	attribute.  Implemented |name=""| attribute for form controls.
	Added U+000C into character class of space characters (it should
	have been, but was not in some of regular expressions).  Updated
	definitions for |output| elements.

2008-12-12  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24