1 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Disallow |figure|-grandchild |caption| element when |
4 |
|
|table| is the only child of |figure| element (HTML5 revision |
5 |
|
2863). |
6 |
|
|
7 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: The |eventsource| element and the |onmessage| attribute |
10 |
|
have been dropped (HTML5 revision 2870). |
11 |
|
|
12 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Added support for |textarea| element's |placeholder| |
15 |
|
attribute (HTML5 revision 2921). |
16 |
|
|
17 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Implemented dimenstion attributes (|width| and |
20 |
|
|height|; cf. HTML5 revision 2943). |
21 |
|
|
22 |
|
2009-07-06 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Disallow |header| in |footer| or |address| (HTML5 |
25 |
|
revision 3051). |
26 |
|
|
27 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Allow |accesskey| on all elements (HTML5 revision |
30 |
|
3065). |
31 |
|
|
32 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Disallow |default| attribute of the |command| element |
35 |
|
for now (HTML5 revision 3067). |
36 |
|
|
37 |
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
* HTML.pm: Implemented |pubdate| attribute on the |article| |
* HTML.pm: Implemented |pubdate| attribute on the |article| |