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

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.163

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24