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