/[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.109 by wakaba, Fri Aug 15 14:13:42 2008 UTC revision 1.145 by wakaba, Mon Oct 6 06:41:06 2008 UTC
# Line 1  Line 1 
1    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: <input type=text>, <input type=email>, <input
4            type=url>, <input type=password>, and <input type=datetime>
5            checkes are implemented.
6    
7    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: <input type=hidden> checkes implemented.
10    
11    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: <input type> definition updated according to HTML5
14            definition.  Prepares for tests against <input type> states.
15    
16    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm: |input|'s |check_attrs| method is expanded to support
19            varying requirements for various states of the element.
20    
21    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm: <label> content conformance checking implemented.
24    
25    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm: Support for |for=""| validation.
28    
29    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm: Support for |area| |alt=""| validation (HTML5
32            revision 1932).
33    
34    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm: Support for |form=""| attributes.
37    
38    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm: |id| attribute checkers for the |menu| and |map|
41            elements are removed; the |id| attribute of those elements is now
42            checked by the global |id| attribute.
43    
44    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm: Support for |fieldset| |legend|.
47    
48    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm: |form| element's |name| attribute is implemented.
51    
52    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm: U+000B is no longer part of space characters (HTML5
55            revision 1738).
56    
57    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm, Atom.pm: Interactrive content implementation synced
60            with the spec (HTML5 revision 2018).
61    
62    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
65            check.
66            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
67            support.
68    
69    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm: Support for style="" attributes.
72    
73    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm: Tentative support for |textarea| |oninput|
76            attribute.
77    
78    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm: The WF2 |oninput| attribute was not added.
81            The WF2 |onforminput| and |onformchange| attributes were
82            not added, since they are not defined (although they ARE
83            mentioned) in the normative part of the WF2 spec.  
84            Typo on the |oninvalid| attribute fixed.
85    
86    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
89    
90    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
93    
94    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm: data-UPPERCASE attributes are no longer
97            allowed (HTML5 revision 1945).
98    
99    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm: Support for form elements (HTML5 revisions
102            2142, 2148, 2150-2154).
103    
104    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: RDFa spec status updated again.
107    
108    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm: RDFa spec status updated.
111    
112    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm: WF2 content model, contexts, attributes/elements
115            status are updated. (HTML5 revision 2142-2152).
116    
117    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
120            1863).
121    
122    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: Uppercase attribute names for embed elements
125            are disallowed (HTML5 revision 1946).
126    
127    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: |embed| custom attributes and |data-*| attributes
130            must be XML compatible (HTML5 revision 1836).
131    
132    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
135            revision 1834).
136    
137    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
140            link elements (HTML5 revision 1942).
141    
142    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
145            |irrelevant| renamed as |hidden| (HTML5 revision 2119).
146    
147    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm: Element status updated.
150    
151    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm: <embed> without src="" is conforming (HTML5
154            revision 1929).
155    
156    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
159    
160    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm: Use White_Space instead of Zs for date or time
163            string in content (HTML5 revision 2094).  Make "YYYY-MM-DDHH:MM" (that
164            misses a white space or "T" literal between day and hour)
165            not raise two errors.
166    
167    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm: |xml:lang| attribute value must be same
170            as |lang| attribute value for HTML elements (HTML5 revision 2062
171            and so on).  |lang| attribute in XML document is no longer
172            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
173            in HTML document (HTML5 revision 2062 and so on).
174    
175    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
176    
177            * Atom.pm: s/element missing/child element missing/ for
178            consistency.
179    
180            * HTML.pm: Typos fixed.
181            (pre): "No significant content" error was unintentionally
182            disabled.  s/element missing/child element missing/ for
183            consistency.
184    
185    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
186    
187            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
188    
189    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
192    
193    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm: Subdocument texts for |style| and |script|
196            elements were not initialized.
197    
198    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm, Atom.pm: Pass {level} object to language tag
201            and URL checkers.
202    
203  2008-08-15  Wakaba  <wakaba@suika.fam.cx>  2008-08-15  Wakaba  <wakaba@suika.fam.cx>
204    
205          * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.          * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.145

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24