1 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
4 |
|
support fixed. <input align> support. Tentative support for |
5 |
|
<input inputmode>. Support for <input replace>. Status of |
6 |
|
<button template> fixed. |
7 |
|
|
8 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
11 |
|
|
12 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: <input step> implemented. |
15 |
|
|
16 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: The checker code for the Password state merged with the |
19 |
|
code for the Text state. The |maxlength| attribute checker |
20 |
|
implemented. The |size| attribute whose value is zero is not |
21 |
|
allowed. |
22 |
|
|
23 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Support for |required| attribute of the |input| |
26 |
|
element. |
27 |
|
|
28 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
31 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
32 |
|
attributes of the |input| element. |
33 |
|
|
34 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
37 |
|
type> states are implemented. Some <input type>-dependent |
38 |
|
attribute checkers implemented. |
39 |
|
|
40 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
43 |
|
type=url>, <input type=password>, and <input type=datetime> |
44 |
|
checkes are implemented. |
45 |
|
|
46 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
49 |
|
|
50 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
53 |
|
definition. Prepares for tests against <input type> states. |
54 |
|
|
55 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
58 |
|
varying requirements for various states of the element. |
59 |
|
|
60 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: <label> content conformance checking implemented. |
63 |
|
|
64 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Support for |for=""| validation. |
67 |
|
|
68 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
71 |
|
revision 1932). |
72 |
|
|
73 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm: Support for |form=""| attributes. |
76 |
|
|
77 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
80 |
|
elements are removed; the |id| attribute of those elements is now |
81 |
|
checked by the global |id| attribute. |
82 |
|
|
83 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Support for |fieldset| |legend|. |
86 |
|
|
87 |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
* HTML.pm: |form| element's |name| attribute is implemented. |
* HTML.pm: |form| element's |name| attribute is implemented. |