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