1 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Oops, |in_figure| flag should have been set in the |
4 |
|
|check_start|, not in |check_child_text|. |
5 |
|
|
6 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Disallow nested |progress|, |meter|, and |time| |
9 |
|
elements (HTML5 revision 3692). |
10 |
|
|
11 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Implemented |command| element's attributes' |
14 |
|
requirements (HTML5 revision 2415). |
15 |
|
|
16 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Implemented |progress|'s author requirements (cf. HTML5 |
19 |
|
revision 2484). |
20 |
|
|
21 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Disallow space characters in <map name="">. |
24 |
|
|
25 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
28 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
29 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
30 |
|
|
31 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
34 |
|
dropped (HTML5 revision 2319). |
35 |
|
|
36 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
39 |
|
revision 2416). |
40 |
|
|
41 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
44 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
45 |
|
revision 2493). |
46 |
|
|
47 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
50 |
|
revision 3344). |
51 |
|
|
52 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
55 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
56 |
|
|
57 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Implemented floating point number in sceientific |
60 |
|
notation. |
61 |
|
|
62 |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
* HTML.pm: Disallow interactive content in |button| element (HTML5 |