/[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.85 - (hide annotations) (download)
Tue Apr 29 11:03:46 2008 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.84: +9 -2 lines
++ whatpm/t/ChangeLog	29 Apr 2008 10:52:03 -0000
	* content-model-4.dat: Terms no longer have to be unique (HTML5
	revision 1467).

	* content-model-2.dat: Tests for |onstorage| attribute
	are added (HTML5 revision 1495).  Fix test results
	for unknown elements and attributes in the HTML namespace.

2008-04-29  Wakaba  <wakaba@suika.fam.cx>

	and added (HTML5 revision 1470 and 1471).
++ whatpm/Whatpm/ContentChecker/ChangeLog	29 Apr 2008 10:52:29 -0000
	* HTML.pm: Support for |onstorage| attribute is added (HTML5
	revision 1495).  Defined terms no longer have to be unique (HTML5
	revision 1467).

2008-04-29  Wakaba  <wakaba@suika.fam.cx>

	($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
	revision 1471) and an empty string is no longer allowed (HTML5
	revision 1470).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24