1 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
4 |
|
letters (HTML5 revision 1572). |
5 |
|
|
6 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
9 |
|
table object. Return the table object, not table element. |
10 |
|
The |headers=""| checker for |td| elements are now noop. |
11 |
|
Set the status of |headers=""| attribute as HTML5's one. |
12 |
|
|
13 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
16 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
17 |
|
(script/@langauge): Implemented. |
18 |
|
|
19 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
22 |
|
Check meta refresh content="". |
23 |
|
|
24 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
27 |
|
no longer content model error (they might be raise |
28 |
|
table model error, however). All table model error |
29 |
|
parameters should propagate. |
30 |
|
|
31 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
34 |
|
is used for an HTML element. |
35 |
|
|
36 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Support for global attributes. Status |
39 |
|
for XHTML2 elements/attributes are added. |
40 |
|
|
41 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
44 |
|
|
45 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
48 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
49 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
50 |
|
and |move-down|. |
51 |
|
|
52 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
* HTML.pm: Support for |template=""|, |ref=""|, and |
* HTML.pm: Support for |template=""|, |ref=""|, and |