/[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.145 by wakaba, Mon Oct 6 06:41:06 2008 UTC revision 1.171 by wakaba, Sun Jun 28 10:48:30 2009 UTC
# Line 1  Line 1 
1    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
4            3252).
5    
6    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Block-level contents in |figure|'s |legend| and
9            |caption| are now allowed (HTML5 revision 3329).
10    
11    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
14            ($GetDateTimeAttrChecker): Added.
15            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
16            later use.
17            (ins/@datetime, del/@datetime): Changed to use newer definitin of
18            "global date and time string".
19            (input's date- and time-related, and type=number and type=range
20            control types): Implemented value="", min="", and max="".
21    
22    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: Implemented <object form> and <legend form>.
25    
26    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm: Updated definitions for attributes for form submission
29            on |form| and submit buttons (action="", method="", enctype="",
30            target="", and novalidate="").
31    
32    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
35            attribute.  Implemented |name=""| attribute for form controls.
36            Added U+000C into character class of space characters (it should
37            have been, but was not in some of regular expressions).  Updated
38            definitions for |output| elements.
39            
40    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
43            |option|, and |textarea| elements.
44    
45    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: Updated definitions for |select|.
48    
49    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm: Updated definitions for |button|.
52    
53    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
56            SHOULD-level error if @pattern but no @title.
57    
58    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Added support for |pattern| attributes.
61    
62    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm: Implemented <input type=file multiple> and <input
65            placeholder>.
66    
67    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm: Implemented <input list>.
70    
71    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: Implemented <input type=color>.
74    
75    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: Implemented <input multiple>, <input type=search>.
78            Implemented <input value> validation for |type|s |text|, |search|,
79            |email|, |url|, and |password|.
80    
81    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
84            use attributes not supported by NanoDOM.
85    
86    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: HTML5 spec status updated, except for
89            datatemplate-related features, once again.  Status for RDFa and
90            XHTML Basic 1.1 updated.
91    
92    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm: HTML5 spec status updated, except for
95            datatemplate-related features.
96    
97    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: Quoted-strings in media type specifications were not
100            properly decoded.  Fixed support for <li value> with non-<ol>
101            parent (or with no parent).
102    
103    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm: <input usemap> support.
106    
107    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
110            support fixed.  <input align> support.  Tentative support for
111            <input inputmode>.  Support for <input replace>.  Status of
112            <button template> fixed.
113    
114    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm: Place checkers for obsolete attributes appropriately.
117    
118    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm: <input step> implemented.
121    
122    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: The checker code for the Password state merged with the
125            code for the Text state.  The |maxlength| attribute checker
126            implemented.  The |size| attribute whose value is zero is not
127            allowed.
128    
129    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm: Support for |required| attribute of the |input|
132            element.
133    
134    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm: Don't use |get_attribute|, for compatibility with
137            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
138            attributes of the |input| element.
139    
140    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
141    
142            * HTML.pm: Checks of attribute applicablity for remaining <input
143            type> states are implemented.  Some <input type>-dependent
144            attribute checkers implemented.
145    
146  2008-10-06  Wakaba  <wakaba@suika.fam.cx>  2008-10-06  Wakaba  <wakaba@suika.fam.cx>
147    
148          * HTML.pm: <input type=text>, <input type=email>, <input          * HTML.pm: <input type=text>, <input type=email>, <input

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.171

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24