/[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.149 by wakaba, Mon Oct 6 11:15:59 2008 UTC revision 1.177 by wakaba, Sun Jul 5 23:35:33 2009 UTC
# Line 1  Line 1 
1    2009-07-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
4            revision 3051).
5    
6    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
9            3065).
10    
11    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: Disallow |default| attribute of the |command| element
14            for now (HTML5 revision 3067).
15    
16    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm: Implemented |pubdate| attribute on the |article|
19            element (HTML5 revision 3116).
20    
21    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
24            3164).
25    
26    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
29            3217).
30    
31    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
32    
33            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
34            3252).
35    
36    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm: Block-level contents in |figure|'s |legend| and
39            |caption| are now allowed (HTML5 revision 3329).
40    
41    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
44            ($GetDateTimeAttrChecker): Added.
45            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
46            later use.
47            (ins/@datetime, del/@datetime): Changed to use newer definitin of
48            "global date and time string".
49            (input's date- and time-related, and type=number and type=range
50            control types): Implemented value="", min="", and max="".
51    
52    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm: Implemented <object form> and <legend form>.
55    
56    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm: Updated definitions for attributes for form submission
59            on |form| and submit buttons (action="", method="", enctype="",
60            target="", and novalidate="").
61    
62    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
65            attribute.  Implemented |name=""| attribute for form controls.
66            Added U+000C into character class of space characters (it should
67            have been, but was not in some of regular expressions).  Updated
68            definitions for |output| elements.
69            
70    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
73            |option|, and |textarea| elements.
74    
75    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: Updated definitions for |select|.
78    
79    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm: Updated definitions for |button|.
82    
83    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
86            SHOULD-level error if @pattern but no @title.
87    
88    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm: Added support for |pattern| attributes.
91    
92    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm: Implemented <input type=file multiple> and <input
95            placeholder>.
96    
97    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: Implemented <input list>.
100    
101    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm: Implemented <input type=color>.
104    
105    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm: Implemented <input multiple>, <input type=search>.
108            Implemented <input value> validation for |type|s |text|, |search|,
109            |email|, |url|, and |password|.
110    
111    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
114            use attributes not supported by NanoDOM.
115    
116    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: HTML5 spec status updated, except for
119            datatemplate-related features, once again.  Status for RDFa and
120            XHTML Basic 1.1 updated.
121    
122    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: HTML5 spec status updated, except for
125            datatemplate-related features.
126    
127    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: Quoted-strings in media type specifications were not
130            properly decoded.  Fixed support for <li value> with non-<ol>
131            parent (or with no parent).
132    
133    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm: <input usemap> support.
136    
137    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
140            support fixed.  <input align> support.  Tentative support for
141            <input inputmode>.  Support for <input replace>.  Status of
142            <button template> fixed.
143    
144    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm: Place checkers for obsolete attributes appropriately.
147    
148    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: <input step> implemented.
151    
152  2008-10-06  Wakaba  <wakaba@suika.fam.cx>  2008-10-06  Wakaba  <wakaba@suika.fam.cx>
153    
154          * HTML.pm: The checker code for the Password state merged with the          * HTML.pm: The checker code for the Password state merged with the

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.177

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24