/[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.64 - (show annotations) (download)
Sun Mar 9 13:56:09 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.63: +4 -0 lines
++ whatpm/t/ChangeLog	9 Mar 2008 13:55:01 -0000
	* content-model-1.dat: Test data for |center|, |dir|, and |basefont|
	are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	9 Mar 2008 13:55:42 -0000
	* HTML.pm: |dir|, |center|, and |basefont| are implemented.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24