1 |
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Made link types ASCII case-insensitive (HTML5 revision |
4 |
|
2698). |
5 |
|
|
6 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Disallow nested |video| and |audio| elements (HTML5 |
9 |
|
revision 3488). (But this does not work at the moment due to the |
10 |
|
bug on the handling of transparent elements). |
11 |
|
|
12 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Disallow |td| as grandchilds of |thead| (HTML5 revision |
15 |
|
3518). |
16 |
|
|
17 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Oops, |in_figure| flag should have been set in the |
20 |
|
|check_start|, not in |check_child_text|. |
21 |
|
|
22 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
* HTML.pm: Disallow nested |progress|, |meter|, and |time| |
* HTML.pm: Disallow nested |progress|, |meter|, and |time| |
25 |
elements (HTML5 revision 3692). |
elements (HTML5 revision 3692). |
26 |
|
|