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

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.176

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24