/[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.81 - (show annotations) (download)
Fri Mar 28 15:18:32 2008 UTC (17 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.80: +8 -0 lines
++ whatpm/t/ChangeLog	28 Mar 2008 15:18:24 -0000
2008-03-29  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat: s/prose/flow/g.

++ whatpm/Whatpm/ContentChecker/ChangeLog	28 Mar 2008 14:55:26 -0000
2008-03-28  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).

2008-03-23  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: @datetime microsyntax is in the First Draft phase.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24