/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.121 by wakaba, Sun Aug 31 11:01:03 2008 UTC revision 1.190 by wakaba, Sun Aug 16 07:22:36 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: The |bb| element has been dropped from the spec (HTML5
4            revision 3621).
5    
6    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Implemented |cite| attributes on |section| and
9            |article| elements as dropped attributes (HTML5 revision 3069 and
10            HTML5 revision 3627).
11    
12    2009-08-01  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm: Implemented |body| and |frameset| event handler content
15            attributes (cf. HTML5 revision 2685).
16    
17    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm: Updated element and attribute status.
20    
21    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm: Added onpopstate="" attribute to body element (HTML5
24            revision 2686).
25    
26    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm: Added autocomplete="" attribute to form element (HTML5
29            revision 2798).
30    
31    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).
34    
35    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).
38    
39    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
42            revision 2859).
43    
44    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm: Disallow |figure|-grandchild |caption| element when
47            |table| is the only child of |figure| element (HTML5 revision
48            2863).
49    
50    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: The |eventsource| element and the |onmessage| attribute
53            have been dropped (HTML5 revision 2870).
54    
55    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm: Added support for |textarea| element's |placeholder|
58            attribute (HTML5 revision 2921).
59    
60    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm: Implemented dimenstion attributes (|width| and
63            |height|; cf. HTML5 revision 2943).
64    
65    2009-07-06  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
68            revision 3051).
69    
70    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
73            3065).
74    
75    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: Disallow |default| attribute of the |command| element
78            for now (HTML5 revision 3067).
79    
80    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm: Implemented |pubdate| attribute on the |article|
83            element (HTML5 revision 3116).
84    
85    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
88            3164).
89    
90    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
93            3217).
94    
95    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
98            3252).
99    
100    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm: Block-level contents in |figure|'s |legend| and
103            |caption| are now allowed (HTML5 revision 3329).
104    
105    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
108            ($GetDateTimeAttrChecker): Added.
109            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
110            later use.
111            (ins/@datetime, del/@datetime): Changed to use newer definitin of
112            "global date and time string".
113            (input's date- and time-related, and type=number and type=range
114            control types): Implemented value="", min="", and max="".
115    
116    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Implemented <object form> and <legend form>.
119    
120    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm: Updated definitions for attributes for form submission
123            on |form| and submit buttons (action="", method="", enctype="",
124            target="", and novalidate="").
125    
126    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
129            attribute.  Implemented |name=""| attribute for form controls.
130            Added U+000C into character class of space characters (it should
131            have been, but was not in some of regular expressions).  Updated
132            definitions for |output| elements.
133            
134    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
137            |option|, and |textarea| elements.
138    
139    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm: Updated definitions for |select|.
142    
143    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm: Updated definitions for |button|.
146    
147    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
150            SHOULD-level error if @pattern but no @title.
151    
152    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm: Added support for |pattern| attributes.
155    
156    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: Implemented <input type=file multiple> and <input
159            placeholder>.
160    
161    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm: Implemented <input list>.
164    
165    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm: Implemented <input type=color>.
168    
169    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm: Implemented <input multiple>, <input type=search>.
172            Implemented <input value> validation for |type|s |text|, |search|,
173            |email|, |url|, and |password|.
174    
175    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
176    
177            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
178            use attributes not supported by NanoDOM.
179    
180    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm: HTML5 spec status updated, except for
183            datatemplate-related features, once again.  Status for RDFa and
184            XHTML Basic 1.1 updated.
185    
186    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
187    
188            * HTML.pm: HTML5 spec status updated, except for
189            datatemplate-related features.
190    
191    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
192    
193            * HTML.pm: Quoted-strings in media type specifications were not
194            properly decoded.  Fixed support for <li value> with non-<ol>
195            parent (or with no parent).
196    
197    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm: <input usemap> support.
200    
201    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
202    
203            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
204            support fixed.  <input align> support.  Tentative support for
205            <input inputmode>.  Support for <input replace>.  Status of
206            <button template> fixed.
207    
208    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm: Place checkers for obsolete attributes appropriately.
211    
212    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm: <input step> implemented.
215    
216    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTML.pm: The checker code for the Password state merged with the
219            code for the Text state.  The |maxlength| attribute checker
220            implemented.  The |size| attribute whose value is zero is not
221            allowed.
222    
223    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
224    
225            * HTML.pm: Support for |required| attribute of the |input|
226            element.
227    
228    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm: Don't use |get_attribute|, for compatibility with
231            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
232            attributes of the |input| element.
233    
234    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm: Checks of attribute applicablity for remaining <input
237            type> states are implemented.  Some <input type>-dependent
238            attribute checkers implemented.
239    
240    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
241    
242            * HTML.pm: <input type=text>, <input type=email>, <input
243            type=url>, <input type=password>, and <input type=datetime>
244            checkes are implemented.
245    
246    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
247    
248            * HTML.pm: <input type=hidden> checkes implemented.
249    
250    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm: <input type> definition updated according to HTML5
253            definition.  Prepares for tests against <input type> states.
254    
255    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm: |input|'s |check_attrs| method is expanded to support
258            varying requirements for various states of the element.
259    
260    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML.pm: <label> content conformance checking implemented.
263    
264    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
265    
266            * HTML.pm: Support for |for=""| validation.
267    
268    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML.pm: Support for |area| |alt=""| validation (HTML5
271            revision 1932).
272    
273    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
274    
275            * HTML.pm: Support for |form=""| attributes.
276    
277    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm: |id| attribute checkers for the |menu| and |map|
280            elements are removed; the |id| attribute of those elements is now
281            checked by the global |id| attribute.
282    
283    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
284    
285            * HTML.pm: Support for |fieldset| |legend|.
286    
287    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm: |form| element's |name| attribute is implemented.
290    
291    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm: U+000B is no longer part of space characters (HTML5
294            revision 1738).
295    
296    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
297    
298            * HTML.pm, Atom.pm: Interactrive content implementation synced
299            with the spec (HTML5 revision 2018).
300    
301    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
302    
303            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
304            check.
305            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
306            support.
307    
308    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
309    
310            * HTML.pm: Support for style="" attributes.
311    
312    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
313    
314            * HTML.pm: Tentative support for |textarea| |oninput|
315            attribute.
316    
317    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
318    
319            * HTML.pm: The WF2 |oninput| attribute was not added.
320            The WF2 |onforminput| and |onformchange| attributes were
321            not added, since they are not defined (although they ARE
322            mentioned) in the normative part of the WF2 spec.  
323            Typo on the |oninvalid| attribute fixed.
324    
325    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
326    
327            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
328    
329    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
330    
331            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
332    
333    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
334    
335            * HTML.pm: data-UPPERCASE attributes are no longer
336            allowed (HTML5 revision 1945).
337    
338    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
339    
340            * HTML.pm: Support for form elements (HTML5 revisions
341            2142, 2148, 2150-2154).
342    
343    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
344    
345            * HTML.pm: RDFa spec status updated again.
346    
347    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
348    
349            * HTML.pm: RDFa spec status updated.
350    
351    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
352    
353            * HTML.pm: WF2 content model, contexts, attributes/elements
354            status are updated. (HTML5 revision 2142-2152).
355    
356    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
357    
358            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
359            1863).
360    
361    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
362    
363            * HTML.pm: Uppercase attribute names for embed elements
364            are disallowed (HTML5 revision 1946).
365    
366  2008-08-31  Wakaba  <wakaba@suika.fam.cx>  2008-08-31  Wakaba  <wakaba@suika.fam.cx>
367    
368          * HTML.pm: |embed| custom attributes and |data-*| attributes          * HTML.pm: |embed| custom attributes and |data-*| attributes

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.190

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24