1 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented <input type=color>. |
4 |
|
|
5 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
8 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
9 |
|
|email|, |url|, and |password|. |
10 |
|
|
11 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
14 |
|
use attributes not supported by NanoDOM. |
15 |
|
|
16 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: HTML5 spec status updated, except for |
19 |
|
datatemplate-related features, once again. Status for RDFa and |
20 |
|
XHTML Basic 1.1 updated. |
21 |
|
|
22 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: HTML5 spec status updated, except for |
25 |
|
datatemplate-related features. |
26 |
|
|
27 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
30 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
31 |
|
parent (or with no parent). |
32 |
|
|
33 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: <input usemap> support. |
36 |
|
|
37 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
40 |
|
support fixed. <input align> support. Tentative support for |
41 |
|
<input inputmode>. Support for <input replace>. Status of |
42 |
|
<button template> fixed. |
43 |
|
|
44 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
47 |
|
|
48 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: <input step> implemented. |
51 |
|
|
52 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: The checker code for the Password state merged with the |
55 |
|
code for the Text state. The |maxlength| attribute checker |
56 |
|
implemented. The |size| attribute whose value is zero is not |
57 |
|
allowed. |
58 |
|
|
59 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: Support for |required| attribute of the |input| |
62 |
|
element. |
63 |
|
|
64 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
67 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
68 |
|
attributes of the |input| element. |
69 |
|
|
70 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
73 |
|
type> states are implemented. Some <input type>-dependent |
74 |
|
attribute checkers implemented. |
75 |
|
|
76 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
79 |
|
type=url>, <input type=password>, and <input type=datetime> |
80 |
|
checkes are implemented. |
81 |
|
|
82 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
85 |
|
|
86 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
89 |
|
definition. Prepares for tests against <input type> states. |
90 |
|
|
91 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
94 |
|
varying requirements for various states of the element. |
95 |
|
|
96 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm: <label> content conformance checking implemented. |
99 |
|
|
100 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm: Support for |for=""| validation. |
103 |
|
|
104 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
107 |
|
revision 1932). |
108 |
|
|
109 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Support for |form=""| attributes. |
112 |
|
|
113 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
116 |
|
elements are removed; the |id| attribute of those elements is now |
117 |
|
checked by the global |id| attribute. |
118 |
|
|
119 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* HTML.pm: Support for |fieldset| |legend|. |
122 |
|
|
123 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
126 |
|
|
127 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
* HTML.pm: U+000B is no longer part of space characters (HTML5 |