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