1 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
4 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
5 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
6 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
7 |
|
|
8 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
11 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
12 |
|
do-nothing checker). |
13 |
|
|
14 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
17 |
|
by the checker method. |accesskey| attribute is implemented. |
18 |
|
|
19 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Atom.pm: Don't raise an error even if there is |
22 |
|
no |atom:summary| element child in the |atom:entry| |
23 |
|
element when the |type| attribute of the |atom:content| |
24 |
|
element is set to |html|, |xhtml|, or |text|. |
25 |
|
The |atom:rights| elements were implemented |
26 |
|
as Date construct (!?). |
27 |
|
Typo in code for |rel=alternate| are fixed. |
28 |
|
|
29 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Atom.pm: Support for |thr:total| element. |
32 |
|
Add notes on additional Atom namespaces. |
33 |
|
|
34 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
37 |
|
|
38 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Atom.pm: Raise an error if required |atom:summary| |
41 |
|
element is missing from an |atom:entry| element. |
42 |
|
|
43 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
46 |
|
|
47 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
50 |
|
|
51 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Atom.pm: Support for |<content type=html>| content |
54 |
|
checking. |
55 |
|
|
56 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* Atom.pm: Support for |author| for |feed| checking. |
59 |
|
|
60 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* Atom.pm: Support for |author| for |entry| checking. |
63 |
|
|
64 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Some attribute level definitions were missing. |
67 |
|
|
68 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |