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

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.156

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24