1 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Support for global attributes. Status |
4 |
|
for XHTML2 elements/attributes are added. |
5 |
|
|
6 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
9 |
|
|
10 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
13 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
14 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
15 |
|
and |move-down|. |
16 |
|
|
17 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
20 |
|
|registrationmark=""| attributes. |
21 |
|
|
22 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
25 |
|
1511). |
26 |
|
|
27 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
30 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
31 |
|
revision 1467). |
32 |
|
|
33 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
36 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
37 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
38 |
|
revision 1470). |
39 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
40 |
|
|
41 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
44 |
|
revision 1426). |
45 |
|
|
46 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
49 |
|
revision 1399). |
50 |
|
|
51 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
54 |
|
|
55 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
58 |
|
|
59 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
62 |
|
|
63 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |