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

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.212

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24