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

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.157

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24