1 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
4 |
|
1511). |
5 |
|
|
6 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
9 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
10 |
|
revision 1467). |
11 |
|
|
12 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
15 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
16 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
17 |
|
revision 1470). |
18 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
19 |
|
|
20 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
23 |
|
revision 1426). |
24 |
|
|
25 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
28 |
|
revision 1399). |
29 |
|
|
30 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
33 |
|
|
34 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
37 |
|
|
38 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
41 |
|
|
42 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
45 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
46 |
|
object/@border, object/@classid, object/@codebase, |
47 |
|
object/@codetype, object/@declare, object/@hspace, |
48 |
|
object/@standby, object/@vspace, param/@valuetype, |
49 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
50 |
|
and %cellvalign/@valign are implemented. |
51 |
|
|
52 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
55 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
56 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
57 |
|
table/@summary, and table/@width are implemented. |
58 |
|
|
59 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |