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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24