/[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.63 - (show annotations) (download)
Sun Mar 9 11:15:14 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.62: +4 -0 lines
++ whatpm/t/ChangeLog	9 Mar 2008 11:11:01 -0000
	* content-model-2.dat: |contenteditable=""| tests are added.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	9 Mar 2008 11:11:18 -0000
	* HTML.pm: |contenteditable| attribute support is now implemented.

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24