1 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
4 |
|
attribute. Implemented |name=""| attribute for form controls. |
5 |
|
Added U+000C into character class of space characters (it should |
6 |
|
have been, but was not in some of regular expressions). Updated |
7 |
|
definitions for |output| elements. |
8 |
|
|
9 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
12 |
|
|option|, and |textarea| elements. |
13 |
|
|
14 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Updated definitions for |select|. |
17 |
|
|
18 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: Updated definitions for |button|. |
21 |
|
|
22 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
25 |
|
SHOULD-level error if @pattern but no @title. |
26 |
|
|
27 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Added support for |pattern| attributes. |
30 |
|
|
31 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
34 |
|
placeholder>. |
35 |
|
|
36 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Implemented <input list>. |
39 |
|
|
40 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Implemented <input type=color>. |
43 |
|
|
44 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
47 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
48 |
|
|email|, |url|, and |password|. |
49 |
|
|
50 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
53 |
|
use attributes not supported by NanoDOM. |
54 |
|
|
55 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: HTML5 spec status updated, except for |
58 |
|
datatemplate-related features, once again. Status for RDFa and |
59 |
|
XHTML Basic 1.1 updated. |
60 |
|
|
61 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: HTML5 spec status updated, except for |
64 |
|
datatemplate-related features. |
65 |
|
|
66 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
69 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
70 |
|
parent (or with no parent). |
71 |
|
|
72 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: <input usemap> support. |
75 |
|
|
76 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
79 |
|
support fixed. <input align> support. Tentative support for |
80 |
|
<input inputmode>. Support for <input replace>. Status of |
81 |
|
<button template> fixed. |
82 |
|
|
83 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
86 |
|
|
87 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm: <input step> implemented. |
90 |
|
|
91 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTML.pm: The checker code for the Password state merged with the |
94 |
|
code for the Text state. The |maxlength| attribute checker |
95 |
|
implemented. The |size| attribute whose value is zero is not |
96 |
|
allowed. |
97 |
|
|
98 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* HTML.pm: Support for |required| attribute of the |input| |
101 |
|
element. |
102 |
|
|
103 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
106 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
107 |
|
attributes of the |input| element. |
108 |
|
|
109 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
112 |
|
type> states are implemented. Some <input type>-dependent |
113 |
|
attribute checkers implemented. |
114 |
|
|
115 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
118 |
|
type=url>, <input type=password>, and <input type=datetime> |
119 |
|
checkes are implemented. |
120 |
|
|
121 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
124 |
|
|
125 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
128 |
|
definition. Prepares for tests against <input type> states. |
129 |
|
|
130 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
131 |
|
|
132 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
133 |
|
varying requirements for various states of the element. |
134 |
|
|
135 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* HTML.pm: <label> content conformance checking implemented. |
138 |
|
|
139 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm: Support for |for=""| validation. |
142 |
|
|
143 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
146 |
|
revision 1932). |
147 |
|
|
148 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm: Support for |form=""| attributes. |
151 |
|
|
152 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
155 |
|
elements are removed; the |id| attribute of those elements is now |
156 |
|
checked by the global |id| attribute. |
157 |
|
|
158 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm: Support for |fieldset| |legend|. |
161 |
|
|
162 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
165 |
|
|
166 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
169 |
|
revision 1738). |
170 |
|
|
171 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
174 |
|
with the spec (HTML5 revision 2018). |
175 |
|
|
176 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
179 |
|
check. |
180 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
181 |
|
support. |
182 |
|
|
183 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm: Support for style="" attributes. |
186 |
|
|
187 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
190 |
|
attribute. |
191 |
|
|
192 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
195 |
|
The WF2 |onforminput| and |onformchange| attributes were |
196 |
|
not added, since they are not defined (although they ARE |
197 |
|
mentioned) in the normative part of the WF2 spec. |
198 |
|
Typo on the |oninvalid| attribute fixed. |
199 |
|
|
200 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
201 |
|
|
202 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
203 |
|
|
204 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
205 |
|
|
206 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
207 |
|
|
208 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
209 |
|
|
210 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
211 |
|
allowed (HTML5 revision 1945). |
212 |
|
|
213 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
216 |
|
2142, 2148, 2150-2154). |
217 |
|
|
218 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm: RDFa spec status updated again. |
221 |
|
|
222 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTML.pm: RDFa spec status updated. |
225 |
|
|
226 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
227 |
|
|
228 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
229 |
|
status are updated. (HTML5 revision 2142-2152). |
230 |
|
|
231 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
234 |
|
1863). |
235 |
|
|
236 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* HTML.pm: Uppercase attribute names for embed elements |
239 |
|
are disallowed (HTML5 revision 1946). |
240 |
|
|
241 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
244 |
|
must be XML compatible (HTML5 revision 1836). |
245 |
|
|
246 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
247 |
|
|
248 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
249 |
|
revision 1834). |
250 |
|
|
251 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
252 |
|
|
253 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
254 |
|
link elements (HTML5 revision 1942). |
255 |
|
|
256 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
257 |
|
|
258 |
|
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
259 |
|
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
260 |
|
|
261 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
262 |
|
|
263 |
|
* HTML.pm: Element status updated. |
264 |
|
|
265 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
268 |
|
revision 1929). |
269 |
|
|
270 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
273 |
|
|
274 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
277 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
278 |
|
misses a white space or "T" literal between day and hour) |
279 |
|
not raise two errors. |
280 |
|
|
281 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
282 |
|
|
283 |
|
* HTML.pm: |xml:lang| attribute value must be same |
284 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
285 |
|
and so on). |lang| attribute in XML document is no longer |
286 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
287 |
|
in HTML document (HTML5 revision 2062 and so on). |
288 |
|
|
289 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* Atom.pm: s/element missing/child element missing/ for |
292 |
|
consistency. |
293 |
|
|
294 |
|
* HTML.pm: Typos fixed. |
295 |
|
(pre): "No significant content" error was unintentionally |
296 |
|
disabled. s/element missing/child element missing/ for |
297 |
|
consistency. |
298 |
|
|
299 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
300 |
|
|
301 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
302 |
|
|
303 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
304 |
|
|
305 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
306 |
|
|
307 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
308 |
|
|
309 |
|
* HTML.pm: Subdocument texts for |style| and |script| |
310 |
|
elements were not initialized. |
311 |
|
|
312 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* HTML.pm, Atom.pm: Pass {level} object to language tag |
315 |
|
and URL checkers. |
316 |
|
|
317 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
318 |
|
|
319 |
|
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
320 |
|
|
321 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
322 |
|
|
323 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
324 |
|
revised. |
325 |
|
|
326 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
327 |
|
|
328 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
329 |
|
|
330 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
333 |
|
1722 and 1728). |
334 |
|
|
335 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
336 |
|
|
337 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
338 |
|
revision 1704). The |href| attribute is also extended |
339 |
|
as a common attribute by RDFa Last Call Working Draft. |
340 |
|
|
341 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
342 |
|
|
343 |
|
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
344 |
|
|
345 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
346 |
|
|
347 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
348 |
|
|
349 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
350 |
|
|
351 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
352 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
353 |
|
may be empty. |
354 |
|
|
355 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
356 |
|
|
357 |
|
* HTML.pm: The |param| element is in LC phase now. |
358 |
|
|
359 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
360 |
|
|
361 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
362 |
|
sandbox="" (HTML5 revision 1643). |
363 |
|
|
364 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
365 |
|
|
366 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
367 |
|
revision 1659). |
368 |
|
|
369 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
370 |
|
|
371 |
|
* HTML.pm: Fact out generic charset name checking code |
372 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
373 |
|
on <a>, <link>, and <script> elements. |
374 |
|
|
375 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
376 |
|
|
377 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
378 |
|
one "." characters were allowed in a floating point number |
379 |
|
incorrectly. |
380 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
381 |
|
1629). |
382 |
|
|
383 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
384 |
|
|
385 |
|
* HTML.pm: Yay, |canvas| got the final status! |
386 |
|
|
387 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
390 |
|
letters (HTML5 revision 1572). |
391 |
|
|
392 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
395 |
|
table object. Return the table object, not table element. |
396 |
|
The |headers=""| checker for |td| elements are now noop. |
397 |
|
Set the status of |headers=""| attribute as HTML5's one. |
398 |
|
|
399 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
400 |
|
|
401 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
402 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
403 |
|
(script/@langauge): Implemented. |
404 |
|
|
405 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
406 |
|
|
407 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
408 |
|
Check meta refresh content="". |
409 |
|
|
410 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
411 |
|
|
412 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
413 |
|
no longer content model error (they might be raise |
414 |
|
table model error, however). All table model error |
415 |
|
parameters should propagate. |
416 |
|
|
417 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
418 |
|
|
419 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
420 |
|
is used for an HTML element. |
421 |
|
|
422 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
423 |
|
|
424 |
|
* HTML.pm: Support for global attributes. Status |
425 |
|
for XHTML2 elements/attributes are added. |
426 |
|
|
427 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
428 |
|
|
429 |
* HTML.pm: Support for |repeat-start=""| attribute. |
* HTML.pm: Support for |repeat-start=""| attribute. |