1 |
|
2008-09-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for |area| |alt=""| validation (HTML5 |
4 |
|
revision 1932). |
5 |
|
|
6 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Support for |form=""| attributes. |
9 |
|
|
10 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: |id| attribute checkers for the |menu| and |map| |
13 |
|
elements are removed; the |id| attribute of those elements is now |
14 |
|
checked by the global |id| attribute. |
15 |
|
|
16 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Support for |fieldset| |legend|. |
19 |
|
|
20 |
|
2008-09-21 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: |form| element's |name| attribute is implemented. |
23 |
|
|
24 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: U+000B is no longer part of space characters (HTML5 |
27 |
|
revision 1738). |
28 |
|
|
29 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm, Atom.pm: Interactrive content implementation synced |
32 |
|
with the spec (HTML5 revision 2018). |
33 |
|
|
34 |
|
2008-09-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility |
37 |
|
check. |
38 |
|
($HTMLCharsetsAttrChecker): New checker for accept-charset="" |
39 |
|
support. |
40 |
|
|
41 |
|
2008-09-17 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Support for style="" attributes. |
44 |
|
|
45 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Tentative support for |textarea| |oninput| |
48 |
|
attribute. |
49 |
|
|
50 |
|
2008-09-12 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: The WF2 |oninput| attribute was not added. |
53 |
|
The WF2 |onforminput| and |onformchange| attributes were |
54 |
|
not added, since they are not defined (although they ARE |
55 |
|
mentioned) in the normative part of the WF2 spec. |
56 |
|
Typo on the |oninvalid| attribute fixed. |
57 |
|
|
58 |
|
2008-09-11 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: |fieldset| |name| added (HTML5 revision 2162). |
61 |
|
|
62 |
|
2008-09-09 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: |a| is now transparent (HTML5 revision 1963). |
65 |
|
|
66 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
69 |
|
allowed (HTML5 revision 1945). |
70 |
|
|
71 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
74 |
|
2142, 2148, 2150-2154). |
75 |
|
|
76 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: RDFa spec status updated again. |
79 |
|
|
80 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: RDFa spec status updated. |
83 |
|
|
84 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
87 |
|
status are updated. (HTML5 revision 2142-2152). |
88 |
|
|
89 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
92 |
|
1863). |
93 |
|
|
94 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm: Uppercase attribute names for embed elements |
97 |
|
are disallowed (HTML5 revision 1946). |
98 |
|
|
99 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
102 |
|
must be XML compatible (HTML5 revision 1836). |
103 |
|
|
104 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
107 |
|
revision 1834). |
108 |
|
|
109 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
112 |
|
link elements (HTML5 revision 1942). |
113 |
|
|
114 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
117 |
|
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
118 |
|
|
119 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* HTML.pm: Element status updated. |
122 |
|
|
123 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
126 |
|
revision 1929). |
127 |
|
|
128 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
131 |
|
|
132 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
135 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
136 |
|
misses a white space or "T" literal between day and hour) |
137 |
|
not raise two errors. |
138 |
|
|
139 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm: |xml:lang| attribute value must be same |
142 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
143 |
|
and so on). |lang| attribute in XML document is no longer |
144 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
145 |
|
in HTML document (HTML5 revision 2062 and so on). |
146 |
|
|
147 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* Atom.pm: s/element missing/child element missing/ for |
150 |
|
consistency. |
151 |
|
|
152 |
|
* HTML.pm: Typos fixed. |
153 |
|
(pre): "No significant content" error was unintentionally |
154 |
|
disabled. s/element missing/child element missing/ for |
155 |
|
consistency. |
156 |
|
|
157 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
160 |
|
|
161 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
164 |
|
|
165 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* HTML.pm: Subdocument texts for |style| and |script| |
168 |
|
elements were not initialized. |
169 |
|
|
170 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
171 |
|
|
172 |
|
* HTML.pm, Atom.pm: Pass {level} object to language tag |
173 |
|
and URL checkers. |
174 |
|
|
175 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
178 |
|
|
179 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
182 |
|
revised. |
183 |
|
|
184 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
187 |
|
|
188 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
191 |
|
1722 and 1728). |
192 |
|
|
193 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
196 |
|
revision 1704). The |href| attribute is also extended |
197 |
|
as a common attribute by RDFa Last Call Working Draft. |
198 |
|
|
199 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
200 |
|
|
201 |
|
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
202 |
|
|
203 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
206 |
|
|
207 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
208 |
|
|
209 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
210 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
211 |
|
may be empty. |
212 |
|
|
213 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* HTML.pm: The |param| element is in LC phase now. |
216 |
|
|
217 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
220 |
|
sandbox="" (HTML5 revision 1643). |
221 |
|
|
222 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
223 |
|
|
224 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
225 |
|
revision 1659). |
226 |
|
|
227 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* HTML.pm: Fact out generic charset name checking code |
230 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
231 |
|
on <a>, <link>, and <script> elements. |
232 |
|
|
233 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
234 |
|
|
235 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
236 |
|
one "." characters were allowed in a floating point number |
237 |
|
incorrectly. |
238 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
239 |
|
1629). |
240 |
|
|
241 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* HTML.pm: Yay, |canvas| got the final status! |
244 |
|
|
245 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
248 |
|
letters (HTML5 revision 1572). |
249 |
|
|
250 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
253 |
|
table object. Return the table object, not table element. |
254 |
|
The |headers=""| checker for |td| elements are now noop. |
255 |
|
Set the status of |headers=""| attribute as HTML5's one. |
256 |
|
|
257 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
258 |
|
|
259 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
260 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
261 |
|
(script/@langauge): Implemented. |
262 |
|
|
263 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
264 |
|
|
265 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
266 |
|
Check meta refresh content="". |
267 |
|
|
268 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
269 |
|
|
270 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
271 |
|
no longer content model error (they might be raise |
272 |
|
table model error, however). All table model error |
273 |
|
parameters should propagate. |
274 |
|
|
275 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
276 |
|
|
277 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
278 |
|
is used for an HTML element. |
279 |
|
|
280 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
281 |
|
|
282 |
|
* HTML.pm: Support for global attributes. Status |
283 |
|
for XHTML2 elements/attributes are added. |
284 |
|
|
285 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
286 |
|
|
287 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
288 |
|
|
289 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
290 |
|
|
291 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
292 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
293 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
294 |
|
and |move-down|. |
295 |
|
|
296 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
297 |
|
|
298 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
299 |
|
|registrationmark=""| attributes. |
300 |
|
|
301 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
302 |
|
|
303 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
304 |
|
1511). |
305 |
|
|
306 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
307 |
|
|
308 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
309 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
310 |
|
revision 1467). |
311 |
|
|
312 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
313 |
|
|
314 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
315 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
316 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
317 |
|
revision 1470). |
318 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
319 |
|
|
320 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
321 |
|
|
322 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
323 |
|
revision 1426). |
324 |
|
|
325 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
326 |
|
|
327 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
328 |
|
revision 1399). |
329 |
|
|
330 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
331 |
|
|
332 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
333 |
|
|
334 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
335 |
|
|
336 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
337 |
|
|
338 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
339 |
|
|
340 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
341 |
|
|
342 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
343 |
|
|
344 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
345 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
346 |
|
object/@border, object/@classid, object/@codebase, |
347 |
|
object/@codetype, object/@declare, object/@hspace, |
348 |
|
object/@standby, object/@vspace, param/@valuetype, |
349 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
350 |
|
and %cellvalign/@valign are implemented. |
351 |
|
|
352 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
353 |
|
|
354 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
355 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
356 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
357 |
|
table/@summary, and table/@width are implemented. |
358 |
|
|
359 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
360 |
|
|
361 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
362 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
363 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
364 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
365 |
|
|
366 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
367 |
|
|
368 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
369 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
370 |
|
do-nothing checker). |
371 |
|
|
372 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
373 |
|
|
374 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
375 |
|
by the checker method. |accesskey| attribute is implemented. |
376 |
|
|
377 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
378 |
|
|
379 |
|
* Atom.pm: Don't raise an error even if there is |
380 |
|
no |atom:summary| element child in the |atom:entry| |
381 |
|
element when the |type| attribute of the |atom:content| |
382 |
|
element is set to |html|, |xhtml|, or |text|. |
383 |
|
The |atom:rights| elements were implemented |
384 |
|
as Date construct (!?). |
385 |
|
Typo in code for |rel=alternate| are fixed. |
386 |
|
|
387 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
388 |
|
|
389 |
|
* Atom.pm: Support for |thr:total| element. |
390 |
|
Add notes on additional Atom namespaces. |
391 |
|
|
392 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
393 |
|
|
394 |
* Atom.pm: Support for |thr:in-reply-to| element. |
* Atom.pm: Support for |thr:in-reply-to| element. |