1 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
4 |
|
Check meta refresh content="". |
5 |
|
|
6 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
9 |
|
no longer content model error (they might be raise |
10 |
|
table model error, however). All table model error |
11 |
|
parameters should propagate. |
12 |
|
|
13 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
16 |
|
is used for an HTML element. |
17 |
|
|
18 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: Support for global attributes. Status |
21 |
|
for XHTML2 elements/attributes are added. |
22 |
|
|
23 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
* HTML.pm: Support for |repeat-start=""| attribute. |
* HTML.pm: Support for |repeat-start=""| attribute. |