1 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
4 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
5 |
|
|
6 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Implemented floating point number in sceientific |
9 |
|
notation. |
10 |
|
|
11 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
14 |
|
revision 2392). Marked |img| and |object| (with |usemap| |
15 |
|
attribute) elements, |iframe| element, and |embed| element as |
16 |
|
interactive content (HTML5 revision 2455, HTML5 revision 3162, |
17 |
|
HTML5 revision 3338). |
18 |
|
|
19 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
22 |
|
|datetime| attribute to sync with the latest spec definition. |
23 |
|
|
24 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Allow white space characters arround tokens in |accept| |
27 |
|
attribute value of |input| elements (HTML5 revision 2759). |
28 |
|
|
29 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: Renamed form submission attributes on |button| element |
32 |
|
to new names beginning by |form| (HTML5 revision 2890). |
33 |
|
|
34 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Renamed form submission attributes on |input| element |
37 |
|
to new names beginning by |form| (HTML5 revision 2890). |
38 |
|
|
39 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: The |datagrid| element has been commented out in the |
42 |
|
spec (HTML5 revision 2962, HTML5 revision 3555). |
43 |
|
|
44 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Changed |map| element content model to transparent |
47 |
|
content model (HTML5 revision 3009). |
48 |
|
|
49 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
52 |
|
revision 3039 and HTML revision 3040). |
53 |
|
|
54 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
57 |
|
|
58 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
61 |
|
|
62 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
65 |
|
revision 2614). |
66 |
|
|
67 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
70 |
|
revision 3550). |
71 |
|
|
72 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
75 |
|
revision 3621). |
76 |
|
|
77 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
80 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
81 |
|
HTML5 revision 3627). |
82 |
|
|
83 |
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
* HTML.pm: Implemented |body| and |frameset| event handler content |
* HTML.pm: Implemented |body| and |frameset| event handler content |