1 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
4 |
|
3252). |
5 |
|
|
6 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
9 |
|
|caption| are now allowed (HTML5 revision 3329). |
10 |
|
|
11 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
14 |
|
($GetDateTimeAttrChecker): Added. |
15 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
16 |
|
later use. |
17 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
18 |
|
"global date and time string". |
19 |
|
(input's date- and time-related, and type=number and type=range |
20 |
|
control types): Implemented value="", min="", and max="". |
21 |
|
|
22 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
25 |
|
|
26 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Updated definitions for attributes for form submission |
29 |
|
on |form| and submit buttons (action="", method="", enctype="", |
30 |
|
target="", and novalidate=""). |
31 |
|
|
32 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
35 |
|
attribute. Implemented |name=""| attribute for form controls. |
36 |
|
Added U+000C into character class of space characters (it should |
37 |
|
have been, but was not in some of regular expressions). Updated |
38 |
|
definitions for |output| elements. |
39 |
|
|
40 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
43 |
|
|option|, and |textarea| elements. |
44 |
|
|
45 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Updated definitions for |select|. |
48 |
|
|
49 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Updated definitions for |button|. |
52 |
|
|
53 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
56 |
|
SHOULD-level error if @pattern but no @title. |
57 |
|
|
58 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Added support for |pattern| attributes. |
61 |
|
|
62 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
65 |
|
placeholder>. |
66 |
|
|
67 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: Implemented <input list>. |
70 |
|
|
71 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Implemented <input type=color>. |
74 |
|
|
75 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
78 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
79 |
|
|email|, |url|, and |password|. |
80 |
|
|
81 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
84 |
|
use attributes not supported by NanoDOM. |
85 |
|
|
86 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: HTML5 spec status updated, except for |
89 |
|
datatemplate-related features, once again. Status for RDFa and |
90 |
|
XHTML Basic 1.1 updated. |
91 |
|
|
92 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* HTML.pm: HTML5 spec status updated, except for |
95 |
|
datatemplate-related features. |
96 |
|
|
97 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
100 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
101 |
|
parent (or with no parent). |
102 |
|
|
103 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: <input usemap> support. |
106 |
|
|
107 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
110 |
|
support fixed. <input align> support. Tentative support for |
111 |
|
<input inputmode>. Support for <input replace>. Status of |
112 |
|
<button template> fixed. |
113 |
|
|
114 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
117 |
|
|
118 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: <input step> implemented. |
121 |
|
|
122 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm: The checker code for the Password state merged with the |
125 |
|
code for the Text state. The |maxlength| attribute checker |
126 |
|
implemented. The |size| attribute whose value is zero is not |
127 |
|
allowed. |
128 |
|
|
129 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm: Support for |required| attribute of the |input| |
132 |
|
element. |
133 |
|
|
134 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
137 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
138 |
|
attributes of the |input| element. |
139 |
|
|
140 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
143 |
|
type> states are implemented. Some <input type>-dependent |
144 |
|
attribute checkers implemented. |
145 |
|
|
146 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
149 |
|
type=url>, <input type=password>, and <input type=datetime> |
150 |
|
checkes are implemented. |
151 |
|
|
152 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
155 |
|
|
156 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
159 |
|
definition. Prepares for tests against <input type> states. |
160 |
|
|
161 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
164 |
|
varying requirements for various states of the element. |
165 |
|
|
166 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* HTML.pm: <label> content conformance checking implemented. |
169 |
|
|
170 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm: Support for |for=""| validation. |
173 |
|
|
174 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
177 |
|
revision 1932). |
178 |
|
|
179 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* HTML.pm: Support for |form=""| attributes. |
182 |
|
|
183 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
186 |
|
elements are removed; the |id| attribute of those elements is now |
187 |
|
checked by the global |id| attribute. |
188 |
|
|
189 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
190 |
|
|
191 |
|
* HTML.pm: Support for |fieldset| |legend|. |
192 |
|
|
193 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
196 |
|
|
197 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
198 |
|
|
199 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
200 |
|
revision 1738). |
201 |
|
|
202 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
205 |
|
with the spec (HTML5 revision 2018). |
206 |
|
|
207 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |