1 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
4 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
5 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
6 |
|
table/@summary, and table/@width are implemented. |
7 |
|
|
8 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
11 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
12 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
13 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
14 |
|
|
15 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
18 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
19 |
|
do-nothing checker). |
20 |
|
|
21 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
24 |
|
by the checker method. |accesskey| attribute is implemented. |
25 |
|
|
26 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Atom.pm: Don't raise an error even if there is |
29 |
|
no |atom:summary| element child in the |atom:entry| |
30 |
|
element when the |type| attribute of the |atom:content| |
31 |
|
element is set to |html|, |xhtml|, or |text|. |
32 |
|
The |atom:rights| elements were implemented |
33 |
|
as Date construct (!?). |
34 |
|
Typo in code for |rel=alternate| are fixed. |
35 |
|
|
36 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* Atom.pm: Support for |thr:total| element. |
39 |
|
Add notes on additional Atom namespaces. |
40 |
|
|
41 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
44 |
|
|
45 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Atom.pm: Raise an error if required |atom:summary| |
48 |
|
element is missing from an |atom:entry| element. |
49 |
|
|
50 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
53 |
|
|
54 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
57 |
|
|
58 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Atom.pm: Support for |<content type=html>| content |
61 |
|
checking. |
62 |
|
|
63 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* Atom.pm: Support for |author| for |feed| checking. |
66 |
|
|
67 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* Atom.pm: Support for |author| for |entry| checking. |
70 |
|
|
71 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Some attribute level definitions were missing. |
74 |
|
|
75 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
78 |
|
|
79 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
82 |
|
|
83 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
86 |
|
warned. |
87 |
|
|
88 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pm: Status information from old specifications |
91 |
|
are incorporated. |
92 |
|
|
93 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* Atom.pm: Reimplemented. |
96 |
|
|
97 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
100 |
|
Raise an error if |area| is not a descendant of |map|. |
101 |
|
|
102 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
105 |
|
is no longer a sectioning content. |
106 |
|
|
107 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |