/[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.119 by wakaba, Sun Aug 31 06:57:31 2008 UTC revision 1.168 by wakaba, Sat Dec 13 02:54:38 2008 UTC
# Line 1  Line 1 
1    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Updated definitions for attributes for form submission
4            on |form| and submit buttons (action="", method="", enctype="",
5            target="", and novalidate="").
6    
7    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
10            attribute.  Implemented |name=""| attribute for form controls.
11            Added U+000C into character class of space characters (it should
12            have been, but was not in some of regular expressions).  Updated
13            definitions for |output| elements.
14            
15    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
18            |option|, and |textarea| elements.
19    
20    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm: Updated definitions for |select|.
23    
24    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm: Updated definitions for |button|.
27    
28    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
31            SHOULD-level error if @pattern but no @title.
32    
33    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm: Added support for |pattern| attributes.
36    
37    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm: Implemented <input type=file multiple> and <input
40            placeholder>.
41    
42    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm: Implemented <input list>.
45    
46    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm: Implemented <input type=color>.
49    
50    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Implemented <input multiple>, <input type=search>.
53            Implemented <input value> validation for |type|s |text|, |search|,
54            |email|, |url|, and |password|.
55    
56    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
59            use attributes not supported by NanoDOM.
60    
61    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm: HTML5 spec status updated, except for
64            datatemplate-related features, once again.  Status for RDFa and
65            XHTML Basic 1.1 updated.
66    
67    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm: HTML5 spec status updated, except for
70            datatemplate-related features.
71    
72    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm: Quoted-strings in media type specifications were not
75            properly decoded.  Fixed support for <li value> with non-<ol>
76            parent (or with no parent).
77    
78    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm: <input usemap> support.
81    
82    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
85            support fixed.  <input align> support.  Tentative support for
86            <input inputmode>.  Support for <input replace>.  Status of
87            <button template> fixed.
88    
89    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: Place checkers for obsolete attributes appropriately.
92    
93    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: <input step> implemented.
96    
97    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: The checker code for the Password state merged with the
100            code for the Text state.  The |maxlength| attribute checker
101            implemented.  The |size| attribute whose value is zero is not
102            allowed.
103    
104    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: Support for |required| attribute of the |input|
107            element.
108    
109    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm: Don't use |get_attribute|, for compatibility with
112            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
113            attributes of the |input| element.
114    
115    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm: Checks of attribute applicablity for remaining <input
118            type> states are implemented.  Some <input type>-dependent
119            attribute checkers implemented.
120    
121    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm: <input type=text>, <input type=email>, <input
124            type=url>, <input type=password>, and <input type=datetime>
125            checkes are implemented.
126    
127    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: <input type=hidden> checkes implemented.
130    
131    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm: <input type> definition updated according to HTML5
134            definition.  Prepares for tests against <input type> states.
135    
136    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm: |input|'s |check_attrs| method is expanded to support
139            varying requirements for various states of the element.
140    
141    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm: <label> content conformance checking implemented.
144    
145    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
146    
147            * HTML.pm: Support for |for=""| validation.
148    
149    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
150    
151            * HTML.pm: Support for |area| |alt=""| validation (HTML5
152            revision 1932).
153    
154    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm: Support for |form=""| attributes.
157    
158    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm: |id| attribute checkers for the |menu| and |map|
161            elements are removed; the |id| attribute of those elements is now
162            checked by the global |id| attribute.
163    
164    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm: Support for |fieldset| |legend|.
167    
168    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm: |form| element's |name| attribute is implemented.
171    
172    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm: U+000B is no longer part of space characters (HTML5
175            revision 1738).
176    
177    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
178    
179            * HTML.pm, Atom.pm: Interactrive content implementation synced
180            with the spec (HTML5 revision 2018).
181    
182    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
185            check.
186            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
187            support.
188    
189    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm: Support for style="" attributes.
192    
193    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm: Tentative support for |textarea| |oninput|
196            attribute.
197    
198    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm: The WF2 |oninput| attribute was not added.
201            The WF2 |onforminput| and |onformchange| attributes were
202            not added, since they are not defined (although they ARE
203            mentioned) in the normative part of the WF2 spec.  
204            Typo on the |oninvalid| attribute fixed.
205    
206    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
209    
210    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
213    
214    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
215    
216            * HTML.pm: data-UPPERCASE attributes are no longer
217            allowed (HTML5 revision 1945).
218    
219    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
220    
221            * HTML.pm: Support for form elements (HTML5 revisions
222            2142, 2148, 2150-2154).
223    
224    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm: RDFa spec status updated again.
227    
228    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm: RDFa spec status updated.
231    
232    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
233    
234            * HTML.pm: WF2 content model, contexts, attributes/elements
235            status are updated. (HTML5 revision 2142-2152).
236    
237    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
238    
239            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
240            1863).
241    
242    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
243    
244            * HTML.pm: Uppercase attribute names for embed elements
245            are disallowed (HTML5 revision 1946).
246    
247    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
248    
249            * HTML.pm: |embed| custom attributes and |data-*| attributes
250            must be XML compatible (HTML5 revision 1836).
251    
252    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
255            revision 1834).
256    
257    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
258    
259            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
260            link elements (HTML5 revision 1942).
261    
262  2008-08-31  Wakaba  <wakaba@suika.fam.cx>  2008-08-31  Wakaba  <wakaba@suika.fam.cx>
263    
264          * HTML.pm: Support for the |bb| element (HTML5 revision 1894).          * HTML.pm: Support for the |bb| element (HTML5 revision 1894).

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.168

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24