/[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.49 - (show annotations) (download)
Sun Feb 24 07:51:19 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.48: +11 -0 lines
++ whatpm/t/ChangeLog	24 Feb 2008 07:51:13 -0000
	* content-model-1.dat, content-model-2.dat: Some test
	results are updated.  New test data on non-standard
	attributes are added.  Note that some test results do
	still need to be updated.

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

++ whatpm/Whatpm/ChangeLog	24 Feb 2008 07:47:32 -0000
	* ContentChecker.pm (_attr_status_info): New internal method.

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

++ whatpm/Whatpm/ContentChecker/ChangeLog	24 Feb 2008 07:50:04 -0000
	* HTML.pm: Standardized status for attributes are added (HTML5
	info are not added yet).  Make element or attribute not defined
	by HTML5 spec as a conformance error (though it is not clearly
	defined by HTML5 spec as non-conforming).  Note that more work
	is needed for non-standard attribute thing, since the current
	implementation prevents non-standard attribute from being
	syntactically checked (otherwise it is treated as if a
	standard attribute).

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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24