/[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.102 - (show annotations) (download)
Sun May 25 08:13:07 2008 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.101: +6 -0 lines
++ whatpm/t/ChangeLog	25 May 2008 07:59:59 -0000
	* content-model-1.dat: Test data on <datagrid> content model
	are added (cf. HTML5 revision 1566).  Empty |datagrid| elements
	are no longer in error.

2008-05-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 May 2008 07:59:38 -0000
	* HTML.pm: |select| or |datalist| as a first child of |datagrid|
	is now disallowed (HTML5 revision 1566).  |datagrid| elements
	may be empty.

2008-05-25  Wakaba  <wakaba@suika.fam.cx>

1 2008-05-25 Wakaba <wakaba@suika.fam.cx>
2
3 * HTML.pm: |select| or |datalist| as a first child of |datagrid|
4 is now disallowed (HTML5 revision 1566). |datagrid| elements
5 may be empty.
6
7 2008-05-25 Wakaba <wakaba@suika.fam.cx>
8
9 * HTML.pm: The |param| element is in LC phase now.
10
11 2008-05-24 Wakaba <wakaba@suika.fam.cx>
12
13 * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
14 sandbox="" (HTML5 revision 1643).
15
16 2008-05-24 Wakaba <wakaba@suika.fam.cx>
17
18 * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
19 revision 1659).
20
21 2008-05-16 Wakaba <wakaba@suika.fam.cx>
22
23 * HTML.pm: Fact out generic charset name checking code
24 to $HTMLCharsetChecker. Support for charset="" attributes
25 on <a>, <link>, and <script> elements.
26
27 2008-05-16 Wakaba <wakaba@suika.fam.cx>
28
29 * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
30 one "." characters were allowed in a floating point number
31 incorrectly.
32 (source): Support for the pixelratio="" attribute (HTML5 revision
33 1629).
34
35 2008-05-10 Wakaba <wakaba@suika.fam.cx>
36
37 * HTML.pm: Yay, |canvas| got the final status!
38
39 2008-05-10 Wakaba <wakaba@suika.fam.cx>
40
41 * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
42 letters (HTML5 revision 1572).
43
44 2008-05-06 Wakaba <wakaba@suika.fam.cx>
45
46 * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
47 table object. Return the table object, not table element.
48 The |headers=""| checker for |td| elements are now noop.
49 Set the status of |headers=""| attribute as HTML5's one.
50
51 2008-05-05 Wakaba <wakaba@suika.fam.cx>
52
53 * HTML.pm ($HTMLLengthAttrChecker): New.
54 (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
55 (script/@langauge): Implemented.
56
57 2008-05-05 Wakaba <wakaba@suika.fam.cx>
58
59 * HTML.pm: Make duplicate http-equiv="" non-conforming.
60 Check meta refresh content="".
61
62 2008-05-05 Wakaba <wakaba@suika.fam.cx>
63
64 * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
65 no longer content model error (they might be raise
66 table model error, however). All table model error
67 parameters should propagate.
68
69 2008-05-05 Wakaba <wakaba@suika.fam.cx>
70
71 * HTML.pm: Raise an error if a repeat* global attrbute
72 is used for an HTML element.
73
74 2008-05-03 Wakaba <wakaba@suika.fam.cx>
75
76 * HTML.pm: Support for global attributes. Status
77 for XHTML2 elements/attributes are added.
78
79 2008-05-03 Wakaba <wakaba@suika.fam.cx>
80
81 * HTML.pm: Support for |repeat-start=""| attribute.
82
83 2008-05-03 Wakaba <wakaba@suika.fam.cx>
84
85 * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
86 |repeat-min=""|, and |repeat-max=""| attributes.
87 Support for |button| |type| values |add|, |remove|, |move-up|,
88 and |move-down|.
89
90 2008-05-03 Wakaba <wakaba@suika.fam.cx>
91
92 * HTML.pm: Support for |template=""|, |ref=""|, and
93 |registrationmark=""| attributes.
94
95 2008-04-29 Wakaba <wakaba@suika.fam.cx>
96
97 * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
98 1511).
99
100 2008-04-29 Wakaba <wakaba@suika.fam.cx>
101
102 * HTML.pm: Support for |onstorage| attribute is added (HTML5
103 revision 1495). Defined terms no longer have to be unique (HTML5
104 revision 1467).
105
106 2008-04-29 Wakaba <wakaba@suika.fam.cx>
107
108 * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
109 ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
110 revision 1471) and an empty string is no longer allowed (HTML5
111 revision 1470).
112 (object/@name, iframe/@name): Added (HTML5 revision 1470).
113
114 2008-04-13 Wakaba <wakaba@suika.fam.cx>
115
116 * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
117 revision 1426).
118
119 2008-04-12 Wakaba <wakaba@suika.fam.cx>
120
121 * HTML.pm: Support for HTML custom data attributes (HTML5
122 revision 1399).
123
124 2008-03-28 Wakaba <wakaba@suika.fam.cx>
125
126 * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
127
128 2008-03-23 Wakaba <wakaba@suika.fam.cx>
129
130 * HTML.pm: @datetime microsyntax is in the First Draft phase.
131
132 2008-03-22 Wakaba <wakaba@suika.fam.cx>
133
134 * HTML.pm: link/@rev and a/@rev are implemented.
135
136 2008-03-22 Wakaba <wakaba@suika.fam.cx>
137
138 * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
139 img/@vspace, img/@longdesc, object/@align, object/@archive,
140 object/@border, object/@classid, object/@codebase,
141 object/@codetype, object/@declare, object/@hspace,
142 object/@standby, object/@vspace, param/@valuetype,
143 param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
144 and %cellvalign/@valign are implemented.
145
146 2008-03-22 Wakaba <wakaba@suika.fam.cx>
147
148 * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
149 th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
150 th/@nowrap, caption/@align , table/@frame, table/@rules,
151 table/@summary, and table/@width are implemented.
152
153 2008-03-22 Wakaba <wakaba@suika.fam.cx>
154
155 * HTML.pm: body/@alink, body/@background, body/@bgcolor,
156 body/@link, body/@text, body/@vlink, hn/@align, p/@align,
157 br/@clear, pre/@width, ol/@compact, ul/@compact,
158 dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
159
160 2008-03-22 Wakaba <wakaba@suika.fam.cx>
161
162 * HTML.pm: Typo fixed. html/@version implemented (as do-nothing
163 checker). head/@profile implemented. meta/@scheme implemented (as
164 do-nothing checker).
165
166 2008-03-22 Wakaba <wakaba@suika.fam.cx>
167
168 * HTML.pm: Add URIs to the list of URIs to be returned
169 by the checker method. |accesskey| attribute is implemented.
170
171 2008-03-20 Wakaba <wakaba@suika.fam.cx>
172
173 * Atom.pm: Don't raise an error even if there is
174 no |atom:summary| element child in the |atom:entry|
175 element when the |type| attribute of the |atom:content|
176 element is set to |html|, |xhtml|, or |text|.
177 The |atom:rights| elements were implemented
178 as Date construct (!?).
179 Typo in code for |rel=alternate| are fixed.
180
181 2008-03-20 Wakaba <wakaba@suika.fam.cx>
182
183 * Atom.pm: Support for |thr:total| element.
184 Add notes on additional Atom namespaces.
185
186 2008-03-20 Wakaba <wakaba@suika.fam.cx>
187
188 * Atom.pm: Support for |thr:in-reply-to| element.
189
190 2008-03-20 Wakaba <wakaba@suika.fam.cx>
191
192 * Atom.pm: Raise an error if required |atom:summary|
193 element is missing from an |atom:entry| element.
194
195 2008-03-20 Wakaba <wakaba@suika.fam.cx>
196
197 * Atom.pm: Support for |<* type=html>| in Text construct.
198
199 2008-03-20 Wakaba <wakaba@suika.fam.cx>
200
201 * Atom.pm: Bug fix for validation of |feed| on |author| child.
202
203 2008-03-20 Wakaba <wakaba@suika.fam.cx>
204
205 * Atom.pm: Support for |<content type=html>| content
206 checking.
207
208 2008-03-20 Wakaba <wakaba@suika.fam.cx>
209
210 * Atom.pm: Support for |author| for |feed| checking.
211
212 2008-03-20 Wakaba <wakaba@suika.fam.cx>
213
214 * Atom.pm: Support for |author| for |entry| checking.
215
216 2008-03-17 Wakaba <wakaba@suika.fam.cx>
217
218 * HTML.pm: Some attribute level definitions were missing.
219
220 2008-03-09 Wakaba <wakaba@suika.fam.cx>
221
222 * HTML.pm: |dir|, |center|, and |basefont| are implemented.
223
224 2008-03-09 Wakaba <wakaba@suika.fam.cx>
225
226 * HTML.pm: |contenteditable| attribute support is now implemented.
227
228 2008-03-09 Wakaba <wakaba@suika.fam.cx>
229
230 * HTML.pm: Known but not-implemented-yet attributes were not
231 warned.
232
233 2008-03-02 Wakaba <wakaba@suika.fam.cx>
234
235 * HTML.pm: Status information from old specifications
236 are incorporated.
237
238 2008-03-02 Wakaba <wakaba@suika.fam.cx>
239
240 * Atom.pm: Reimplemented.
241
242 2008-03-02 Wakaba <wakaba@suika.fam.cx>
243
244 * HTML.pm: |in_a_href| flag is not reset after the </a>.
245 Raise an error if |area| is not a descendant of |map|.
246
247 2008-03-01 Wakaba <wakaba@suika.fam.cx>
248
249 * HTML.pm: Sectioning root category added. |blockquote|
250 is no longer a sectioning content.
251
252 2008-02-26 Wakaba <wakaba@suika.fam.cx>
253
254 * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
255 revision 1250).
256
257 2008-02-26 Wakaba <wakaba@suika.fam.cx>
258
259 * HTML.pm: First version of Web Forms 2.0 support (its weired,
260 since the spec itself is frankensteinesque:-); note that though
261 it is weired spec from the today's viewpoint, it is still
262 better-written spec than any W3C (Candidate or Proposed or full)
263 Recommendation, sadly.
264
265 2008-02-26 Wakaba <wakaba@suika.fam.cx>
266
267 * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
268 from XHTML M12N 1.0 are reflected in |status| field.
269
270 2008-02-26 Wakaba <wakaba@suika.fam.cx>
271
272 * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
273 Don't raise "not defined" errors; they are now raised according
274 to status flags. Status flags of li/@value, ol/@start, and menu
275 are now non-deprecated, to avoid deprecated error message.
276 area/@hreftype typo fixed. |isindex| SHOULD NOT be used
277 according to HTML4.
278
279 2008-02-26 Wakaba <wakaba@suika.fam.cx>
280
281 * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
282 Add |reversed| to |ol| (HTML5 revision 1248).
283
284 2008-02-24 Wakaba <wakaba@suika.fam.cx>
285
286 * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
287
288 2008-02-24 Wakaba <wakaba@suika.fam.cx>
289
290 * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
291 Raise not-part-of-HTML5 error for |acronym|.
292
293 2008-02-24 Wakaba <wakaba@suika.fam.cx>
294
295 * HTML.pm: HTML5 attribute status added.
296
297 2008-02-24 Wakaba <wakaba@suika.fam.cx>
298
299 * HTML.pm: Standardized status for attributes are added (HTML5
300 info are not added yet). Make element or attribute not defined
301 by HTML5 spec as a conformance error (though it is not clearly
302 defined by HTML5 spec as non-conforming). Note that more work
303 is needed for non-standard attribute thing, since the current
304 implementation prevents non-standard attribute from being
305 syntactically checked (otherwise it is treated as if a
306 standard attribute).
307
308 2008-02-24 Wakaba <wakaba@suika.fam.cx>
309
310 * HTML.pm: Standardized status attributes are added.
311
312 2008-02-24 Wakaba <wakaba@suika.fam.cx>
313
314 * HTML.pm: Invalid |meta| in |noscript| should be erred
315 as usual.
316
317 2008-02-24 Wakaba <wakaba@suika.fam.cx>
318
319 * HTML.pm: Updated for |del|-and-significant problem.
320
321 2008-02-24 Wakaba <wakaba@suika.fam.cx>
322
323 * HTML.pm (datagrid): Condition was incorrect.
324
325 2008-02-23 Wakaba <wakaba@suika.fam.cx>
326
327 * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
328 change state when a transparent element is encountered.
329 (details check): Reimplemented.
330
331 2008-02-23 Wakaba <wakaba@suika.fam.cx>
332
333 * HTML.pm (object check_end): Don't check significant content
334 if the element is used as a transparent element.
335 (video check): Reimplemented.
336
337 2008-02-23 Wakaba <wakaba@suika.fam.cx>
338
339 * HTML.pm: |figure| content checker reimplemented. |object|
340 content checker for root element case reimplemented.
341
342 2008-02-23 Wakaba <wakaba@suika.fam.cx>
343
344 * HTML.pm: Revised.
345
346 2008-02-18 Wakaba <wakaba@suika.fam.cx>
347
348 * HTML.pm (object): Implemented (with some bug on transparentness
349 handling).
350
351 2008-02-18 Wakaba <wakaba@suika.fam.cx>
352
353 * HTML.pm: s/m/mark/g (HTML5 revision 1232).
354
355 2008-02-18 Wakaba <wakaba@suika.fam.cx>
356
357 * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
358 the conformance checker cannot examine the semantics of the
359 image).
360
361 2008-02-17 Wakaba <wakaba@suika.fam.cx>
362
363 * HTML.pm: Useless old stuff are removed. |datagrid|
364 was missing from |$HTMLInteractiveContent|.
365 (a): Use new |$HTMLInteractiveContent| in place
366 of |$HTMLIntetractiveElements|.
367 (caption): Use new |$HTMLPhrasingContentChecker| in place
368 of |$HTMLStrictlyInlineChecker|.
369
370 2008-02-17 Wakaba <wakaba@suika.fam.cx>
371
372 * HTML.pm (figure): Implemented.
373 (video, audio): In no-parent-element case with |src| attribute,
374 the content model is now prose content.
375
376 2008-02-17 Wakaba <wakaba@suika.fam.cx>
377
378 * HTML.pm (noscript): Reimplemented.
379
380 2008-02-17 Wakaba <wakaba@suika.fam.cx>
381
382 * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
383 1180).
384
385 2008-02-17 Wakaba <wakaba@suika.fam.cx>
386
387 * HTML.pm (th): |th| now requires phrasing content. |div|
388 now requires prose content.
389
390 2008-02-17 Wakaba <wakaba@suika.fam.cx>
391
392 * HTML.pm: Error messages revised.
393
394 2008-02-17 Wakaba <wakaba@suika.fam.cx>
395
396 * HTML.pm: Most part of December 2007 Content Model is implemented.
397
398 2008-02-10 Wakaba <wakaba@suika.fam.cx>
399
400 * HTML.pm (<style>): CSS validation code removed; instead,
401 it does invoke subdoc callback to ask to the callee to validate
402 the style sheet separately.
403
404 2008-02-09 Wakaba <wakaba@suika.fam.cx>
405
406 * HTML.pm (<style>): Initial version of CSS validation support.
407
408 2007-11-25 Wakaba <wakaba@suika.fam.cx>
409
410 * HTML.pm ($HTMLSignificantContentErrors): New.
411
412 2007-11-25 Wakaba <wakaba@suika.fam.cx>
413
414 * HTML.pm: Support for checking for significant content (HTML5
415 revision 1114). Note that the current implementation has
416 an issue on treatment for transparent or semi-transparent
417 elements.
418
419 * Atom.pm: Support for significant content checking (for composed
420 HTML-Atom documents).
421
422 2007-11-25 Wakaba <wakaba@suika.fam.cx>
423
424 * HTML.pm (header): Descendant constraint is redefined by
425 new todo item type |descendant|.
426
427 2007-11-24 Wakaba <wakaba@suika.fam.cx>
428
429 * HTML.pm (nest/@filter, rule/@condition): Implemented.
430 (nest/@mode): Definition was wrong.
431 ($HTMLSelectorsAttrChecker): New.
432
433 2007-11-23 Wakaba <wakaba@suika.fam.cx>
434
435 * HTML.pm (meta): Character references in |charset| attribute
436 values are now erred.
437
438 2007-11-23 Wakaba <wakaba@suika.fam.cx>
439
440 * HTML.pm (meta): |charset| value tests implemented.
441
442 2007-11-11 Wakaba <wakaba@suika.fam.cx>
443
444 * HTML.pm: Raise bad-context error for proposed link types.
445
446 2007-11-07 Wakaba <wakaba@suika.fam.cx>
447
448 * HTML.pm: Specialized error for old charset syntax.
449
450 2007-11-07 Wakaba <wakaba@suika.fam.cx>
451
452 * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
453
454 2007-11-04 Wakaba <wakaba@suika.fam.cx>
455
456 * HTML.pm: Allow <html manifest=URI>.
457
458 2007-11-04 Wakaba <wakaba@suika.fam.cx>
459
460 * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
461 revision 1115).
462
463 2007-11-04 Wakaba <wakaba@suika.fam.cx>
464
465 * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
466 revision 1115).
467
468 2007-11-04 Wakaba <wakaba@suika.fam.cx>
469
470 * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
471
472 2007-10-26 Wakaba <wakaba@suika.fam.cx>
473
474 * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
475
476 2007-10-23 Wakaba <wakaba@suika.fam.cx>
477
478 * HTML.pm: Make <script async defer> conforming (HTML5
479 revision 1085).
480
481 2007-10-14 Wakaba <wakaba@suika.fam.cx>
482
483 * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
484 and |html:rule| elements.
485
486 2007-09-24 Wakaba <wakaba@suika.fam.cx>
487
488 * Atom.pm (atom:link@title): Definition was missing.
489
490 2007-09-24 Wakaba <wakaba@suika.fam.cx>
491
492 * Atom.pm (hreflang): Checker is implemented.
493 (AtomDateConstruct): Checking for content is implemented.
494
495 2007-09-09 Wakaba <wakaba@suika.fam.cx>
496
497 * HTML.pm: Support for language tag validation.
498
499 2007-08-25 Wakaba <wakaba@suika.fam.cx>
500
501 * HTML.pm (head, noscript): Treatement for invalid |meta|
502 elenments are changed as per HTML5 revision 1018.
503
504 2007-08-17 Wakaba <wakaba@suika.fam.cx>
505
506 * HTML.pm: Raise new errors if |base| is following
507 URI attributes or hyperlink attributes.
508
509 2007-08-17 Wakaba <wakaba@suika.fam.cx>
510
511 * HTML.pm: Support for |noscript| in |head|. Make an
512 error for |noscript| in XML document.
513
514 2007-08-08 Wakaba <wakaba@suika.fam.cx>
515
516 * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
517 value are changed for the ease of error message catalog
518 lookup.
519
520 2007-08-05 Wakaba <wakaba@suika.fam.cx>
521
522 * Atom.pm: |link|-related checks are added; |type|
523 media type checks are added. |hreflang| now warns
524 as unimplemented.
525
526 2007-08-05 Wakaba <wakaba@suika.fam.cx>
527
528 * Atom.pm: Checker for all elements are defined (with
529 a number of "TODO"s).
530
531 2007-08-05 Wakaba <wakaba@suika.fam.cx>
532
533 * Atom.pm: New Perl module.
534
535 2007-08-04 Wakaba <wakaba@suika.fam.cx>
536
537 * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
538
539 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24