1 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
4 |
|
by the checker method. |accesskey| attribute is implemented. |
5 |
|
|
6 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Atom.pm: Don't raise an error even if there is |
9 |
|
no |atom:summary| element child in the |atom:entry| |
10 |
|
element when the |type| attribute of the |atom:content| |
11 |
|
element is set to |html|, |xhtml|, or |text|. |
12 |
|
The |atom:rights| elements were implemented |
13 |
|
as Date construct (!?). |
14 |
|
Typo in code for |rel=alternate| are fixed. |
15 |
|
|
16 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Atom.pm: Support for |thr:total| element. |
19 |
|
Add notes on additional Atom namespaces. |
20 |
|
|
21 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
24 |
|
|
25 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Atom.pm: Raise an error if required |atom:summary| |
28 |
|
element is missing from an |atom:entry| element. |
29 |
|
|
30 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
33 |
|
|
34 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
37 |
|
|
38 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Atom.pm: Support for |<content type=html>| content |
41 |
|
checking. |
42 |
|
|
43 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Atom.pm: Support for |author| for |feed| checking. |
46 |
|
|
47 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Atom.pm: Support for |author| for |entry| checking. |
50 |
|
|
51 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: Some attribute level definitions were missing. |
54 |
|
|
55 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
58 |
|
|
59 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
62 |
|
|
63 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
66 |
|
warned. |
67 |
|
|
68 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm: Status information from old specifications |
71 |
|
are incorporated. |
72 |
|
|
73 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* Atom.pm: Reimplemented. |
76 |
|
|
77 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
* HTML.pm: |in_a_href| flag is not reset after the </a>. |