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