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

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.164

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24