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

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.206

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24