1 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
4 |
|
|datetime| attribute to sync with the latest spec definition. |
5 |
|
|
6 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Allow white space characters arround tokens in |accept| |
9 |
|
attribute value of |input| elements (HTML5 revision 2759). |
10 |
|
|
11 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Renamed form submission attributes on |button| element |
14 |
|
to new names beginning by |form| (HTML5 revision 2890). |
15 |
|
|
16 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Renamed form submission attributes on |input| element |
19 |
|
to new names beginning by |form| (HTML5 revision 2890). |
20 |
|
|
21 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: The |datagrid| element has been commented out in the |
24 |
|
spec (HTML5 revision 2962, HTML5 revision 3555). |
25 |
|
|
26 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Changed |map| element content model to transparent |
29 |
|
content model (HTML5 revision 3009). |
30 |
|
|
31 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
34 |
|
revision 3039 and HTML revision 3040). |
35 |
|
|
36 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
39 |
|
|
40 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
43 |
|
|
44 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
47 |
|
revision 2614). |
48 |
|
|
49 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
52 |
|
revision 3550). |
53 |
|
|
54 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
57 |
|
revision 3621). |
58 |
|
|
59 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
62 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
63 |
|
HTML5 revision 3627). |
64 |
|
|
65 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
68 |
|
attributes (cf. HTML5 revision 2685). |
69 |
|
|
70 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Updated element and attribute status. |
73 |
|
|
74 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
77 |
|
revision 2686). |
78 |
|
|
79 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
82 |
|
revision 2798). |
83 |
|
|
84 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
87 |
|
|
88 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
91 |
|
|
92 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
95 |
|
revision 2859). |
96 |
|
|
97 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
100 |
|
|table| is the only child of |figure| element (HTML5 revision |
101 |
|
2863). |
102 |
|
|
103 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
106 |
|
have been dropped (HTML5 revision 2870). |
107 |
|
|
108 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
111 |
|
attribute (HTML5 revision 2921). |
112 |
|
|
113 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
116 |
|
|height|; cf. HTML5 revision 2943). |
117 |
|
|
118 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
121 |
|
revision 3051). |
122 |
|
|
123 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
126 |
|
3065). |
127 |
|
|
128 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
131 |
|
for now (HTML5 revision 3067). |
132 |
|
|
133 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
136 |
|
element (HTML5 revision 3116). |
137 |
|
|
138 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
141 |
|
3164). |
142 |
|
|
143 |
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |