1 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
4 |
|
is used for an HTML element. |
5 |
|
|
6 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Support for global attributes. Status |
9 |
|
for XHTML2 elements/attributes are added. |
10 |
|
|
11 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
14 |
|
|
15 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
18 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
19 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
20 |
|
and |move-down|. |
21 |
|
|
22 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
25 |
|
|registrationmark=""| attributes. |
26 |
|
|
27 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
30 |
|
1511). |
31 |
|
|
32 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
35 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
36 |
|
revision 1467). |
37 |
|
|
38 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
41 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
42 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
43 |
|
revision 1470). |
44 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
45 |
|
|
46 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
49 |
|
revision 1426). |
50 |
|
|
51 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
54 |
|
revision 1399). |
55 |
|
|
56 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
59 |
|
|
60 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
63 |
|
|
64 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
67 |
|
|
68 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
71 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
72 |
|
object/@border, object/@classid, object/@codebase, |
73 |
|
object/@codetype, object/@declare, object/@hspace, |
74 |
|
object/@standby, object/@vspace, param/@valuetype, |
75 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
76 |
|
and %cellvalign/@valign are implemented. |
77 |
|
|
78 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
81 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
82 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
83 |
|
table/@summary, and table/@width are implemented. |
84 |
|
|
85 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |