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> |
108 |
|
|
109 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
110 |
|
revision 1250). |
111 |
|
|
112 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
115 |
|
since the spec itself is frankensteinesque:-); note that though |
116 |
|
it is weired spec from the today's viewpoint, it is still |
117 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
118 |
|
Recommendation, sadly. |
119 |
|
|
120 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
123 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
124 |
|
|
125 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
126 |
|
|
127 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
128 |
|
Don't raise "not defined" errors; they are now raised according |
129 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
130 |
|
are now non-deprecated, to avoid deprecated error message. |
131 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
132 |
|
according to HTML4. |
133 |
|
|
134 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
137 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
138 |
|
|
139 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
142 |
|
|
143 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
146 |
|
Raise not-part-of-HTML5 error for |acronym|. |
147 |
|
|
148 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm: HTML5 attribute status added. |
151 |
|
|
152 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
155 |
|
info are not added yet). Make element or attribute not defined |
156 |
|
by HTML5 spec as a conformance error (though it is not clearly |
157 |
|
defined by HTML5 spec as non-conforming). Note that more work |
158 |
|
is needed for non-standard attribute thing, since the current |
159 |
|
implementation prevents non-standard attribute from being |
160 |
|
syntactically checked (otherwise it is treated as if a |
161 |
|
standard attribute). |
162 |
|
|
163 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
164 |
|
|
165 |
* HTML.pm: Standardized status attributes are added. |
* HTML.pm: Standardized status attributes are added. |