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> |
77 |
|
|
78 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
79 |
|
definition. Prepares for tests against <input type> states. |
80 |
|
|
81 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
84 |
|
varying requirements for various states of the element. |
85 |
|
|
86 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: <label> content conformance checking implemented. |
89 |
|
|
90 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Support for |for=""| validation. |
93 |
|
|
94 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
97 |
|
revision 1932). |
98 |
|
|
99 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm: Support for |form=""| attributes. |
102 |
|
|
103 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
106 |
|
elements are removed; the |id| attribute of those elements is now |
107 |
|
checked by the global |id| attribute. |
108 |
|
|
109 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Support for |fieldset| |legend|. |
112 |
|
|
113 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
116 |
|
|
117 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
120 |
|
revision 1738). |
121 |
|
|
122 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
125 |
|
with the spec (HTML5 revision 2018). |
126 |
|
|
127 |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |