/[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.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>  2008-10-06  Wakaba  <wakaba@suika.fam.cx>
122    
123          * 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.167

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24