/[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.139 by wakaba, Mon Sep 22 04:59:04 2008 UTC revision 1.184 by wakaba, Sun Jul 26 09:32:37 2009 UTC
# Line 1  Line 1 
1    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).
4    
5    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).
8    
9    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
10    
11            * HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
12            revision 2859).
13    
14    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm: Disallow |figure|-grandchild |caption| element when
17            |table| is the only child of |figure| element (HTML5 revision
18            2863).
19    
20    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm: The |eventsource| element and the |onmessage| attribute
23            have been dropped (HTML5 revision 2870).
24    
25    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm: Added support for |textarea| element's |placeholder|
28            attribute (HTML5 revision 2921).
29    
30    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
31    
32            * HTML.pm: Implemented dimenstion attributes (|width| and
33            |height|; cf. HTML5 revision 2943).
34    
35    2009-07-06  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
38            revision 3051).
39    
40    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
43            3065).
44    
45    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: Disallow |default| attribute of the |command| element
48            for now (HTML5 revision 3067).
49    
50    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Implemented |pubdate| attribute on the |article|
53            element (HTML5 revision 3116).
54    
55    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
58            3164).
59    
60    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
63            3217).
64    
65    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
68            3252).
69    
70    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm: Block-level contents in |figure|'s |legend| and
73            |caption| are now allowed (HTML5 revision 3329).
74    
75    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
78            ($GetDateTimeAttrChecker): Added.
79            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
80            later use.
81            (ins/@datetime, del/@datetime): Changed to use newer definitin of
82            "global date and time string".
83            (input's date- and time-related, and type=number and type=range
84            control types): Implemented value="", min="", and max="".
85    
86    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: Implemented <object form> and <legend form>.
89    
90    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: Updated definitions for attributes for form submission
93            on |form| and submit buttons (action="", method="", enctype="",
94            target="", and novalidate="").
95    
96    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
99            attribute.  Implemented |name=""| attribute for form controls.
100            Added U+000C into character class of space characters (it should
101            have been, but was not in some of regular expressions).  Updated
102            definitions for |output| elements.
103            
104    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
107            |option|, and |textarea| elements.
108    
109    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm: Updated definitions for |select|.
112    
113    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm: Updated definitions for |button|.
116    
117    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
118    
119            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
120            SHOULD-level error if @pattern but no @title.
121    
122    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: Added support for |pattern| attributes.
125    
126    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm: Implemented <input type=file multiple> and <input
129            placeholder>.
130    
131    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm: Implemented <input list>.
134    
135    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm: Implemented <input type=color>.
138    
139    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm: Implemented <input multiple>, <input type=search>.
142            Implemented <input value> validation for |type|s |text|, |search|,
143            |email|, |url|, and |password|.
144    
145    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
146    
147            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
148            use attributes not supported by NanoDOM.
149    
150    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML.pm: HTML5 spec status updated, except for
153            datatemplate-related features, once again.  Status for RDFa and
154            XHTML Basic 1.1 updated.
155    
156    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: HTML5 spec status updated, except for
159            datatemplate-related features.
160    
161    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm: Quoted-strings in media type specifications were not
164            properly decoded.  Fixed support for <li value> with non-<ol>
165            parent (or with no parent).
166    
167    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm: <input usemap> support.
170    
171    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
172    
173            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
174            support fixed.  <input align> support.  Tentative support for
175            <input inputmode>.  Support for <input replace>.  Status of
176            <button template> fixed.
177    
178    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm: Place checkers for obsolete attributes appropriately.
181    
182    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pm: <input step> implemented.
185    
186    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
187    
188            * HTML.pm: The checker code for the Password state merged with the
189            code for the Text state.  The |maxlength| attribute checker
190            implemented.  The |size| attribute whose value is zero is not
191            allowed.
192    
193    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm: Support for |required| attribute of the |input|
196            element.
197    
198    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm: Don't use |get_attribute|, for compatibility with
201            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
202            attributes of the |input| element.
203    
204    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm: Checks of attribute applicablity for remaining <input
207            type> states are implemented.  Some <input type>-dependent
208            attribute checkers implemented.
209    
210    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
211    
212            * HTML.pm: <input type=text>, <input type=email>, <input
213            type=url>, <input type=password>, and <input type=datetime>
214            checkes are implemented.
215    
216    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTML.pm: <input type=hidden> checkes implemented.
219    
220    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
221    
222            * HTML.pm: <input type> definition updated according to HTML5
223            definition.  Prepares for tests against <input type> states.
224    
225    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm: |input|'s |check_attrs| method is expanded to support
228            varying requirements for various states of the element.
229    
230    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm: <label> content conformance checking implemented.
233    
234    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm: Support for |for=""| validation.
237    
238  2008-09-22  Wakaba  <wakaba@suika.fam.cx>  2008-09-22  Wakaba  <wakaba@suika.fam.cx>
239    
240          * HTML.pm: Support for |area| |alt=""| validation (HTML5          * HTML.pm: Support for |area| |alt=""| validation (HTML5

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.184

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24