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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24