/[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.144 by wakaba, Mon Oct 6 06:04:20 2008 UTC revision 1.197 by wakaba, Sat Aug 22 10:13:39 2009 UTC
# Line 1  Line 1 
1    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: The |datagrid| element has been commented out in the
4            spec (HTML5 revision 2962, HTML5 revision 3555).
5    
6    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Changed |map| element content model to transparent
9            content model (HTML5 revision 3009).
10    
11    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
14            revision 3039 and HTML revision 3040).
15    
16    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).
19    
20    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054).
23    
24    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5
27            revision 2614).
28    
29    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm: defer="" w/o src="" is no longer allowed (HTML5
32            revision 3550).
33    
34    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm: The |bb| element has been dropped from the spec (HTML5
37            revision 3621).
38    
39    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm: Implemented |cite| attributes on |section| and
42            |article| elements as dropped attributes (HTML5 revision 3069 and
43            HTML5 revision 3627).
44    
45    2009-08-01  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: Implemented |body| and |frameset| event handler content
48            attributes (cf. HTML5 revision 2685).
49    
50    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Updated element and attribute status.
53    
54    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm: Added onpopstate="" attribute to body element (HTML5
57            revision 2686).
58    
59    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm: Added autocomplete="" attribute to form element (HTML5
62            revision 2798).
63    
64    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).
67    
68    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).
71    
72    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
75            revision 2859).
76    
77    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
78    
79            * HTML.pm: Disallow |figure|-grandchild |caption| element when
80            |table| is the only child of |figure| element (HTML5 revision
81            2863).
82    
83    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm: The |eventsource| element and the |onmessage| attribute
86            have been dropped (HTML5 revision 2870).
87    
88    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm: Added support for |textarea| element's |placeholder|
91            attribute (HTML5 revision 2921).
92    
93    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: Implemented dimenstion attributes (|width| and
96            |height|; cf. HTML5 revision 2943).
97    
98    2009-07-06  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
101            revision 3051).
102    
103    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
106            3065).
107    
108    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm: Disallow |default| attribute of the |command| element
111            for now (HTML5 revision 3067).
112    
113    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm: Implemented |pubdate| attribute on the |article|
116            element (HTML5 revision 3116).
117    
118    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
121            3164).
122    
123    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
126            3217).
127    
128    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
131            3252).
132    
133    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm: Block-level contents in |figure|'s |legend| and
136            |caption| are now allowed (HTML5 revision 3329).
137    
138    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
141            ($GetDateTimeAttrChecker): Added.
142            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
143            later use.
144            (ins/@datetime, del/@datetime): Changed to use newer definitin of
145            "global date and time string".
146            (input's date- and time-related, and type=number and type=range
147            control types): Implemented value="", min="", and max="".
148    
149    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
150    
151            * HTML.pm: Implemented <object form> and <legend form>.
152    
153    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm: Updated definitions for attributes for form submission
156            on |form| and submit buttons (action="", method="", enctype="",
157            target="", and novalidate="").
158    
159    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
160    
161            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
162            attribute.  Implemented |name=""| attribute for form controls.
163            Added U+000C into character class of space characters (it should
164            have been, but was not in some of regular expressions).  Updated
165            definitions for |output| elements.
166            
167    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
170            |option|, and |textarea| elements.
171    
172    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm: Updated definitions for |select|.
175    
176    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
177    
178            * HTML.pm: Updated definitions for |button|.
179    
180    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
183            SHOULD-level error if @pattern but no @title.
184    
185    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm: Added support for |pattern| attributes.
188    
189    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm: Implemented <input type=file multiple> and <input
192            placeholder>.
193    
194    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm: Implemented <input list>.
197    
198    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm: Implemented <input type=color>.
201    
202    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm: Implemented <input multiple>, <input type=search>.
205            Implemented <input value> validation for |type|s |text|, |search|,
206            |email|, |url|, and |password|.
207    
208    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
211            use attributes not supported by NanoDOM.
212    
213    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
214    
215            * HTML.pm: HTML5 spec status updated, except for
216            datatemplate-related features, once again.  Status for RDFa and
217            XHTML Basic 1.1 updated.
218    
219    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
220    
221            * HTML.pm: HTML5 spec status updated, except for
222            datatemplate-related features.
223    
224    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm: Quoted-strings in media type specifications were not
227            properly decoded.  Fixed support for <li value> with non-<ol>
228            parent (or with no parent).
229    
230    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm: <input usemap> support.
233    
234    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
237            support fixed.  <input align> support.  Tentative support for
238            <input inputmode>.  Support for <input replace>.  Status of
239            <button template> fixed.
240    
241    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm: Place checkers for obsolete attributes appropriately.
244    
245    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm: <input step> implemented.
248    
249    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm: The checker code for the Password state merged with the
252            code for the Text state.  The |maxlength| attribute checker
253            implemented.  The |size| attribute whose value is zero is not
254            allowed.
255    
256    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm: Support for |required| attribute of the |input|
259            element.
260    
261    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
262    
263            * HTML.pm: Don't use |get_attribute|, for compatibility with
264            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
265            attributes of the |input| element.
266    
267    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
268    
269            * HTML.pm: Checks of attribute applicablity for remaining <input
270            type> states are implemented.  Some <input type>-dependent
271            attribute checkers implemented.
272    
273    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
274    
275            * HTML.pm: <input type=text>, <input type=email>, <input
276            type=url>, <input type=password>, and <input type=datetime>
277            checkes are implemented.
278    
279  2008-10-06  Wakaba  <wakaba@suika.fam.cx>  2008-10-06  Wakaba  <wakaba@suika.fam.cx>
280    
281          * HTML.pm: <input type=hidden> checkes implemented.          * HTML.pm: <input type=hidden> checkes implemented.

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.197

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24