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> |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
* HTML.pm: Disallow |figure|-grandchild |caption| element when |