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> |
44 |
|
|
45 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
46 |
|
|
47 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
50 |
|
|
51 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Atom.pm: Support for |<content type=html>| content |
54 |
|
checking. |
55 |
|
|
56 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* Atom.pm: Support for |author| for |feed| checking. |
59 |
|
|
60 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* Atom.pm: Support for |author| for |entry| checking. |
63 |
|
|
64 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm: Some attribute level definitions were missing. |
67 |
|
|
68 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
71 |
|
|
72 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
75 |
|
|
76 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
79 |
|
warned. |
80 |
|
|
81 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: Status information from old specifications |
84 |
|
are incorporated. |
85 |
|
|
86 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Atom.pm: Reimplemented. |
89 |
|
|
90 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
93 |
|
Raise an error if |area| is not a descendant of |map|. |
94 |
|
|
95 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
98 |
|
is no longer a sectioning content. |
99 |
|
|
100 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
103 |
|
revision 1250). |
104 |
|
|
105 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
108 |
|
since the spec itself is frankensteinesque:-); note that though |
109 |
|
it is weired spec from the today's viewpoint, it is still |
110 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
111 |
|
Recommendation, sadly. |
112 |
|
|
113 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
114 |
|
|
115 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
116 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
117 |
|
|
118 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
121 |
|
Don't raise "not defined" errors; they are now raised according |
122 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
123 |
|
are now non-deprecated, to avoid deprecated error message. |
124 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
125 |
|
according to HTML4. |
126 |
|
|
127 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
130 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
131 |
|
|
132 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |