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> |
60 |
|
|
61 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
62 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
63 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
64 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
65 |
|
|
66 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
69 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
70 |
|
do-nothing checker). |
71 |
|
|
72 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
75 |
|
by the checker method. |accesskey| attribute is implemented. |
76 |
|
|
77 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* Atom.pm: Don't raise an error even if there is |
80 |
|
no |atom:summary| element child in the |atom:entry| |
81 |
|
element when the |type| attribute of the |atom:content| |
82 |
|
element is set to |html|, |xhtml|, or |text|. |
83 |
|
The |atom:rights| elements were implemented |
84 |
|
as Date construct (!?). |
85 |
|
Typo in code for |rel=alternate| are fixed. |
86 |
|
|
87 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* Atom.pm: Support for |thr:total| element. |
90 |
|
Add notes on additional Atom namespaces. |
91 |
|
|
92 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
95 |
|
|
96 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
* Atom.pm: Raise an error if required |atom:summary| |
* Atom.pm: Raise an error if required |atom:summary| |