1 |
|
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| |
25 |
|
elements (HTML5 revision 3692). |
26 |
|
|
27 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Implemented |command| element's attributes' |
30 |
|
requirements (HTML5 revision 2415). |
31 |
|
|
32 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Implemented |progress|'s author requirements (cf. HTML5 |
35 |
|
revision 2484). |
36 |
|
|
37 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Disallow space characters in <map name="">. |
40 |
|
|
41 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
44 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
45 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
46 |
|
|
47 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
50 |
|
dropped (HTML5 revision 2319). |
51 |
|
|
52 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
55 |
|
revision 2416). |
56 |
|
|
57 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
60 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
61 |
|
revision 2493). |
62 |
|
|
63 |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |