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

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.190

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24