1 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: defer="" w/o src="" is no longer allowed (HTML5 |
4 |
|
revision 3550). |
5 |
|
|
6 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: The |bb| element has been dropped from the spec (HTML5 |
9 |
|
revision 3621). |
10 |
|
|
11 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Implemented |cite| attributes on |section| and |
14 |
|
|article| elements as dropped attributes (HTML5 revision 3069 and |
15 |
|
HTML5 revision 3627). |
16 |
|
|
17 |
|
2009-08-01 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Implemented |body| and |frameset| event handler content |
20 |
|
attributes (cf. HTML5 revision 2685). |
21 |
|
|
22 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Updated element and attribute status. |
25 |
|
|
26 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: Added onpopstate="" attribute to body element (HTML5 |
29 |
|
revision 2686). |
30 |
|
|
31 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Added autocomplete="" attribute to form element (HTML5 |
34 |
|
revision 2798). |
35 |
|
|
36 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801). |
39 |
|
|
40 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855). |
43 |
|
|
44 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5 |
47 |
|
revision 2859). |
48 |
|
|
49 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
52 |
|
|table| is the only child of |figure| element (HTML5 revision |
53 |
|
2863). |
54 |
|
|
55 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
58 |
|
have been dropped (HTML5 revision 2870). |
59 |
|
|
60 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
63 |
|
attribute (HTML5 revision 2921). |
64 |
|
|
65 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
68 |
|
|height|; cf. HTML5 revision 2943). |
69 |
|
|
70 |
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |