/[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.132 by wakaba, Sat Sep 20 02:19:49 2008 UTC revision 1.167 by wakaba, Fri Dec 12 12:59:17 2008 UTC
# Line 1  Line 1 
1    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
4            attribute.  Implemented |name=""| attribute for form controls.
5            Added U+000C into character class of space characters (it should
6            have been, but was not in some of regular expressions).  Updated
7            definitions for |output| elements.
8            
9    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
10    
11            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
12            |option|, and |textarea| elements.
13    
14    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm: Updated definitions for |select|.
17    
18    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
19    
20            * HTML.pm: Updated definitions for |button|.
21    
22    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
25            SHOULD-level error if @pattern but no @title.
26    
27    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: Added support for |pattern| attributes.
30    
31    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm: Implemented <input type=file multiple> and <input
34            placeholder>.
35    
36    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm: Implemented <input list>.
39    
40    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Implemented <input type=color>.
43    
44    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm: Implemented <input multiple>, <input type=search>.
47            Implemented <input value> validation for |type|s |text|, |search|,
48            |email|, |url|, and |password|.
49    
50    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
53            use attributes not supported by NanoDOM.
54    
55    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm: HTML5 spec status updated, except for
58            datatemplate-related features, once again.  Status for RDFa and
59            XHTML Basic 1.1 updated.
60    
61    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm: HTML5 spec status updated, except for
64            datatemplate-related features.
65    
66    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm: Quoted-strings in media type specifications were not
69            properly decoded.  Fixed support for <li value> with non-<ol>
70            parent (or with no parent).
71    
72    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm: <input usemap> support.
75    
76    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
79            support fixed.  <input align> support.  Tentative support for
80            <input inputmode>.  Support for <input replace>.  Status of
81            <button template> fixed.
82    
83    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm: Place checkers for obsolete attributes appropriately.
86    
87    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
88    
89            * HTML.pm: <input step> implemented.
90    
91    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
92    
93            * HTML.pm: The checker code for the Password state merged with the
94            code for the Text state.  The |maxlength| attribute checker
95            implemented.  The |size| attribute whose value is zero is not
96            allowed.
97    
98    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm: Support for |required| attribute of the |input|
101            element.
102    
103    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm: Don't use |get_attribute|, for compatibility with
106            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
107            attributes of the |input| element.
108    
109    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm: Checks of attribute applicablity for remaining <input
112            type> states are implemented.  Some <input type>-dependent
113            attribute checkers implemented.
114    
115    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm: <input type=text>, <input type=email>, <input
118            type=url>, <input type=password>, and <input type=datetime>
119            checkes are implemented.
120    
121    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm: <input type=hidden> checkes implemented.
124    
125    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm: <input type> definition updated according to HTML5
128            definition.  Prepares for tests against <input type> states.
129    
130    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm: |input|'s |check_attrs| method is expanded to support
133            varying requirements for various states of the element.
134    
135    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
136    
137            * HTML.pm: <label> content conformance checking implemented.
138    
139    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm: Support for |for=""| validation.
142    
143    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm: Support for |area| |alt=""| validation (HTML5
146            revision 1932).
147    
148    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: Support for |form=""| attributes.
151    
152    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm: |id| attribute checkers for the |menu| and |map|
155            elements are removed; the |id| attribute of those elements is now
156            checked by the global |id| attribute.
157    
158    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm: Support for |fieldset| |legend|.
161    
162    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm: |form| element's |name| attribute is implemented.
165    
166    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm: U+000B is no longer part of space characters (HTML5
169            revision 1738).
170    
171    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
172    
173            * HTML.pm, Atom.pm: Interactrive content implementation synced
174            with the spec (HTML5 revision 2018).
175    
176  2008-09-20  Wakaba  <wakaba@suika.fam.cx>  2008-09-20  Wakaba  <wakaba@suika.fam.cx>
177    
178          * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility          * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.167

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24