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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24