1 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
4 |
|
|
5 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
8 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
9 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
10 |
|
and |move-down|. |
11 |
|
|
12 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
15 |
|
|registrationmark=""| attributes. |
16 |
|
|
17 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
20 |
|
1511). |
21 |
|
|
22 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
25 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
26 |
|
revision 1467). |
27 |
|
|
28 |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
31 |
($HTMLTargetAttrChecker): |_blank| is now allowed and |
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
32 |
an empty string is no longer allowed (HTML5 revision 1470). |
revision 1471) and an empty string is no longer allowed (HTML5 |
33 |
|
revision 1470). |
34 |
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
35 |
|
|
36 |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
2008-04-13 Wakaba <wakaba@suika.fam.cx> |