/[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.75 - (show annotations) (download)
Sat Mar 22 03:07:06 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.74: +5 -0 lines
++ whatpm/t/ChangeLog	22 Mar 2008 02:51:31 -0000
2008-03-22  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat: Now we support RDF.

	* content-model-2.dat: Test data on |@accesskey| attribute
	are added.

++ whatpm/Whatpm/ChangeLog	22 Mar 2008 03:05:10 -0000
2008-03-22  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.pm: |fact_level| is now treated
	as same as |must_level|, i.e. level = |m|.
	(check_element): Make list of URIs in the DOM.

++ whatpm/Whatpm/ContentChecker/ChangeLog	22 Mar 2008 03:06:11 -0000
2008-03-22  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Add URIs to the list of URIs to be returned
	by the checker method. |accesskey| attribute is implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24