/[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.82 - (show annotations) (download)
Sat Apr 12 07:38:36 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.81: +5 -0 lines
++ whatpm/t/ChangeLog	12 Apr 2008 07:18:37 -0000
2008-04-12  Wakaba  <wakaba@suika.fam.cx>

	* content-model-6.dat: New test data file.  Test data for
	HTML custom data attributes (HTML5 revision 1399) are added.

	* ContentChecker.t: New test file |content-model-6.dat| is added.

++ whatpm/Whatpm/ContentChecker/ChangeLog	12 Apr 2008 07:19:00 -0000
2008-04-12  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Support for HTML custom data attributes (HTML5
	revision 1399).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24