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

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.207

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24