1 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
4 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
5 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
6 |
|
|
7 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
10 |
|
dropped (HTML5 revision 2319). |
11 |
|
|
12 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
15 |
|
revision 2416). |
16 |
|
|
17 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
20 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
21 |
|
revision 2493). |
22 |
|
|
23 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
26 |
|
revision 3344). |
27 |
|
|
28 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
31 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
32 |
|
|
33 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Implemented floating point number in sceientific |
36 |
|
notation. |
37 |
|
|
38 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
41 |
|
revision 2392). Marked |img| and |object| (with |usemap| |
42 |
|
attribute) elements, |iframe| element, and |embed| element as |
43 |
|
interactive content (HTML5 revision 2455, HTML5 revision 3162, |
44 |
|
HTML5 revision 3338). |
45 |
|
|
46 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
49 |
|
|datetime| attribute to sync with the latest spec definition. |
50 |
|
|
51 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Allow white space characters arround tokens in |accept| |
54 |
|
attribute value of |input| elements (HTML5 revision 2759). |
55 |
|
|
56 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm: Renamed form submission attributes on |button| element |
59 |
|
to new names beginning by |form| (HTML5 revision 2890). |
60 |
|
|
61 |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
* HTML.pm: Renamed form submission attributes on |input| element |
* HTML.pm: Renamed form submission attributes on |input| element |