1 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Added |loop| attribute and |loopstart|, |loopend|, |
4 |
|
|start|, |end|, and |playcount| attributes as obsolete attributes |
5 |
|
to |audio| and |video| elements (HTML5 revision 2401). |
6 |
|
|
7 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: Marked datatemplate and repetition template features as |
10 |
|
dropped (HTML5 revision 2319). |
11 |
|
|
12 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Now |menu| element is a normal flow content (HTML5 |
15 |
|
revision 2416). |
16 |
|
|
17 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Revised and marked as dropped the |pixelratio| |
20 |
|
attribute of the |source| element (HTML5 revision 2406 and HTML5 |
21 |
|
revision 2493). |
22 |
|
|
23 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Discourage use of the |autoplay| attribute (HTML5 |
26 |
|
revision 3344). |
27 |
|
|
28 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Implemented <meta http-equiv=content-language> (see |
31 |
|
<http://manakai.g.hatena.ne.jp/task/4/110>). |
32 |
|
|
33 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Implemented floating point number in sceientific |
36 |
|
notation. |
37 |
|
|
38 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: Disallow interactive content in |button| element (HTML5 |
41 |
|
revision 2392). Marked |img| and |object| (with |usemap| |
42 |
|
attribute) elements, |iframe| element, and |embed| element as |
43 |
|
interactive content (HTML5 revision 2455, HTML5 revision 3162, |
44 |
|
HTML5 revision 3338). |
45 |
|
|
46 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Revised the syntax of the |time| element and its |
49 |
|
|datetime| attribute to sync with the latest spec definition. |
50 |
|
|
51 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Allow white space characters arround tokens in |accept| |
54 |
|
attribute value of |input| elements (HTML5 revision 2759). |
55 |
|
|
56 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm: Renamed form submission attributes on |button| element |
59 |
|
to new names beginning by |form| (HTML5 revision 2890). |
60 |
|
|
61 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: Renamed form submission attributes on |input| element |
64 |
|
to new names beginning by |form| (HTML5 revision 2890). |
65 |
|
|
66 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: The |datagrid| element has been commented out in the |
69 |
|
spec (HTML5 revision 2962, HTML5 revision 3555). |
70 |
|
|
71 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Changed |map| element content model to transparent |
74 |
|
content model (HTML5 revision 3009). |
75 |
|
|
76 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5 |
79 |
|
revision 3039 and HTML revision 3040). |
80 |
|
|
81 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: Implemented the |keygen| element (HTML5 revision 2960). |
84 |
|
|
85 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054). |
88 |
|
|
89 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
92 |
|
revision 2614). |
93 |
|
|
94 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
97 |
|
revision 3550). |
98 |
|
|
99 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
102 |
|
revision 3621). |
103 |
|
|
104 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
107 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
108 |
|
HTML5 revision 3627). |
109 |
|
|
110 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
113 |
|
attributes (cf. HTML5 revision 2685). |
114 |
|
|
115 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
116 |
|
|
117 |
|
* HTML.pm: Updated element and attribute status. |
118 |
|
|
119 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
122 |
|
revision 2686). |
123 |
|
|
124 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
127 |
|
revision 2798). |
128 |
|
|
129 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
130 |
|
|
131 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
132 |
|
|
133 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
136 |
|
|
137 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
140 |
|
revision 2859). |
141 |
|
|
142 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
145 |
|
|table| is the only child of |figure| element (HTML5 revision |
146 |
|
2863). |
147 |
|
|
148 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
151 |
|
have been dropped (HTML5 revision 2870). |
152 |
|
|
153 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
156 |
|
attribute (HTML5 revision 2921). |
157 |
|
|
158 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
161 |
|
|height|; cf. HTML5 revision 2943). |
162 |
|
|
163 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
166 |
|
revision 3051). |
167 |
|
|
168 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
171 |
|
3065). |
172 |
|
|
173 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
176 |
|
for now (HTML5 revision 3067). |
177 |
|
|
178 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
181 |
|
element (HTML5 revision 3116). |
182 |
|
|
183 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
184 |
|
|
185 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
186 |
|
3164). |
187 |
|
|
188 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
191 |
|
3217). |
192 |
|
|
193 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
194 |
|
|
195 |
|
* HTML.pm: |ondataunavailable| has been removed (HTML5 revision |
196 |
|
3252). |
197 |
|
|
198 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* HTML.pm: Block-level contents in |figure|'s |legend| and |
201 |
|
|caption| are now allowed (HTML5 revision 3329). |
202 |
|
|
203 |
|
2008-12-15 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* HTML.pm ($HTMLDatetimeAttrChecker): Removed. |
206 |
|
($GetDateTimeAttrChecker): Added. |
207 |
|
($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for |
208 |
|
later use. |
209 |
|
(ins/@datetime, del/@datetime): Changed to use newer definitin of |
210 |
|
"global date and time string". |
211 |
|
(input's date- and time-related, and type=number and type=range |
212 |
|
control types): Implemented value="", min="", and max="". |
213 |
|
|
214 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
215 |
|
|
216 |
|
* HTML.pm: Implemented <object form> and <legend form>. |
217 |
|
|
218 |
|
2008-12-13 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm: Updated definitions for attributes for form submission |
221 |
|
on |form| and submit buttons (action="", method="", enctype="", |
222 |
|
target="", and novalidate=""). |
223 |
|
|
224 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* HTML.pm: Added checking for the uniqueness of |autofocus=""| |
227 |
|
attribute. Implemented |name=""| attribute for form controls. |
228 |
|
Added U+000C into character class of space characters (it should |
229 |
|
have been, but was not in some of regular expressions). Updated |
230 |
|
definitions for |output| elements. |
231 |
|
|
232 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
233 |
|
|
234 |
|
* HTML.pm: Updated definitions for |datalist|, |optgroup|, |
235 |
|
|option|, and |textarea| elements. |
236 |
|
|
237 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
238 |
|
|
239 |
|
* HTML.pm: Updated definitions for |select|. |
240 |
|
|
241 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
242 |
|
|
243 |
|
* HTML.pm: Updated definitions for |button|. |
244 |
|
|
245 |
|
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm: Implemented <input accept> and <form accept>. Raise a |
248 |
|
SHOULD-level error if @pattern but no @title. |
249 |
|
|
250 |
|
2008-12-11 Wakaba <wakaba@suika.fam.cx> |
251 |
|
|
252 |
|
* HTML.pm: Added support for |pattern| attributes. |
253 |
|
|
254 |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
2008-12-06 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
* HTML.pm: Implemented <input type=file multiple> and <input |
* HTML.pm: Implemented <input type=file multiple> and <input |