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

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.189

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24