/[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.159 - (show annotations) (download)
Sat Dec 6 11:54:07 2008 UTC (16 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.158: +4 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	6 Dec 2008 11:53:44 -0000
	* html-form-input-1.dat: Added test data for <input type=color>.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 11:53:06 -0000
	* HTML.pm: Implemented <input type=color>.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24