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

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.185

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24