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

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.174

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24