/[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.155 by wakaba, Mon Oct 27 05:44:48 2008 UTC revision 1.210 by wakaba, Sun Aug 30 03:51:05 2009 UTC
# Line 1  Line 1 
1    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Disallow space characters in <map name="">.
4    
5    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm: Added |loop| attribute and |loopstart|, |loopend|,
8            |start|, |end|, and |playcount| attributes as obsolete attributes
9            to |audio| and |video| elements (HTML5 revision 2401).
10    
11    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: Marked datatemplate and repetition template features as
14            dropped (HTML5 revision 2319).
15    
16    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm: Now |menu| element is a normal flow content (HTML5
19            revision 2416).
20    
21    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm: Revised and marked as dropped the |pixelratio|
24            attribute of the |source| element (HTML5 revision 2406 and HTML5
25            revision 2493).
26    
27    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: Discourage use of the |autoplay| attribute (HTML5
30            revision 3344).
31    
32    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm: Implemented <meta http-equiv=content-language> (see
35            <http://manakai.g.hatena.ne.jp/task/4/110>).
36    
37    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm: Implemented floating point number in sceientific
40            notation.
41    
42    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm: Disallow interactive content in |button| element (HTML5
45            revision 2392).  Marked |img| and |object| (with |usemap|
46            attribute) elements, |iframe| element, and |embed| element as
47            interactive content (HTML5 revision 2455, HTML5 revision 3162,
48            HTML5 revision 3338).
49    
50    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Revised the syntax of the |time| element and its
53            |datetime| attribute to sync with the latest spec definition.
54    
55    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm: Allow white space characters arround tokens in |accept|
58            attribute value of |input| elements (HTML5 revision 2759).
59    
60    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm: Renamed form submission attributes on |button| element
63            to new names beginning by |form| (HTML5 revision 2890).
64    
65    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm: Renamed form submission attributes on |input| 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: The |datagrid| element has been commented out in the
73            spec (HTML5 revision 2962, HTML5 revision 3555).
74    
75    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: Changed |map| element content model to transparent
78            content model (HTML5 revision 3009).
79    
80    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
83            revision 3039 and HTML revision 3040).
84    
85    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).
88    
89    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054).
92    
93    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5
96            revision 2614).
97    
98    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm: defer="" w/o src="" is no longer allowed (HTML5
101            revision 3550).
102    
103    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm: The |bb| element has been dropped from the spec (HTML5
106            revision 3621).
107    
108    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm: Implemented |cite| attributes on |section| and
111            |article| elements as dropped attributes (HTML5 revision 3069 and
112            HTML5 revision 3627).
113    
114    2009-08-01  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm: Implemented |body| and |frameset| event handler content
117            attributes (cf. HTML5 revision 2685).
118    
119    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: Updated element and attribute status.
122    
123    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm: Added onpopstate="" attribute to body element (HTML5
126            revision 2686).
127    
128    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm: Added autocomplete="" attribute to form element (HTML5
131            revision 2798).
132    
133    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).
136    
137    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).
140    
141    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
144            revision 2859).
145    
146    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
147    
148            * HTML.pm: Disallow |figure|-grandchild |caption| element when
149            |table| is the only child of |figure| element (HTML5 revision
150            2863).
151    
152    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm: The |eventsource| element and the |onmessage| attribute
155            have been dropped (HTML5 revision 2870).
156    
157    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm: Added support for |textarea| element's |placeholder|
160            attribute (HTML5 revision 2921).
161    
162    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm: Implemented dimenstion attributes (|width| and
165            |height|; cf. HTML5 revision 2943).
166    
167    2009-07-06  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
170            revision 3051).
171    
172    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
175            3065).
176    
177    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
178    
179            * HTML.pm: Disallow |default| attribute of the |command| element
180            for now (HTML5 revision 3067).
181    
182    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pm: Implemented |pubdate| attribute on the |article|
185            element (HTML5 revision 3116).
186    
187    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
190            3164).
191    
192    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
195            3217).
196    
197    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
200            3252).
201    
202    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm: Block-level contents in |figure|'s |legend| and
205            |caption| are now allowed (HTML5 revision 3329).
206    
207    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
208    
209            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
210            ($GetDateTimeAttrChecker): Added.
211            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
212            later use.
213            (ins/@datetime, del/@datetime): Changed to use newer definitin of
214            "global date and time string".
215            (input's date- and time-related, and type=number and type=range
216            control types): Implemented value="", min="", and max="".
217    
218    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm: Implemented <object form> and <legend form>.
221    
222    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
223    
224            * HTML.pm: Updated definitions for attributes for form submission
225            on |form| and submit buttons (action="", method="", enctype="",
226            target="", and novalidate="").
227    
228    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
231            attribute.  Implemented |name=""| attribute for form controls.
232            Added U+000C into character class of space characters (it should
233            have been, but was not in some of regular expressions).  Updated
234            definitions for |output| elements.
235            
236    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
239            |option|, and |textarea| elements.
240    
241    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm: Updated definitions for |select|.
244    
245    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm: Updated definitions for |button|.
248    
249    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
252            SHOULD-level error if @pattern but no @title.
253    
254    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
255    
256            * HTML.pm: Added support for |pattern| attributes.
257    
258    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
259    
260            * HTML.pm: Implemented <input type=file multiple> and <input
261            placeholder>.
262    
263    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm: Implemented <input list>.
266    
267    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
268    
269            * HTML.pm: Implemented <input type=color>.
270    
271    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
272    
273            * HTML.pm: Implemented <input multiple>, <input type=search>.
274            Implemented <input value> validation for |type|s |text|, |search|,
275            |email|, |url|, and |password|.
276    
277    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
280            use attributes not supported by NanoDOM.
281    
282    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
283    
284            * HTML.pm: HTML5 spec status updated, except for
285            datatemplate-related features, once again.  Status for RDFa and
286            XHTML Basic 1.1 updated.
287    
288  2008-10-27  Wakaba  <wakaba@suika.fam.cx>  2008-10-27  Wakaba  <wakaba@suika.fam.cx>
289    
290          * HTML.pm: HTML5 spec status updated, except for          * HTML.pm: HTML5 spec status updated, except for

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.210

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24