1 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Updated definitions for |button|. |
4 |
|
|
5 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
8 |
|
SHOULD-level error if @pattern but no @title. |
9 |
|
|
10 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Added support for |pattern| attributes. |
13 |
|
|
14 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Implemented <input type=file multiple> and <input |
17 |
|
placeholder>. |
18 |
|
|
19 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Implemented <input list>. |
22 |
|
|
23 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Implemented <input type=color>. |
26 |
|
|
27 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Implemented <input multiple>, <input type=search>. |
30 |
|
Implemented <input value> validation for |type|s |text|, |search|, |
31 |
|
|email|, |url|, and |password|. |
32 |
|
|
33 |
|
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Use |Message::URL| for relative URL resolution. Don't |
36 |
|
use attributes not supported by NanoDOM. |
37 |
|
|
38 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: HTML5 spec status updated, except for |
41 |
|
datatemplate-related features, once again. Status for RDFa and |
42 |
|
XHTML Basic 1.1 updated. |
43 |
|
|
44 |
|
2008-10-27 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: HTML5 spec status updated, except for |
47 |
|
datatemplate-related features. |
48 |
|
|
49 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Quoted-strings in media type specifications were not |
52 |
|
properly decoded. Fixed support for <li value> with non-<ol> |
53 |
|
parent (or with no parent). |
54 |
|
|
55 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: <input usemap> support. |
58 |
|
|
59 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
62 |
|
support fixed. <input align> support. Tentative support for |
63 |
|
<input inputmode>. Support for <input replace>. Status of |
64 |
|
<button template> fixed. |
65 |
|
|
66 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
69 |
|
|
70 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: <input step> implemented. |
73 |
|
|
74 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: The checker code for the Password state merged with the |
77 |
|
code for the Text state. The |maxlength| attribute checker |
78 |
|
implemented. The |size| attribute whose value is zero is not |
79 |
|
allowed. |
80 |
|
|
81 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: Support for |required| attribute of the |input| |
84 |
|
element. |
85 |
|
|
86 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
89 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
90 |
|
attributes of the |input| element. |
91 |
|
|
92 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
95 |
|
type> states are implemented. Some <input type>-dependent |
96 |
|
attribute checkers implemented. |
97 |
|
|
98 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
101 |
|
type=url>, <input type=password>, and <input type=datetime> |
102 |
|
checkes are implemented. |
103 |
|
|
104 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
107 |
|
|
108 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
111 |
|
definition. Prepares for tests against <input type> states. |
112 |
|
|
113 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
116 |
|
varying requirements for various states of the element. |
117 |
|
|
118 |
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
* HTML.pm: <label> content conformance checking implemented. |
* HTML.pm: <label> content conformance checking implemented. |