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

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.175

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24