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