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

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.165

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24