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