/[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.157 - (show annotations) (download)
Sat Dec 6 10:00:53 2008 UTC (16 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.156: +5 -0 lines
++ whatpm/t/ChangeLog	6 Dec 2008 10:00:34 -0000
2008-12-06  Wakaba  <wakaba@suika.fam.cx>

	* content-checker.pl: Use new XML parser for parsing test data.
	Use NanoDOM instead of manakai DOM implementation.

++ whatpm/Whatpm/ChangeLog	6 Dec 2008 09:58:56 -0000
2008-12-06  Wakaba  <wakaba@suika.fam.cx>

	* NanoDOM.pm (document_uri): New attribute.

	* ContentChecker.pm: Don't use methods not implemented by NanoDOM.

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Dec 2008 09:59:53 -0000
2008-12-06  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
	use attributes not supported by NanoDOM.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24