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

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.202

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24