1 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Renamed form submission attributes on |input| element |
4 |
|
to new names beginning by |form| (HTML5 revision 2890). |
5 |
|
|
6 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: The |datagrid| element has been commented out in the |
9 |
|
spec (HTML5 revision 2962, HTML5 revision 3555). |
10 |
|
|
11 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Changed |map| element content model to transparent |
14 |
|
content model (HTML5 revision 3009). |
15 |
|
|
16 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
19 |
|
revision 3039 and HTML revision 3040). |
20 |
|
|
21 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
24 |
|
|
25 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
28 |
|
|
29 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
32 |
|
revision 2614). |
33 |
|
|
34 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
37 |
|
revision 3550). |
38 |
|
|
39 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
42 |
|
revision 3621). |
43 |
|
|
44 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
47 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
48 |
|
HTML5 revision 3627). |
49 |
|
|
50 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
53 |
|
attributes (cf. HTML5 revision 2685). |
54 |
|
|
55 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: Updated element and attribute status. |
58 |
|
|
59 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
62 |
|
revision 2686). |
63 |
|
|
64 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
67 |
|
revision 2798). |
68 |
|
|
69 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
72 |
|
|
73 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
76 |
|
|
77 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
80 |
|
revision 2859). |
81 |
|
|
82 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
* HTML.pm: Disallow |figure|-grandchild |caption| element when |