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

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.191

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24