/[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.70 - (show annotations) (download)
Thu Mar 20 08:27:38 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.69: +4 -0 lines
++ whatpm/Whatpm/ContentChecker/ChangeLog	20 Mar 2008 08:27:34 -0000
	* Atom.pm: Support for |<* type=html>| in Text construct.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24