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

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.205

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24