1 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Disallow nested |video| and |audio| elements (HTML5 |
4 |
|
revision 3488). (But this does not work at the moment due to the |
5 |
|
bug on the handling of transparent elements). |
6 |
|
|
7 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: Disallow |td| as grandchilds of |thead| (HTML5 revision |
10 |
|
3518). |
11 |
|
|
12 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Oops, |in_figure| flag should have been set in the |
15 |
|
|check_start|, not in |check_child_text|. |
16 |
|
|
17 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Disallow nested |progress|, |meter|, and |time| |
20 |
|
elements (HTML5 revision 3692). |
21 |
|
|
22 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Implemented |command| element's attributes' |
25 |
|
requirements (HTML5 revision 2415). |
26 |
|
|
27 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Implemented |progress|'s author requirements (cf. HTML5 |
30 |
|
revision 2484). |
31 |
|
|
32 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Disallow space characters in <map name="">. |
35 |
|
|
36 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
39 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
40 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
41 |
|
|
42 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
45 |
|
dropped (HTML5 revision 2319). |
46 |
|
|
47 |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |