/[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.95 - (hide annotations) (download)
Tue May 6 08:59:09 2008 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.94: +7 -0 lines
++ whatpm/t/ChangeLog	6 May 2008 08:59:04 -0000
2008-05-06  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: Test data for td/@headers are added.

++ whatpm/Whatpm/ChangeLog	6 May 2008 08:57:07 -0000
	* ContentChecker.pm: Noted that those returned in |table| are
	no longer table elements, but table objects returned
	by Whatpm::HTMLTable.

	* HTMLTable.pm (form_table): Return table element node
	as |$table->{element}|.
	(assign_header): Support for the |headers=""| attribute.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 May 2008 08:58:42 -0000
2008-05-06  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
	table object.  Return the table object, not table element.
	The |headers=""| checker for |td| elements are now noop.
	Set the status of |headers=""| attribute as HTML5's one.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24