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