/[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.202 - (show annotations) (download)
Sun Aug 23 02:35:33 2009 UTC (15 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.201: +8 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	23 Aug 2009 02:34:37 -0000
	* html-form-button.dat: Added test data on interactive content in
	|button| element (HTML5 revision 2392).

	* html-links-1.dat: Added test data on exclusion of interactive
	content (HTML5 revision 2455, HTML5 revision 3162, HTML5 revision
	3338).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	23 Aug 2009 02:26:52 -0000
2009-08-23  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.pm: Allow <input type=hidden> in context where
	interactive content is disallowed (HTML5 revision 2392).

++ whatpm/Whatpm/ContentChecker/ChangeLog	23 Aug 2009 02:35:21 -0000
	* HTML.pm: Disallow interactive content in |button| element (HTML5
	revision 2392).  Marked |img| and |object| (with |usemap|
	attribute) elements, |iframe| element, and |embed| element as
	interactive content (HTML5 revision 2455, HTML5 revision 3162,
	HTML5 revision 3338).

2009-08-23  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24