/[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.201 by wakaba, Sun Aug 23 02:02:57 2009 UTC
# Line 1  Line 1 
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>
144    
145            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
146            3217).
147    
148    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
151            3252).
152    
153    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm: Block-level contents in |figure|'s |legend| and
156            |caption| are now allowed (HTML5 revision 3329).
157    
158    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
161            ($GetDateTimeAttrChecker): Added.
162            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
163            later use.
164            (ins/@datetime, del/@datetime): Changed to use newer definitin of
165            "global date and time string".
166            (input's date- and time-related, and type=number and type=range
167            control types): Implemented value="", min="", and max="".
168    
169    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm: Implemented <object form> and <legend form>.
172    
173    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm: Updated definitions for attributes for form submission
176            on |form| and submit buttons (action="", method="", enctype="",
177            target="", and novalidate="").
178    
179    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
182            attribute.  Implemented |name=""| attribute for form controls.
183            Added U+000C into character class of space characters (it should
184            have been, but was not in some of regular expressions).  Updated
185            definitions for |output| elements.
186            
187    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
190            |option|, and |textarea| elements.
191    
192    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm: Updated definitions for |select|.
195    
196    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
197    
198            * HTML.pm: Updated definitions for |button|.
199    
200    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
201    
202            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
203            SHOULD-level error if @pattern but no @title.
204    
205    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
206    
207            * HTML.pm: Added support for |pattern| attributes.
208    
209    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
210    
211            * HTML.pm: Implemented <input type=file multiple> and <input
212            placeholder>.
213    
214    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
215    
216            * HTML.pm: Implemented <input list>.
217    
218    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm: Implemented <input type=color>.
221    
222    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
223    
224            * HTML.pm: Implemented <input multiple>, <input type=search>.
225            Implemented <input value> validation for |type|s |text|, |search|,
226            |email|, |url|, and |password|.
227    
228    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
231            use attributes not supported by NanoDOM.
232    
233    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
234    
235            * HTML.pm: HTML5 spec status updated, except for
236            datatemplate-related features, once again.  Status for RDFa and
237            XHTML Basic 1.1 updated.
238    
239    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML.pm: HTML5 spec status updated, except for
242            datatemplate-related features.
243    
244    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
245    
246            * HTML.pm: Quoted-strings in media type specifications were not
247            properly decoded.  Fixed support for <li value> with non-<ol>
248            parent (or with no parent).
249    
250    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm: <input usemap> support.
253    
254    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
255    
256            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
257            support fixed.  <input align> support.  Tentative support for
258            <input inputmode>.  Support for <input replace>.  Status of
259            <button template> fixed.
260    
261    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
262    
263            * HTML.pm: Place checkers for obsolete attributes appropriately.
264    
265    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
266    
267            * HTML.pm: <input step> implemented.
268    
269    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
270    
271            * HTML.pm: The checker code for the Password state merged with the
272            code for the Text state.  The |maxlength| attribute checker
273            implemented.  The |size| attribute whose value is zero is not
274            allowed.
275    
276    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
277    
278            * HTML.pm: Support for |required| attribute of the |input|
279            element.
280    
281    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
282    
283            * HTML.pm: Don't use |get_attribute|, for compatibility with
284            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
285            attributes of the |input| element.
286    
287    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm: Checks of attribute applicablity for remaining <input
290            type> states are implemented.  Some <input type>-dependent
291            attribute checkers implemented.
292    
293    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
294    
295            * HTML.pm: <input type=text>, <input type=email>, <input
296            type=url>, <input type=password>, and <input type=datetime>
297            checkes are implemented.
298    
299    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
300    
301            * HTML.pm: <input type=hidden> checkes implemented.
302    
303    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
304    
305            * HTML.pm: <input type> definition updated according to HTML5
306            definition.  Prepares for tests against <input type> states.
307    
308    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
309    
310            * HTML.pm: |input|'s |check_attrs| method is expanded to support
311            varying requirements for various states of the element.
312    
313    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
314    
315            * HTML.pm: <label> content conformance checking implemented.
316    
317    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
318    
319            * HTML.pm: Support for |for=""| validation.
320    
321    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
322    
323            * HTML.pm: Support for |area| |alt=""| validation (HTML5
324            revision 1932).
325    
326    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
327    
328            * HTML.pm: Support for |form=""| attributes.
329    
330    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
331    
332            * HTML.pm: |id| attribute checkers for the |menu| and |map|
333            elements are removed; the |id| attribute of those elements is now
334            checked by the global |id| attribute.
335    
336    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
337    
338            * HTML.pm: Support for |fieldset| |legend|.
339    
340    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
341    
342            * HTML.pm: |form| element's |name| attribute is implemented.
343    
344    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
345    
346            * HTML.pm: U+000B is no longer part of space characters (HTML5
347            revision 1738).
348    
349    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
350    
351            * HTML.pm, Atom.pm: Interactrive content implementation synced
352            with the spec (HTML5 revision 2018).
353    
354    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
355    
356            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
357            check.
358            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
359            support.
360    
361    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
362    
363            * HTML.pm: Support for style="" attributes.
364    
365    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
366    
367            * HTML.pm: Tentative support for |textarea| |oninput|
368            attribute.
369    
370    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
371    
372            * HTML.pm: The WF2 |oninput| attribute was not added.
373            The WF2 |onforminput| and |onformchange| attributes were
374            not added, since they are not defined (although they ARE
375            mentioned) in the normative part of the WF2 spec.  
376            Typo on the |oninvalid| attribute fixed.
377    
378    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
379    
380            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
381    
382    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
383    
384            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
385    
386    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
387    
388            * HTML.pm: data-UPPERCASE attributes are no longer
389            allowed (HTML5 revision 1945).
390    
391    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
392    
393            * HTML.pm: Support for form elements (HTML5 revisions
394            2142, 2148, 2150-2154).
395    
396    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
397    
398            * HTML.pm: RDFa spec status updated again.
399    
400    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
401    
402            * HTML.pm: RDFa spec status updated.
403    
404    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
405    
406            * HTML.pm: WF2 content model, contexts, attributes/elements
407            status are updated. (HTML5 revision 2142-2152).
408    
409    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
410    
411            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
412            1863).
413    
414    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
415    
416            * HTML.pm: Uppercase attribute names for embed elements
417            are disallowed (HTML5 revision 1946).
418    
419  2008-08-31  Wakaba  <wakaba@suika.fam.cx>  2008-08-31  Wakaba  <wakaba@suika.fam.cx>
420    
421          * 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.201

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24