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

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.211

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24