/[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.175 - (show annotations) (download)
Sun Jul 5 06:11:35 2009 UTC (16 years ago) by wakaba
Branch: MAIN
Changes since 1.174: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	5 Jul 2009 06:09:10 -0000
	* html-interactive-1.dat: The |default| attribute of the |command|
	element is tentatively disallowed (HTML5 revision 3067).

2009-07-05  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	5 Jul 2009 06:09:40 -0000
	* HTML.pm: Disallow |default| attribute of the |command| element
	for now (HTML5 revision 3067).

2009-07-05  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24