1 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
4 |
|
|
5 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
8 |
|
|
9 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
12 |
|
|
13 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
16 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
17 |
|
object/@border, object/@classid, object/@codebase, |
18 |
|
object/@codetype, object/@declare, object/@hspace, |
19 |
|
object/@standby, object/@vspace, param/@valuetype, |
20 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
21 |
|
and %cellvalign/@valign are implemented. |
22 |
|
|
23 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
26 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
27 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
28 |
|
table/@summary, and table/@width are implemented. |
29 |
|
|
30 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
33 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
34 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
35 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
36 |
|
|
37 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
40 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
41 |
|
do-nothing checker). |
42 |
|
|
43 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
46 |
|
by the checker method. |accesskey| attribute is implemented. |
47 |
|
|
48 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* Atom.pm: Don't raise an error even if there is |
51 |
|
no |atom:summary| element child in the |atom:entry| |
52 |
|
element when the |type| attribute of the |atom:content| |
53 |
|
element is set to |html|, |xhtml|, or |text|. |
54 |
|
The |atom:rights| elements were implemented |
55 |
|
as Date construct (!?). |
56 |
|
Typo in code for |rel=alternate| are fixed. |
57 |
|
|
58 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Atom.pm: Support for |thr:total| element. |
61 |
|
Add notes on additional Atom namespaces. |
62 |
|
|
63 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
66 |
|
|
67 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Atom.pm: Raise an error if required |atom:summary| |
70 |
|
element is missing from an |atom:entry| element. |
71 |
|
|
72 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
75 |
|
|
76 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
79 |
|
|
80 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Atom.pm: Support for |<content type=html>| content |
83 |
|
checking. |
84 |
|
|
85 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* Atom.pm: Support for |author| for |feed| checking. |
88 |
|
|
89 |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
* Atom.pm: Support for |author| for |entry| checking. |
* Atom.pm: Support for |author| for |entry| checking. |