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

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.146

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24