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