/[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.52 - (show annotations) (download)
Sun Feb 24 12:59:30 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.51: +4 -0 lines
++ whatpm/Whatpm/ContentChecker/ChangeLog	24 Feb 2008 12:58:53 -0000
	* HTML.pm: Most of Web Forms 1.0 attributes are implemented.

2008-02-24  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24