1 |
|
2009-08-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5 |
4 |
|
revision 2614). |
5 |
|
|
6 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
9 |
|
revision 3550). |
10 |
|
|
11 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
14 |
|
revision 3621). |
15 |
|
|
16 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
19 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
20 |
|
HTML5 revision 3627). |
21 |
|
|
22 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
25 |
|
attributes (cf. HTML5 revision 2685). |
26 |
|
|
27 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Updated element and attribute status. |
30 |
|
|
31 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
34 |
|
revision 2686). |
35 |
|
|
36 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
39 |
|
revision 2798). |
40 |
|
|
41 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
44 |
|
|
45 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
48 |
|
|
49 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
52 |
|
revision 2859). |
53 |
|
|
54 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
57 |
|
|table| is the only child of |figure| element (HTML5 revision |
58 |
|
2863). |
59 |
|
|
60 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
63 |
|
have been dropped (HTML5 revision 2870). |
64 |
|
|
65 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
68 |
|
attribute (HTML5 revision 2921). |
69 |
|
|
70 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
73 |
|
|height|; cf. HTML5 revision 2943). |
74 |
|
|
75 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
78 |
|
revision 3051). |
79 |
|
|
80 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
83 |
|
3065). |
84 |
|
|
85 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
88 |
|
for now (HTML5 revision 3067). |
89 |
|
|
90 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Implemented |pubdate| attribute on the |article| |
93 |
|
element (HTML5 revision 3116). |
94 |
|
|
95 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: |datagrid| now allows any flow content (HTML5 revision |
98 |
|
3164). |
99 |
|
|
100 |
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |
* HTML.pm: |rp| now takes normali phrasing content (HTML5 revision |