/[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.174 by wakaba, Sun Jul 5 06:06:58 2009 UTC revision 1.209 by wakaba, Sun Aug 23 13:29:21 2009 UTC
# Line 1  Line 1 
1    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Added |loop| attribute and |loopstart|, |loopend|,
4            |start|, |end|, and |playcount| attributes as obsolete attributes
5            to |audio| and |video| elements (HTML5 revision 2401).
6    
7    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: Marked datatemplate and repetition template features as
10            dropped (HTML5 revision 2319).
11    
12    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm: Now |menu| element is a normal flow content (HTML5
15            revision 2416).
16    
17    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm: Revised and marked as dropped the |pixelratio|
20            attribute of the |source| element (HTML5 revision 2406 and HTML5
21            revision 2493).
22    
23    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm: Discourage use of the |autoplay| attribute (HTML5
26            revision 3344).
27    
28    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm: Implemented <meta http-equiv=content-language> (see
31            <http://manakai.g.hatena.ne.jp/task/4/110>).
32    
33    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm: Implemented floating point number in sceientific
36            notation.
37    
38    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm: Disallow interactive content in |button| element (HTML5
41            revision 2392).  Marked |img| and |object| (with |usemap|
42            attribute) elements, |iframe| element, and |embed| element as
43            interactive content (HTML5 revision 2455, HTML5 revision 3162,
44            HTML5 revision 3338).
45    
46    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm: Revised the syntax of the |time| element and its
49            |datetime| attribute to sync with the latest spec definition.
50    
51    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm: Allow white space characters arround tokens in |accept|
54            attribute value of |input| elements (HTML5 revision 2759).
55    
56    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm: Renamed form submission attributes on |button| element
59            to new names beginning by |form| (HTML5 revision 2890).
60    
61    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm: Renamed form submission attributes on |input| element
64            to new names beginning by |form| (HTML5 revision 2890).
65    
66    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm: The |datagrid| element has been commented out in the
69            spec (HTML5 revision 2962, HTML5 revision 3555).
70    
71    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: Changed |map| element content model to transparent
74            content model (HTML5 revision 3009).
75    
76    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
79            revision 3039 and HTML revision 3040).
80    
81    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).
84    
85    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054).
88    
89    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5
92            revision 2614).
93    
94    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm: defer="" w/o src="" is no longer allowed (HTML5
97            revision 3550).
98    
99    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm: The |bb| element has been dropped from the spec (HTML5
102            revision 3621).
103    
104    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: Implemented |cite| attributes on |section| and
107            |article| elements as dropped attributes (HTML5 revision 3069 and
108            HTML5 revision 3627).
109    
110    2009-08-01  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm: Implemented |body| and |frameset| event handler content
113            attributes (cf. HTML5 revision 2685).
114    
115    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm: Updated element and attribute status.
118    
119    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: Added onpopstate="" attribute to body element (HTML5
122            revision 2686).
123    
124    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm: Added autocomplete="" attribute to form element (HTML5
127            revision 2798).
128    
129    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).
132    
133    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).
136    
137    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
140            revision 2859).
141    
142    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Disallow |figure|-grandchild |caption| element when
145            |table| is the only child of |figure| element (HTML5 revision
146            2863).
147    
148    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: The |eventsource| element and the |onmessage| attribute
151            have been dropped (HTML5 revision 2870).
152    
153    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm: Added support for |textarea| element's |placeholder|
156            attribute (HTML5 revision 2921).
157    
158    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm: Implemented dimenstion attributes (|width| and
161            |height|; cf. HTML5 revision 2943).
162    
163    2009-07-06  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
166            revision 3051).
167    
168    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
171            3065).
172    
173    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm: Disallow |default| attribute of the |command| element
176            for now (HTML5 revision 3067).
177    
178  2009-07-05  Wakaba  <wakaba@suika.fam.cx>  2009-07-05  Wakaba  <wakaba@suika.fam.cx>
179    
180          * HTML.pm: Implemented |pubdate| attribute on the |article|          * HTML.pm: Implemented |pubdate| attribute on the |article|

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.209

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24