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