1 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Updated element and attribute status. |
4 |
|
|
5 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
8 |
|
revision 2686). |
9 |
|
|
10 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
13 |
|
revision 2798). |
14 |
|
|
15 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
18 |
|
|
19 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
22 |
|
|
23 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
26 |
|
revision 2859). |
27 |
|
|
28 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
31 |
|
|table| is the only child of |figure| element (HTML5 revision |
32 |
|
2863). |
33 |
|
|
34 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
37 |
|
have been dropped (HTML5 revision 2870). |
38 |
|
|
39 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
42 |
|
attribute (HTML5 revision 2921). |
43 |
|
|
44 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
47 |
|
|height|; cf. HTML5 revision 2943). |
48 |
|
|
49 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
52 |
|
revision 3051). |
53 |
|
|
54 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
57 |
|
3065). |
58 |
|
|
59 |
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* HTML.pm: Disallow |default| attribute of the |command| element |
* HTML.pm: Disallow |default| attribute of the |command| element |