/[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.134 - (show annotations) (download)
Sat Sep 20 11:25:56 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.133: +5 -0 lines
++ whatpm/t/ChangeLog	20 Sep 2008 11:22:21 -0000
	* content-model-1.dat, content-model-2.dat, content-model-4.dat:
	Test data for U+000B are added (cf. HTML5 revision 1738).

2008-09-20  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	20 Sep 2008 11:21:11 -0000
	* HTML.pm.src: Reminding places where U+000B is allowed as a space
	character is fixed (cf. HTML5 revision 1738).

	* ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
	space characters (HTML5 revision 1738).

2008-09-20  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Sep 2008 11:18:32 -0000
	* HTML.pm: U+000B is no longer part of space characters (HTML5
	revision 1738).

2008-09-20  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24