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