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

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.176

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24