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

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.203

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24