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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24