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