1 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Mark <input inputmode> as dropped. <input accesskey> |
4 |
|
support fixed. <input align> support. Tentative support for |
5 |
|
<input inputmode>. Support for <input replace>. Status of |
6 |
|
<button template> fixed. |
7 |
|
|
8 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm: Place checkers for obsolete attributes appropriately. |
11 |
|
|
12 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: <input step> implemented. |
15 |
|
|
16 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: The checker code for the Password state merged with the |
19 |
|
code for the Text state. The |maxlength| attribute checker |
20 |
|
implemented. The |size| attribute whose value is zero is not |
21 |
|
allowed. |
22 |
|
|
23 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Support for |required| attribute of the |input| |
26 |
|
element. |
27 |
|
|
28 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Don't use |get_attribute|, for compatibility with |
31 |
|
NanoDOM. Support for |readonly|, |autocomplete|, and |size| |
32 |
|
attributes of the |input| element. |
33 |
|
|
34 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Checks of attribute applicablity for remaining <input |
37 |
|
type> states are implemented. Some <input type>-dependent |
38 |
|
attribute checkers implemented. |
39 |
|
|
40 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: <input type=text>, <input type=email>, <input |
43 |
|
type=url>, <input type=password>, and <input type=datetime> |
44 |
|
checkes are implemented. |
45 |
|
|
46 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: <input type=hidden> checkes implemented. |
49 |
|
|
50 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: <input type> definition updated according to HTML5 |
53 |
|
definition. Prepares for tests against <input type> states. |
54 |
|
|
55 |
|
2008-10-06 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: |input|'s |check_attrs| method is expanded to support |
58 |
|
varying requirements for various states of the element. |
59 |
|
|
60 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: <label> content conformance checking implemented. |
63 |
|
|
64 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Support for |for=""| validation. |
67 |
|
|
68 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
71 |
|
revision 1932). |
72 |
|
|
73 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm: Support for |form=""| attributes. |
76 |
|
|
77 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
80 |
|
elements are removed; the |id| attribute of those elements is now |
81 |
|
checked by the global |id| attribute. |
82 |
|
|
83 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Support for |fieldset| |legend|. |
86 |
|
|
87 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
90 |
|
|
91 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
94 |
|
revision 1738). |
95 |
|
|
96 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
99 |
|
with the spec (HTML5 revision 2018). |
100 |
|
|
101 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
104 |
|
check. |
105 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
106 |
|
support. |
107 |
|
|
108 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm: Support for style="" attributes. |
111 |
|
|
112 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
115 |
|
attribute. |
116 |
|
|
117 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
118 |
|
|
119 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
120 |
|
The WF2 |onforminput| and |onformchange| attributes were |
121 |
|
not added, since they are not defined (although they ARE |
122 |
|
mentioned) in the normative part of the WF2 spec. |
123 |
|
Typo on the |oninvalid| attribute fixed. |
124 |
|
|
125 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
128 |
|
|
129 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
132 |
|
|
133 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
136 |
|
allowed (HTML5 revision 1945). |
137 |
|
|
138 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
141 |
|
2142, 2148, 2150-2154). |
142 |
|
|
143 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* HTML.pm: RDFa spec status updated again. |
146 |
|
|
147 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* HTML.pm: RDFa spec status updated. |
150 |
|
|
151 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
154 |
|
status are updated. (HTML5 revision 2142-2152). |
155 |
|
|
156 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
159 |
|
1863). |
160 |
|
|
161 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* HTML.pm: Uppercase attribute names for embed elements |
164 |
|
are disallowed (HTML5 revision 1946). |
165 |
|
|
166 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
169 |
|
must be XML compatible (HTML5 revision 1836). |
170 |
|
|
171 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
174 |
|
revision 1834). |
175 |
|
|
176 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
179 |
|
link elements (HTML5 revision 1942). |
180 |
|
|
181 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
184 |
|
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
185 |
|
|
186 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
187 |
|
|
188 |
|
* HTML.pm: Element status updated. |
189 |
|
|
190 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
193 |
|
revision 1929). |
194 |
|
|
195 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
196 |
|
|
197 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
198 |
|
|
199 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
202 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
203 |
|
misses a white space or "T" literal between day and hour) |
204 |
|
not raise two errors. |
205 |
|
|
206 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* HTML.pm: |xml:lang| attribute value must be same |
209 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
210 |
|
and so on). |lang| attribute in XML document is no longer |
211 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
212 |
|
in HTML document (HTML5 revision 2062 and so on). |
213 |
|
|
214 |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
* Atom.pm: s/element missing/child element missing/ for |
* Atom.pm: s/element missing/child element missing/ for |