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