1 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
4 |
|
use attributes not supported by NanoDOM. |
5 |
|
|
6 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: HTML5 spec status updated, except for |
9 |
|
datatemplate-related features, once again. Status for RDFa and |
10 |
|
XHTML Basic 1.1 updated. |
11 |
|
|
12 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: HTML5 spec status updated, except for |
15 |
|
datatemplate-related features. |
16 |
|
|
17 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
20 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
21 |
|
parent (or with no parent). |
22 |
|
|
23 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: <input usemap> support. |
26 |
|
|
27 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
30 |
|
support fixed. <input align> support. Tentative support for |
31 |
|
<input inputmode>. Support for <input replace>. Status of |
32 |
|
<button template> fixed. |
33 |
|
|
34 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
37 |
|
|
38 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: <input step> implemented. |
41 |
|
|
42 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: The checker code for the Password state merged with the |
45 |
|
code for the Text state. The |maxlength| attribute checker |
46 |
|
implemented. The |size| attribute whose value is zero is not |
47 |
|
allowed. |
48 |
|
|
49 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Support for |required| attribute of the |input| |
52 |
|
element. |
53 |
|
|
54 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
57 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
58 |
|
attributes of the |input| element. |
59 |
|
|
60 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
63 |
|
type> states are implemented. Some <input type>-dependent |
64 |
|
attribute checkers implemented. |
65 |
|
|
66 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
69 |
|
type=url>, <input type=password>, and <input type=datetime> |
70 |
|
checkes are implemented. |
71 |
|
|
72 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
75 |
|
|
76 |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
* HTML.pm: <input type> definition updated according to HTML5 |
* HTML.pm: <input type> definition updated according to HTML5 |