/[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.119 by wakaba, Sun Aug 31 06:57:31 2008 UTC revision 1.166 by wakaba, Fri Dec 12 11:50:47 2008 UTC
# Line 1  Line 1 
1    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
4            |option|, and |textarea| elements.
5    
6    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Updated definitions for |select|.
9    
10    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTML.pm: Updated definitions for |button|.
13    
14    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
17            SHOULD-level error if @pattern but no @title.
18    
19    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm: Added support for |pattern| attributes.
22    
23    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm: Implemented <input type=file multiple> and <input
26            placeholder>.
27    
28    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm: Implemented <input list>.
31    
32    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm: Implemented <input type=color>.
35    
36    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm: Implemented <input multiple>, <input type=search>.
39            Implemented <input value> validation for |type|s |text|, |search|,
40            |email|, |url|, and |password|.
41    
42    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
45            use attributes not supported by NanoDOM.
46    
47    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm: HTML5 spec status updated, except for
50            datatemplate-related features, once again.  Status for RDFa and
51            XHTML Basic 1.1 updated.
52    
53    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm: HTML5 spec status updated, except for
56            datatemplate-related features.
57    
58    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Quoted-strings in media type specifications were not
61            properly decoded.  Fixed support for <li value> with non-<ol>
62            parent (or with no parent).
63    
64    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm: <input usemap> support.
67    
68    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
71            support fixed.  <input align> support.  Tentative support for
72            <input inputmode>.  Support for <input replace>.  Status of
73            <button template> fixed.
74    
75    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: Place checkers for obsolete attributes appropriately.
78    
79    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm: <input step> implemented.
82    
83    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm: The checker code for the Password state merged with the
86            code for the Text state.  The |maxlength| attribute checker
87            implemented.  The |size| attribute whose value is zero is not
88            allowed.
89    
90    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: Support for |required| attribute of the |input|
93            element.
94    
95    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm: Don't use |get_attribute|, for compatibility with
98            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
99            attributes of the |input| element.
100    
101    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm: Checks of attribute applicablity for remaining <input
104            type> states are implemented.  Some <input type>-dependent
105            attribute checkers implemented.
106    
107    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm: <input type=text>, <input type=email>, <input
110            type=url>, <input type=password>, and <input type=datetime>
111            checkes are implemented.
112    
113    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm: <input type=hidden> checkes implemented.
116    
117    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm: <input type> definition updated according to HTML5
120            definition.  Prepares for tests against <input type> states.
121    
122    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: |input|'s |check_attrs| method is expanded to support
125            varying requirements for various states of the element.
126    
127    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: <label> content conformance checking implemented.
130    
131    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm: Support for |for=""| validation.
134    
135    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm: Support for |area| |alt=""| validation (HTML5
138            revision 1932).
139    
140    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML.pm: Support for |form=""| attributes.
143    
144    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm: |id| attribute checkers for the |menu| and |map|
147            elements are removed; the |id| attribute of those elements is now
148            checked by the global |id| attribute.
149    
150    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML.pm: Support for |fieldset| |legend|.
153    
154    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm: |form| element's |name| attribute is implemented.
157    
158    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm: U+000B is no longer part of space characters (HTML5
161            revision 1738).
162    
163    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm, Atom.pm: Interactrive content implementation synced
166            with the spec (HTML5 revision 2018).
167    
168    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
171            check.
172            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
173            support.
174    
175    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
176    
177            * HTML.pm: Support for style="" attributes.
178    
179    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm: Tentative support for |textarea| |oninput|
182            attribute.
183    
184    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
185    
186            * HTML.pm: The WF2 |oninput| attribute was not added.
187            The WF2 |onforminput| and |onformchange| attributes were
188            not added, since they are not defined (although they ARE
189            mentioned) in the normative part of the WF2 spec.  
190            Typo on the |oninvalid| attribute fixed.
191    
192    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
195    
196    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
197    
198            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
199    
200    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
201    
202            * HTML.pm: data-UPPERCASE attributes are no longer
203            allowed (HTML5 revision 1945).
204    
205    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
206    
207            * HTML.pm: Support for form elements (HTML5 revisions
208            2142, 2148, 2150-2154).
209    
210    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm: RDFa spec status updated again.
213    
214    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
215    
216            * HTML.pm: RDFa spec status updated.
217    
218    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm: WF2 content model, contexts, attributes/elements
221            status are updated. (HTML5 revision 2142-2152).
222    
223    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
224    
225            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
226            1863).
227    
228    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm: Uppercase attribute names for embed elements
231            are disallowed (HTML5 revision 1946).
232    
233    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
234    
235            * HTML.pm: |embed| custom attributes and |data-*| attributes
236            must be XML compatible (HTML5 revision 1836).
237    
238    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
239    
240            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
241            revision 1834).
242    
243    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
244    
245            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
246            link elements (HTML5 revision 1942).
247    
248  2008-08-31  Wakaba  <wakaba@suika.fam.cx>  2008-08-31  Wakaba  <wakaba@suika.fam.cx>
249    
250          * HTML.pm: Support for the |bb| element (HTML5 revision 1894).          * HTML.pm: Support for the |bb| element (HTML5 revision 1894).

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.166

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24