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> |
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |