/[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.191 by wakaba, Sun Aug 16 07:42:07 2009 UTC revision 1.216 by wakaba, Sun Aug 30 08:42:08 2009 UTC
# Line 1  Line 1 
1    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Disallow nested |video| and |audio| elements (HTML5
4            revision 3488).  (But this does not work at the moment due to the
5            bug on the handling of transparent elements).
6    
7    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: Disallow |td| as grandchilds of |thead| (HTML5 revision
10            3518).
11    
12    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm: Oops, |in_figure| flag should have been set in the
15            |check_start|, not in |check_child_text|.
16    
17    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm: Disallow nested |progress|, |meter|, and |time|
20            elements (HTML5 revision 3692).
21    
22    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: Implemented |command| element's attributes'
25            requirements (HTML5 revision 2415).
26    
27    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: Implemented |progress|'s author requirements (cf. HTML5
30            revision 2484).
31    
32    2009-08-30  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm: Disallow space characters in <map name="">.
35    
36    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm: Added |loop| attribute and |loopstart|, |loopend|,
39            |start|, |end|, and |playcount| attributes as obsolete attributes
40            to |audio| and |video| elements (HTML5 revision 2401).
41    
42    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm: Marked datatemplate and repetition template features as
45            dropped (HTML5 revision 2319).
46    
47    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm: Now |menu| element is a normal flow content (HTML5
50            revision 2416).
51    
52    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm: Revised and marked as dropped the |pixelratio|
55            attribute of the |source| element (HTML5 revision 2406 and HTML5
56            revision 2493).
57    
58    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Discourage use of the |autoplay| attribute (HTML5
61            revision 3344).
62    
63    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm: Implemented <meta http-equiv=content-language> (see
66            <http://manakai.g.hatena.ne.jp/task/4/110>).
67    
68    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTML.pm: Implemented floating point number in sceientific
71            notation.
72    
73    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm: Disallow interactive content in |button| element (HTML5
76            revision 2392).  Marked |img| and |object| (with |usemap|
77            attribute) elements, |iframe| element, and |embed| element as
78            interactive content (HTML5 revision 2455, HTML5 revision 3162,
79            HTML5 revision 3338).
80    
81    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: Revised the syntax of the |time| element and its
84            |datetime| attribute to sync with the latest spec definition.
85    
86    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: Allow white space characters arround tokens in |accept|
89            attribute value of |input| elements (HTML5 revision 2759).
90    
91    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
92    
93            * HTML.pm: Renamed form submission attributes on |button| element
94            to new names beginning by |form| (HTML5 revision 2890).
95    
96    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTML.pm: Renamed form submission attributes on |input| element
99            to new names beginning by |form| (HTML5 revision 2890).
100    
101    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm: The |datagrid| element has been commented out in the
104            spec (HTML5 revision 2962, HTML5 revision 3555).
105    
106    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm: Changed |map| element content model to transparent
109            content model (HTML5 revision 3009).
110    
111    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
114            revision 3039 and HTML revision 3040).
115    
116    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).
119    
120    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054).
123    
124    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5
127            revision 2614).
128    
129  2009-08-16  Wakaba  <wakaba@suika.fam.cx>  2009-08-16  Wakaba  <wakaba@suika.fam.cx>
130    
131          * HTML.pm: defer="" w/o src="" is no longer allowed (HTML5          * HTML.pm: defer="" w/o src="" is no longer allowed (HTML5

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.216

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24