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

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.188

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24