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> |
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* Atom.pm: Support for |<* type=html>| in Text construct. |
* Atom.pm: Support for |<* type=html>| in Text construct. |