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

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.176

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24