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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24