1 |
wakaba |
1.98 |
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
4 |
|
|
one "." characters were allowed in a floating point number |
5 |
|
|
incorrectly. |
6 |
|
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
7 |
|
|
1629). |
8 |
|
|
|
9 |
wakaba |
1.96 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
|
11 |
wakaba |
1.97 |
* HTML.pm: Yay, |canvas| got the final status! |
12 |
|
|
|
13 |
|
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
|
15 |
wakaba |
1.96 |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
16 |
|
|
letters (HTML5 revision 1572). |
17 |
|
|
|
18 |
wakaba |
1.95 |
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
|
20 |
|
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
21 |
|
|
table object. Return the table object, not table element. |
22 |
|
|
The |headers=""| checker for |td| elements are now noop. |
23 |
|
|
Set the status of |headers=""| attribute as HTML5's one. |
24 |
|
|
|
25 |
wakaba |
1.91 |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
|
27 |
wakaba |
1.94 |
* HTML.pm ($HTMLLengthAttrChecker): New. |
28 |
|
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
29 |
|
|
(script/@langauge): Implemented. |
30 |
|
|
|
31 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
|
33 |
wakaba |
1.93 |
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
34 |
|
|
Check meta refresh content="". |
35 |
|
|
|
36 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
|
38 |
wakaba |
1.92 |
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
39 |
|
|
no longer content model error (they might be raise |
40 |
|
|
table model error, however). All table model error |
41 |
|
|
parameters should propagate. |
42 |
|
|
|
43 |
|
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
|
45 |
wakaba |
1.91 |
* HTML.pm: Raise an error if a repeat* global attrbute |
46 |
|
|
is used for an HTML element. |
47 |
|
|
|
48 |
wakaba |
1.87 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
|
50 |
wakaba |
1.90 |
* HTML.pm: Support for global attributes. Status |
51 |
|
|
for XHTML2 elements/attributes are added. |
52 |
|
|
|
53 |
|
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
|
55 |
wakaba |
1.89 |
* HTML.pm: Support for |repeat-start=""| attribute. |
56 |
|
|
|
57 |
|
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
|
59 |
wakaba |
1.88 |
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
60 |
|
|
|repeat-min=""|, and |repeat-max=""| attributes. |
61 |
|
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
62 |
|
|
and |move-down|. |
63 |
|
|
|
64 |
|
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
|
66 |
wakaba |
1.87 |
* HTML.pm: Support for |template=""|, |ref=""|, and |
67 |
|
|
|registrationmark=""| attributes. |
68 |
|
|
|
69 |
wakaba |
1.84 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
|
71 |
wakaba |
1.86 |
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
72 |
|
|
1511). |
73 |
|
|
|
74 |
|
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
|
76 |
wakaba |
1.85 |
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
77 |
|
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
78 |
|
|
revision 1467). |
79 |
|
|
|
80 |
|
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
|
82 |
wakaba |
1.84 |
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
83 |
wakaba |
1.85 |
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
84 |
|
|
revision 1471) and an empty string is no longer allowed (HTML5 |
85 |
|
|
revision 1470). |
86 |
wakaba |
1.84 |
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
87 |
|
|
|
88 |
wakaba |
1.83 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
|
90 |
|
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
91 |
|
|
revision 1426). |
92 |
|
|
|
93 |
wakaba |
1.82 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
|
95 |
|
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
96 |
|
|
revision 1399). |
97 |
|
|
|
98 |
wakaba |
1.81 |
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
|
100 |
|
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
101 |
|
|
|
102 |
|
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
|
104 |
|
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
105 |
|
|
|
106 |
wakaba |
1.75 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
|
108 |
wakaba |
1.80 |
* HTML.pm: link/@rev and a/@rev are implemented. |
109 |
|
|
|
110 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
|
112 |
wakaba |
1.79 |
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
113 |
|
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
114 |
|
|
object/@border, object/@classid, object/@codebase, |
115 |
|
|
object/@codetype, object/@declare, object/@hspace, |
116 |
|
|
object/@standby, object/@vspace, param/@valuetype, |
117 |
|
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
118 |
|
|
and %cellvalign/@valign are implemented. |
119 |
|
|
|
120 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
|
122 |
wakaba |
1.78 |
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
123 |
|
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
124 |
|
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
125 |
|
|
table/@summary, and table/@width are implemented. |
126 |
|
|
|
127 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
|
129 |
wakaba |
1.77 |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
130 |
|
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
131 |
|
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
132 |
|
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
133 |
|
|
|
134 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
|
136 |
wakaba |
1.76 |
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
137 |
|
|
checker). head/@profile implemented. meta/@scheme implemented (as |
138 |
|
|
do-nothing checker). |
139 |
|
|
|
140 |
|
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
|
142 |
wakaba |
1.75 |
* HTML.pm: Add URIs to the list of URIs to be returned |
143 |
|
|
by the checker method. |accesskey| attribute is implemented. |
144 |
|
|
|
145 |
wakaba |
1.66 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
146 |
|
|
|
147 |
wakaba |
1.74 |
* Atom.pm: Don't raise an error even if there is |
148 |
|
|
no |atom:summary| element child in the |atom:entry| |
149 |
|
|
element when the |type| attribute of the |atom:content| |
150 |
|
|
element is set to |html|, |xhtml|, or |text|. |
151 |
|
|
The |atom:rights| elements were implemented |
152 |
|
|
as Date construct (!?). |
153 |
|
|
Typo in code for |rel=alternate| are fixed. |
154 |
|
|
|
155 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
156 |
|
|
|
157 |
wakaba |
1.73 |
* Atom.pm: Support for |thr:total| element. |
158 |
|
|
Add notes on additional Atom namespaces. |
159 |
|
|
|
160 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
|
162 |
wakaba |
1.72 |
* Atom.pm: Support for |thr:in-reply-to| element. |
163 |
|
|
|
164 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
|
166 |
wakaba |
1.71 |
* Atom.pm: Raise an error if required |atom:summary| |
167 |
|
|
element is missing from an |atom:entry| element. |
168 |
|
|
|
169 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
|
171 |
wakaba |
1.70 |
* Atom.pm: Support for |<* type=html>| in Text construct. |
172 |
|
|
|
173 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
|
175 |
wakaba |
1.69 |
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
176 |
|
|
|
177 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
178 |
|
|
|
179 |
wakaba |
1.68 |
* Atom.pm: Support for |<content type=html>| content |
180 |
|
|
checking. |
181 |
|
|
|
182 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
|
184 |
wakaba |
1.67 |
* Atom.pm: Support for |author| for |feed| checking. |
185 |
|
|
|
186 |
|
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
|
188 |
wakaba |
1.66 |
* Atom.pm: Support for |author| for |entry| checking. |
189 |
|
|
|
190 |
wakaba |
1.65 |
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
|
192 |
|
|
* HTML.pm: Some attribute level definitions were missing. |
193 |
|
|
|
194 |
wakaba |
1.62 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
|
196 |
wakaba |
1.64 |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
197 |
|
|
|
198 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
|
200 |
wakaba |
1.63 |
* HTML.pm: |contenteditable| attribute support is now implemented. |
201 |
|
|
|
202 |
|
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
|
204 |
wakaba |
1.62 |
* HTML.pm: Known but not-implemented-yet attributes were not |
205 |
|
|
warned. |
206 |
|
|
|
207 |
wakaba |
1.59 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
|
209 |
wakaba |
1.61 |
* HTML.pm: Status information from old specifications |
210 |
|
|
are incorporated. |
211 |
|
|
|
212 |
|
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
213 |
|
|
|
214 |
wakaba |
1.60 |
* Atom.pm: Reimplemented. |
215 |
|
|
|
216 |
|
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
217 |
|
|
|
218 |
wakaba |
1.59 |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
219 |
|
|
Raise an error if |area| is not a descendant of |map|. |
220 |
|
|
|
221 |
wakaba |
1.58 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
|
223 |
|
|
* HTML.pm: Sectioning root category added. |blockquote| |
224 |
|
|
is no longer a sectioning content. |
225 |
|
|
|
226 |
wakaba |
1.53 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
|
228 |
wakaba |
1.57 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
229 |
|
|
revision 1250). |
230 |
|
|
|
231 |
|
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
|
233 |
wakaba |
1.56 |
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
234 |
|
|
since the spec itself is frankensteinesque:-); note that though |
235 |
|
|
it is weired spec from the today's viewpoint, it is still |
236 |
|
|
better-written spec than any W3C (Candidate or Proposed or full) |
237 |
|
|
Recommendation, sadly. |
238 |
|
|
|
239 |
|
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
240 |
|
|
|
241 |
wakaba |
1.55 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
242 |
|
|
from XHTML M12N 1.0 are reflected in |status| field. |
243 |
|
|
|
244 |
|
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
|
246 |
wakaba |
1.54 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
247 |
|
|
Don't raise "not defined" errors; they are now raised according |
248 |
|
|
to status flags. Status flags of li/@value, ol/@start, and menu |
249 |
|
|
are now non-deprecated, to avoid deprecated error message. |
250 |
|
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
251 |
|
|
according to HTML4. |
252 |
|
|
|
253 |
|
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
254 |
|
|
|
255 |
wakaba |
1.53 |
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
256 |
|
|
Add |reversed| to |ol| (HTML5 revision 1248). |
257 |
|
|
|
258 |
wakaba |
1.45 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
259 |
|
|
|
260 |
wakaba |
1.52 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
261 |
|
|
|
262 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
263 |
|
|
|
264 |
wakaba |
1.51 |
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
265 |
|
|
Raise not-part-of-HTML5 error for |acronym|. |
266 |
|
|
|
267 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
268 |
|
|
|
269 |
wakaba |
1.50 |
* HTML.pm: HTML5 attribute status added. |
270 |
|
|
|
271 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
272 |
|
|
|
273 |
wakaba |
1.49 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
274 |
|
|
info are not added yet). Make element or attribute not defined |
275 |
|
|
by HTML5 spec as a conformance error (though it is not clearly |
276 |
|
|
defined by HTML5 spec as non-conforming). Note that more work |
277 |
|
|
is needed for non-standard attribute thing, since the current |
278 |
|
|
implementation prevents non-standard attribute from being |
279 |
|
|
syntactically checked (otherwise it is treated as if a |
280 |
|
|
standard attribute). |
281 |
|
|
|
282 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
283 |
|
|
|
284 |
wakaba |
1.48 |
* HTML.pm: Standardized status attributes are added. |
285 |
|
|
|
286 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
287 |
|
|
|
288 |
wakaba |
1.47 |
* HTML.pm: Invalid |meta| in |noscript| should be erred |
289 |
|
|
as usual. |
290 |
|
|
|
291 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
292 |
|
|
|
293 |
wakaba |
1.46 |
* HTML.pm: Updated for |del|-and-significant problem. |
294 |
|
|
|
295 |
|
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
296 |
|
|
|
297 |
wakaba |
1.45 |
* HTML.pm (datagrid): Condition was incorrect. |
298 |
|
|
|
299 |
wakaba |
1.41 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
300 |
|
|
|
301 |
wakaba |
1.44 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
302 |
|
|
change state when a transparent element is encountered. |
303 |
|
|
(details check): Reimplemented. |
304 |
|
|
|
305 |
|
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
306 |
|
|
|
307 |
wakaba |
1.43 |
* HTML.pm (object check_end): Don't check significant content |
308 |
|
|
if the element is used as a transparent element. |
309 |
|
|
(video check): Reimplemented. |
310 |
|
|
|
311 |
|
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
312 |
|
|
|
313 |
wakaba |
1.42 |
* HTML.pm: |figure| content checker reimplemented. |object| |
314 |
|
|
content checker for root element case reimplemented. |
315 |
|
|
|
316 |
|
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
317 |
|
|
|
318 |
wakaba |
1.41 |
* HTML.pm: Revised. |
319 |
|
|
|
320 |
wakaba |
1.38 |
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
|
322 |
wakaba |
1.40 |
* HTML.pm (object): Implemented (with some bug on transparentness |
323 |
|
|
handling). |
324 |
|
|
|
325 |
|
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
|
327 |
wakaba |
1.39 |
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
328 |
|
|
|
329 |
|
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
330 |
|
|
|
331 |
wakaba |
1.38 |
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
332 |
|
|
the conformance checker cannot examine the semantics of the |
333 |
|
|
image). |
334 |
|
|
|
335 |
wakaba |
1.31 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
336 |
|
|
|
337 |
wakaba |
1.37 |
* HTML.pm: Useless old stuff are removed. |datagrid| |
338 |
|
|
was missing from |$HTMLInteractiveContent|. |
339 |
|
|
(a): Use new |$HTMLInteractiveContent| in place |
340 |
|
|
of |$HTMLIntetractiveElements|. |
341 |
|
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
342 |
|
|
of |$HTMLStrictlyInlineChecker|. |
343 |
|
|
|
344 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
345 |
|
|
|
346 |
wakaba |
1.36 |
* HTML.pm (figure): Implemented. |
347 |
|
|
(video, audio): In no-parent-element case with |src| attribute, |
348 |
|
|
the content model is now prose content. |
349 |
|
|
|
350 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
351 |
|
|
|
352 |
wakaba |
1.35 |
* HTML.pm (noscript): Reimplemented. |
353 |
|
|
|
354 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
355 |
|
|
|
356 |
wakaba |
1.34 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
357 |
|
|
1180). |
358 |
|
|
|
359 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
360 |
|
|
|
361 |
wakaba |
1.33 |
* HTML.pm (th): |th| now requires phrasing content. |div| |
362 |
|
|
now requires prose content. |
363 |
|
|
|
364 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
365 |
|
|
|
366 |
wakaba |
1.32 |
* HTML.pm: Error messages revised. |
367 |
|
|
|
368 |
|
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
369 |
|
|
|
370 |
wakaba |
1.31 |
* HTML.pm: Most part of December 2007 Content Model is implemented. |
371 |
|
|
|
372 |
wakaba |
1.30 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
|
374 |
|
|
* HTML.pm (<style>): CSS validation code removed; instead, |
375 |
|
|
it does invoke subdoc callback to ask to the callee to validate |
376 |
|
|
the style sheet separately. |
377 |
|
|
|
378 |
wakaba |
1.29 |
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
379 |
|
|
|
380 |
|
|
* HTML.pm (<style>): Initial version of CSS validation support. |
381 |
|
|
|
382 |
wakaba |
1.26 |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
383 |
|
|
|
384 |
wakaba |
1.28 |
* HTML.pm ($HTMLSignificantContentErrors): New. |
385 |
|
|
|
386 |
|
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
387 |
|
|
|
388 |
wakaba |
1.27 |
* HTML.pm: Support for checking for significant content (HTML5 |
389 |
|
|
revision 1114). Note that the current implementation has |
390 |
|
|
an issue on treatment for transparent or semi-transparent |
391 |
|
|
elements. |
392 |
|
|
|
393 |
|
|
* Atom.pm: Support for significant content checking (for composed |
394 |
|
|
HTML-Atom documents). |
395 |
|
|
|
396 |
|
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
397 |
|
|
|
398 |
wakaba |
1.26 |
* HTML.pm (header): Descendant constraint is redefined by |
399 |
|
|
new todo item type |descendant|. |
400 |
|
|
|
401 |
wakaba |
1.25 |
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
402 |
|
|
|
403 |
|
|
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
404 |
|
|
(nest/@mode): Definition was wrong. |
405 |
|
|
($HTMLSelectorsAttrChecker): New. |
406 |
|
|
|
407 |
wakaba |
1.23 |
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
408 |
|
|
|
409 |
wakaba |
1.24 |
* HTML.pm (meta): Character references in |charset| attribute |
410 |
|
|
values are now erred. |
411 |
|
|
|
412 |
|
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
413 |
|
|
|
414 |
wakaba |
1.23 |
* HTML.pm (meta): |charset| value tests implemented. |
415 |
|
|
|
416 |
wakaba |
1.22 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
417 |
|
|
|
418 |
|
|
* HTML.pm: Raise bad-context error for proposed link types. |
419 |
|
|
|
420 |
wakaba |
1.20 |
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
421 |
|
|
|
422 |
wakaba |
1.21 |
* HTML.pm: Specialized error for old charset syntax. |
423 |
|
|
|
424 |
|
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
425 |
|
|
|
426 |
wakaba |
1.20 |
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
427 |
|
|
|
428 |
wakaba |
1.16 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
429 |
|
|
|
430 |
wakaba |
1.19 |
* HTML.pm: Allow <html manifest=URI>. |
431 |
|
|
|
432 |
|
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
433 |
|
|
|
434 |
wakaba |
1.18 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
435 |
|
|
revision 1115). |
436 |
|
|
|
437 |
|
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
438 |
|
|
|
439 |
wakaba |
1.17 |
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
440 |
|
|
revision 1115). |
441 |
|
|
|
442 |
|
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
443 |
|
|
|
444 |
wakaba |
1.16 |
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
445 |
|
|
|
446 |
wakaba |
1.15 |
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
447 |
|
|
|
448 |
|
|
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
449 |
|
|
|
450 |
wakaba |
1.14 |
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
451 |
|
|
|
452 |
|
|
* HTML.pm: Make <script async defer> conforming (HTML5 |
453 |
|
|
revision 1085). |
454 |
|
|
|
455 |
wakaba |
1.13 |
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
456 |
|
|
|
457 |
|
|
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
458 |
|
|
and |html:rule| elements. |
459 |
|
|
|
460 |
wakaba |
1.11 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
461 |
|
|
|
462 |
wakaba |
1.12 |
* Atom.pm (atom:link@title): Definition was missing. |
463 |
|
|
|
464 |
|
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
465 |
|
|
|
466 |
wakaba |
1.11 |
* Atom.pm (hreflang): Checker is implemented. |
467 |
|
|
(AtomDateConstruct): Checking for content is implemented. |
468 |
|
|
|
469 |
wakaba |
1.10 |
2007-09-09 Wakaba <wakaba@suika.fam.cx> |
470 |
|
|
|
471 |
|
|
* HTML.pm: Support for language tag validation. |
472 |
|
|
|
473 |
wakaba |
1.9 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
474 |
|
|
|
475 |
|
|
* HTML.pm (head, noscript): Treatement for invalid |meta| |
476 |
|
|
elenments are changed as per HTML5 revision 1018. |
477 |
|
|
|
478 |
wakaba |
1.7 |
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
479 |
|
|
|
480 |
wakaba |
1.8 |
* HTML.pm: Raise new errors if |base| is following |
481 |
|
|
URI attributes or hyperlink attributes. |
482 |
|
|
|
483 |
|
|
2007-08-17 Wakaba <wakaba@suika.fam.cx> |
484 |
|
|
|
485 |
wakaba |
1.7 |
* HTML.pm: Support for |noscript| in |head|. Make an |
486 |
|
|
error for |noscript| in XML document. |
487 |
|
|
|
488 |
wakaba |
1.6 |
2007-08-08 Wakaba <wakaba@suika.fam.cx> |
489 |
|
|
|
490 |
|
|
* HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type| |
491 |
|
|
value are changed for the ease of error message catalog |
492 |
|
|
lookup. |
493 |
|
|
|
494 |
wakaba |
1.3 |
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
495 |
|
|
|
496 |
wakaba |
1.5 |
* Atom.pm: |link|-related checks are added; |type| |
497 |
|
|
media type checks are added. |hreflang| now warns |
498 |
|
|
as unimplemented. |
499 |
|
|
|
500 |
|
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
501 |
|
|
|
502 |
wakaba |
1.4 |
* Atom.pm: Checker for all elements are defined (with |
503 |
|
|
a number of "TODO"s). |
504 |
|
|
|
505 |
|
|
2007-08-05 Wakaba <wakaba@suika.fam.cx> |
506 |
|
|
|
507 |
wakaba |
1.3 |
* Atom.pm: New Perl module. |
508 |
|
|
|
509 |
wakaba |
1.2 |
2007-08-04 Wakaba <wakaba@suika.fam.cx> |
510 |
|
|
|
511 |
|
|
* HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|. |
512 |
|
|
|
513 |
|
|
* ChangeLog: New file. |