/[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.84 - (show annotations) (download)
Tue Apr 29 10:25:08 2008 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.83: +7 -0 lines
++ whatpm/t/ChangeLog	29 Apr 2008 10:24:55 -0000
2008-04-29  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat: Test results
	related to browsing context name or keyword are revised
	and added.

++ whatpm/Whatpm/ChangeLog	29 Apr 2008 08:17:14 -0000
	* CacheManifest.pm (_parse): New same origin definition (HTML5 revision
	1500) is implemented (except for IDNA part and URI-scheme-specific
++ whatpm/Whatpm/ContentChecker/ChangeLog	29 Apr 2008 10:23:48 -0000
2008-04-29  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
	($HTMLTargetAttrChecker): |_blank| is now allowed and
	an empty string is no longer allowed (HTML5 revision 1470).
	(object/@name, iframe/@name): Added (HTML5 revision 1470).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24