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

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.183

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24