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