/[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.59 - (show annotations) (download)
Sun Mar 2 03:39:41 2008 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.58: +5 -0 lines
++ whatpm/t/ChangeLog	2 Mar 2008 03:39:34 -0000
2008-03-02  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat: Test data for |<area>| are added.

	* content-model-2.dat: Test data for |<img ismap>| are added.

++ whatpm/Whatpm/ChangeLog	2 Mar 2008 03:36:45 -0000
2008-03-02  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src: s/local_name/manakai_local_name/g.

++ whatpm/Whatpm/HTML/ChangeLog	2 Mar 2008 03:28:10 -0000
2008-03-02  Wakaba  <wakaba@suika.fam.cx>

	* Serializer.pm (get_inner_html): Typo fixed.

++ whatpm/Whatpm/ContentChecker/ChangeLog	2 Mar 2008 03:37:30 -0000
2008-03-02  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: |in_a_href| flag is not reset after the </a>.
	Raise an error if |area| is not a descendant of |map|.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24