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

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.162

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24