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

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.184

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24