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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24