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

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.181

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24