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