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