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

Legend:
Removed from v.1.125  
changed lines
  Added in v.1.154

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24