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

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.158

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24