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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24