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

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.174

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24