1 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
4 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed and |
5 |
|
an empty string is no longer allowed (HTML5 revision 1470). |
6 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
7 |
|
|
8 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
11 |
|
revision 1426). |
12 |
|
|
13 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
16 |
|
revision 1399). |
17 |
|
|
18 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
21 |
|
|
22 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
25 |
|
|
26 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
29 |
|
|
30 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
33 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
34 |
|
object/@border, object/@classid, object/@codebase, |
35 |
|
object/@codetype, object/@declare, object/@hspace, |
36 |
|
object/@standby, object/@vspace, param/@valuetype, |
37 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
38 |
|
and %cellvalign/@valign are implemented. |
39 |
|
|
40 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
43 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
44 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
45 |
|
table/@summary, and table/@width are implemented. |
46 |
|
|
47 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
50 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
51 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
52 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
53 |
|
|
54 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
57 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
58 |
|
do-nothing checker). |
59 |
|
|
60 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: Add URIs to the list of URIs to be returned |
63 |
|
by the checker method. |accesskey| attribute is implemented. |
64 |
|
|
65 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* Atom.pm: Don't raise an error even if there is |
68 |
|
no |atom:summary| element child in the |atom:entry| |
69 |
|
element when the |type| attribute of the |atom:content| |
70 |
|
element is set to |html|, |xhtml|, or |text|. |
71 |
|
The |atom:rights| elements were implemented |
72 |
|
as Date construct (!?). |
73 |
|
Typo in code for |rel=alternate| are fixed. |
74 |
|
|
75 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Atom.pm: Support for |thr:total| element. |
78 |
|
Add notes on additional Atom namespaces. |
79 |
|
|
80 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
83 |
|
|
84 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Atom.pm: Raise an error if required |atom:summary| |
87 |
|
element is missing from an |atom:entry| element. |
88 |
|
|
89 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
92 |
|
|
93 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
96 |
|
|
97 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Atom.pm: Support for |<content type=html>| content |
100 |
|
checking. |
101 |
|
|
102 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* Atom.pm: Support for |author| for |feed| checking. |
105 |
|
|
106 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* Atom.pm: Support for |author| for |entry| checking. |
109 |
|
|
110 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* HTML.pm: Some attribute level definitions were missing. |
113 |
|
|
114 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
117 |
|
|
118 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
121 |
|
|
122 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
125 |
|
warned. |
126 |
|
|
127 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* HTML.pm: Status information from old specifications |
130 |
|
are incorporated. |
131 |
|
|
132 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* Atom.pm: Reimplemented. |
135 |
|
|
136 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
139 |
|
Raise an error if |area| is not a descendant of |map|. |
140 |
|
|
141 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
144 |
|
is no longer a sectioning content. |
145 |
|
|
146 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
149 |
|
revision 1250). |
150 |
|
|
151 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
154 |
|
since the spec itself is frankensteinesque:-); note that though |
155 |
|
it is weired spec from the today's viewpoint, it is still |
156 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
157 |
|
Recommendation, sadly. |
158 |
|
|
159 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
162 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
163 |
|
|
164 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
167 |
|
Don't raise "not defined" errors; they are now raised according |
168 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
169 |
|
are now non-deprecated, to avoid deprecated error message. |
170 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
171 |
|
according to HTML4. |
172 |
|
|
173 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
174 |
|
|
175 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
176 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
177 |
|
|
178 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
179 |
|
|
180 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
181 |
|
|
182 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
183 |
|
|
184 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
185 |
|
Raise not-part-of-HTML5 error for |acronym|. |
186 |
|
|
187 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
188 |
|
|
189 |
|
* HTML.pm: HTML5 attribute status added. |
190 |
|
|
191 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
192 |
|
|
193 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
194 |
|
info are not added yet). Make element or attribute not defined |
195 |
|
by HTML5 spec as a conformance error (though it is not clearly |
196 |
|
defined by HTML5 spec as non-conforming). Note that more work |
197 |
|
is needed for non-standard attribute thing, since the current |
198 |
|
implementation prevents non-standard attribute from being |
199 |
|
syntactically checked (otherwise it is treated as if a |
200 |
|
standard attribute). |
201 |
|
|
202 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
203 |
|
|
204 |
|
* HTML.pm: Standardized status attributes are added. |
205 |
|
|
206 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
207 |
|
|
208 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
209 |
|
as usual. |
210 |
|
|
211 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
212 |
|
|
213 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
214 |
|
|
215 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* HTML.pm (datagrid): Condition was incorrect. |
218 |
|
|
219 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
220 |
|
|
221 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
222 |
|
change state when a transparent element is encountered. |
223 |
|
(details check): Reimplemented. |
224 |
|
|
225 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
226 |
|
|
227 |
|
* HTML.pm (object check_end): Don't check significant content |
228 |
|
if the element is used as a transparent element. |
229 |
|
(video check): Reimplemented. |
230 |
|
|
231 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
234 |
|
content checker for root element case reimplemented. |
235 |
|
|
236 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* HTML.pm: Revised. |
239 |
|
|
240 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
243 |
|
handling). |
244 |
|
|
245 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
246 |
|
|
247 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
248 |
|
|
249 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
250 |
|
|
251 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
252 |
|
the conformance checker cannot examine the semantics of the |
253 |
|
image). |
254 |
|
|
255 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
256 |
|
|
257 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
258 |
|
was missing from |$HTMLInteractiveContent|. |
259 |
|
(a): Use new |$HTMLInteractiveContent| in place |
260 |
|
of |$HTMLIntetractiveElements|. |
261 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
262 |
|
of |$HTMLStrictlyInlineChecker|. |
263 |
|
|
264 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
265 |
|
|
266 |
|
* HTML.pm (figure): Implemented. |
267 |
|
(video, audio): In no-parent-element case with |src| attribute, |
268 |
|
the content model is now prose content. |
269 |
|
|
270 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
271 |
|
|
272 |
|
* HTML.pm (noscript): Reimplemented. |
273 |
|
|
274 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
275 |
|
|
276 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
277 |
|
1180). |
278 |
|
|
279 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
280 |
|
|
281 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
282 |
|
now requires prose content. |
283 |
|
|
284 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
285 |
|
|
286 |
* HTML.pm: Error messages revised. |
* HTML.pm: Error messages revised. |