/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.148 - (hide annotations) (download)
Mon Oct 6 09:34:44 2008 UTC (16 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.147: +5 -0 lines
++ whatpm/t/dom-conformance/ChangeLog	6 Oct 2008 09:34:19 -0000
	* html-form-input-1.dat: Tests on <input required> added.

2008-10-06  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	6 Oct 2008 09:34:40 -0000
	* HTML.pm: Support for |required| attribute of the |input|
	element.

2008-10-06  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.142 2008-10-06 Wakaba <wakaba@suika.fam.cx>
2    
3 wakaba 1.148 * HTML.pm: Support for |required| attribute of the |input|
4     element.
5    
6     2008-10-06 Wakaba <wakaba@suika.fam.cx>
7    
8 wakaba 1.147 * HTML.pm: Don't use |get_attribute|, for compatibility with
9     NanoDOM. Support for |readonly|, |autocomplete|, and |size|
10     attributes of the |input| element.
11    
12     2008-10-06 Wakaba <wakaba@suika.fam.cx>
13    
14 wakaba 1.146 * HTML.pm: Checks of attribute applicablity for remaining <input
15     type> states are implemented. Some <input type>-dependent
16     attribute checkers implemented.
17    
18     2008-10-06 Wakaba <wakaba@suika.fam.cx>
19    
20 wakaba 1.145 * HTML.pm: <input type=text>, <input type=email>, <input
21     type=url>, <input type=password>, and <input type=datetime>
22     checkes are implemented.
23    
24     2008-10-06 Wakaba <wakaba@suika.fam.cx>
25    
26 wakaba 1.144 * HTML.pm: <input type=hidden> checkes implemented.
27    
28     2008-10-06 Wakaba <wakaba@suika.fam.cx>
29    
30 wakaba 1.143 * HTML.pm: <input type> definition updated according to HTML5
31     definition. Prepares for tests against <input type> states.
32    
33     2008-10-06 Wakaba <wakaba@suika.fam.cx>
34    
35 wakaba 1.142 * HTML.pm: |input|'s |check_attrs| method is expanded to support
36     varying requirements for various states of the element.
37    
38 wakaba 1.141 2008-10-05 Wakaba <wakaba@suika.fam.cx>
39    
40     * HTML.pm: <label> content conformance checking implemented.
41    
42 wakaba 1.139 2008-09-22 Wakaba <wakaba@suika.fam.cx>
43    
44 wakaba 1.140 * HTML.pm: Support for |for=""| validation.
45    
46     2008-09-22 Wakaba <wakaba@suika.fam.cx>
47    
48 wakaba 1.139 * HTML.pm: Support for |area| |alt=""| validation (HTML5
49     revision 1932).
50    
51 wakaba 1.135 2008-09-21 Wakaba <wakaba@suika.fam.cx>
52    
53 wakaba 1.138 * HTML.pm: Support for |form=""| attributes.
54    
55     2008-09-21 Wakaba <wakaba@suika.fam.cx>
56    
57 wakaba 1.137 * HTML.pm: |id| attribute checkers for the |menu| and |map|
58     elements are removed; the |id| attribute of those elements is now
59     checked by the global |id| attribute.
60    
61     2008-09-21 Wakaba <wakaba@suika.fam.cx>
62    
63 wakaba 1.136 * HTML.pm: Support for |fieldset| |legend|.
64    
65     2008-09-21 Wakaba <wakaba@suika.fam.cx>
66    
67 wakaba 1.135 * HTML.pm: |form| element's |name| attribute is implemented.
68    
69 wakaba 1.132 2008-09-20 Wakaba <wakaba@suika.fam.cx>
70    
71 wakaba 1.134 * HTML.pm: U+000B is no longer part of space characters (HTML5
72     revision 1738).
73    
74     2008-09-20 Wakaba <wakaba@suika.fam.cx>
75    
76 wakaba 1.133 * HTML.pm, Atom.pm: Interactrive content implementation synced
77     with the spec (HTML5 revision 2018).
78    
79     2008-09-20 Wakaba <wakaba@suika.fam.cx>
80    
81 wakaba 1.132 * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
82     check.
83     ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
84     support.
85    
86 wakaba 1.131 2008-09-17 Wakaba <wakaba@suika.fam.cx>
87    
88     * HTML.pm: Support for style="" attributes.
89    
90 wakaba 1.129 2008-09-12 Wakaba <wakaba@suika.fam.cx>
91    
92 wakaba 1.130 * HTML.pm: Tentative support for |textarea| |oninput|
93     attribute.
94    
95     2008-09-12 Wakaba <wakaba@suika.fam.cx>
96    
97 wakaba 1.129 * HTML.pm: The WF2 |oninput| attribute was not added.
98     The WF2 |onforminput| and |onformchange| attributes were
99     not added, since they are not defined (although they ARE
100     mentioned) in the normative part of the WF2 spec.
101     Typo on the |oninvalid| attribute fixed.
102    
103 wakaba 1.128 2008-09-11 Wakaba <wakaba@suika.fam.cx>
104    
105     * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
106    
107 wakaba 1.127 2008-09-09 Wakaba <wakaba@suika.fam.cx>
108    
109     * HTML.pm: |a| is now transparent (HTML5 revision 1963).
110    
111 wakaba 1.126 2008-09-07 Wakaba <wakaba@suika.fam.cx>
112    
113     * HTML.pm: data-UPPERCASE attributes are no longer
114     allowed (HTML5 revision 1945).
115    
116 wakaba 1.125 2008-09-06 Wakaba <wakaba@suika.fam.cx>
117    
118     * HTML.pm: Support for form elements (HTML5 revisions
119     2142, 2148, 2150-2154).
120    
121     2008-09-05 Wakaba <wakaba@suika.fam.cx>
122    
123     * HTML.pm: RDFa spec status updated again.
124    
125 wakaba 1.123 2008-09-04 Wakaba <wakaba@suika.fam.cx>
126    
127 wakaba 1.124 * HTML.pm: RDFa spec status updated.
128    
129     2008-09-04 Wakaba <wakaba@suika.fam.cx>
130    
131 wakaba 1.123 * HTML.pm: WF2 content model, contexts, attributes/elements
132     status are updated. (HTML5 revision 2142-2152).
133    
134 wakaba 1.118 2008-08-31 Wakaba <wakaba@suika.fam.cx>
135    
136 wakaba 1.122 * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
137     1863).
138    
139     2008-08-31 Wakaba <wakaba@suika.fam.cx>
140    
141     * HTML.pm: Uppercase attribute names for embed elements
142     are disallowed (HTML5 revision 1946).
143    
144     2008-08-31 Wakaba <wakaba@suika.fam.cx>
145    
146 wakaba 1.121 * HTML.pm: |embed| custom attributes and |data-*| attributes
147     must be XML compatible (HTML5 revision 1836).
148    
149     2008-08-31 Wakaba <wakaba@suika.fam.cx>
150    
151     * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
152     revision 1834).
153    
154     2008-08-31 Wakaba <wakaba@suika.fam.cx>
155    
156 wakaba 1.120 * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
157     link elements (HTML5 revision 1942).
158    
159     2008-08-31 Wakaba <wakaba@suika.fam.cx>
160    
161 wakaba 1.119 * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
162     |irrelevant| renamed as |hidden| (HTML5 revision 2119).
163    
164     2008-08-31 Wakaba <wakaba@suika.fam.cx>
165    
166 wakaba 1.118 * HTML.pm: Element status updated.
167    
168     2008-08-31 Wakaba <wakaba@suika.fam.cx>
169    
170     * HTML.pm: <embed> without src="" is conforming (HTML5
171     revision 1929).
172    
173 wakaba 1.114 2008-08-30 Wakaba <wakaba@suika.fam.cx>
174    
175 wakaba 1.117 * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
176    
177     2008-08-30 Wakaba <wakaba@suika.fam.cx>
178    
179 wakaba 1.116 * HTML.pm: Use White_Space instead of Zs for date or time
180     string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that
181     misses a white space or "T" literal between day and hour)
182     not raise two errors.
183    
184     2008-08-30 Wakaba <wakaba@suika.fam.cx>
185    
186 wakaba 1.115 * HTML.pm: |xml:lang| attribute value must be same
187     as |lang| attribute value for HTML elements (HTML5 revision 2062
188     and so on). |lang| attribute in XML document is no longer
189     disallowed (HTML5 revision 2062). |xml:lang| is allowed
190     in HTML document (HTML5 revision 2062 and so on).
191    
192     2008-08-30 Wakaba <wakaba@suika.fam.cx>
193    
194 wakaba 1.114 * Atom.pm: s/element missing/child element missing/ for
195     consistency.
196    
197     * HTML.pm: Typos fixed.
198     (pre): "No significant content" error was unintentionally
199     disabled. s/element missing/child element missing/ for
200     consistency.
201    
202 wakaba 1.113 2008-08-29 Wakaba <wakaba@suika.fam.cx>
203    
204     * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
205    
206 wakaba 1.112 2008-08-17 Wakaba <wakaba@suika.fam.cx>
207    
208     * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
209    
210 wakaba 1.110 2008-08-16 Wakaba <wakaba@suika.fam.cx>
211    
212 wakaba 1.111 * HTML.pm: Subdocument texts for |style| and |script|
213     elements were not initialized.
214    
215     2008-08-16 Wakaba <wakaba@suika.fam.cx>
216    
217 wakaba 1.110 * HTML.pm, Atom.pm: Pass {level} object to language tag
218     and URL checkers.
219    
220 wakaba 1.108 2008-08-15 Wakaba <wakaba@suika.fam.cx>
221    
222 wakaba 1.109 * HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed.
223    
224     2008-08-15 Wakaba <wakaba@suika.fam.cx>
225    
226 wakaba 1.108 * Atom.pm, HTML.pm: All error reporting method calls are
227     revised.
228    
229 wakaba 1.107 2008-07-19 Wakaba <wakaba@suika.fam.cx>
230    
231     * HTML.pm: Support for class=idl WebIDL checking.
232    
233 wakaba 1.105 2008-06-08 Wakaba <wakaba@suika.fam.cx>
234    
235 wakaba 1.106 * HTML.pm: Support for |<map name="">| (HTML5 revisions
236     1722 and 1728).
237    
238     2008-06-08 Wakaba <wakaba@suika.fam.cx>
239    
240 wakaba 1.105 * HTML.pm: Support for ruby, rt, and rp elements (HTML5
241     revision 1704). The |href| attribute is also extended
242     as a common attribute by RDFa Last Call Working Draft.
243    
244 wakaba 1.104 2008-06-01 Wakaba <wakaba@suika.fam.cx>
245    
246     * HTML.pm: Make data="" invalid (HTML5 revision 1709).
247    
248 wakaba 1.101 2008-05-25 Wakaba <wakaba@suika.fam.cx>
249    
250 wakaba 1.103 * HTML.pm: Support for sizes="" (HTML5 revision 1558).
251    
252     2008-05-25 Wakaba <wakaba@suika.fam.cx>
253    
254 wakaba 1.102 * HTML.pm: |select| or |datalist| as a first child of |datagrid|
255     is now disallowed (HTML5 revision 1566). |datagrid| elements
256     may be empty.
257    
258     2008-05-25 Wakaba <wakaba@suika.fam.cx>
259    
260 wakaba 1.101 * HTML.pm: The |param| element is in LC phase now.
261    
262 wakaba 1.100 2008-05-24 Wakaba <wakaba@suika.fam.cx>
263    
264     * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
265     sandbox="" (HTML5 revision 1643).
266    
267     2008-05-24 Wakaba <wakaba@suika.fam.cx>
268    
269     * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
270     revision 1659).
271    
272 wakaba 1.98 2008-05-16 Wakaba <wakaba@suika.fam.cx>
273    
274 wakaba 1.99 * HTML.pm: Fact out generic charset name checking code
275     to $HTMLCharsetChecker. Support for charset="" attributes
276     on <a>, <link>, and <script> elements.
277    
278     2008-05-16 Wakaba <wakaba@suika.fam.cx>
279    
280 wakaba 1.98 * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
281     one "." characters were allowed in a floating point number
282     incorrectly.
283     (source): Support for the pixelratio="" attribute (HTML5 revision
284     1629).
285    
286 wakaba 1.96 2008-05-10 Wakaba <wakaba@suika.fam.cx>
287    
288 wakaba 1.97 * HTML.pm: Yay, |canvas| got the final status!
289    
290     2008-05-10 Wakaba <wakaba@suika.fam.cx>
291    
292 wakaba 1.96 * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
293     letters (HTML5 revision 1572).
294    
295 wakaba 1.95 2008-05-06 Wakaba <wakaba@suika.fam.cx>
296    
297     * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
298     table object. Return the table object, not table element.
299     The |headers=""| checker for |td| elements are now noop.
300     Set the status of |headers=""| attribute as HTML5's one.
301    
302 wakaba 1.91 2008-05-05 Wakaba <wakaba@suika.fam.cx>
303    
304 wakaba 1.94 * HTML.pm ($HTMLLengthAttrChecker): New.
305     (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
306     (script/@langauge): Implemented.
307    
308     2008-05-05 Wakaba <wakaba@suika.fam.cx>
309    
310 wakaba 1.93 * HTML.pm: Make duplicate http-equiv="" non-conforming.
311     Check meta refresh content="".
312    
313     2008-05-05 Wakaba <wakaba@suika.fam.cx>
314    
315 wakaba 1.92 * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
316     no longer content model error (they might be raise
317     table model error, however). All table model error
318     parameters should propagate.
319    
320     2008-05-05 Wakaba <wakaba@suika.fam.cx>
321    
322 wakaba 1.91 * HTML.pm: Raise an error if a repeat* global attrbute
323     is used for an HTML element.
324    
325 wakaba 1.87 2008-05-03 Wakaba <wakaba@suika.fam.cx>
326    
327 wakaba 1.90 * HTML.pm: Support for global attributes. Status
328     for XHTML2 elements/attributes are added.
329    
330     2008-05-03 Wakaba <wakaba@suika.fam.cx>
331    
332 wakaba 1.89 * HTML.pm: Support for |repeat-start=""| attribute.
333    
334     2008-05-03 Wakaba <wakaba@suika.fam.cx>
335    
336 wakaba 1.88 * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
337     |repeat-min=""|, and |repeat-max=""| attributes.
338     Support for |button| |type| values |add|, |remove|, |move-up|,
339     and |move-down|.
340    
341     2008-05-03 Wakaba <wakaba@suika.fam.cx>
342    
343 wakaba 1.87 * HTML.pm: Support for |template=""|, |ref=""|, and
344     |registrationmark=""| attributes.
345    
346 wakaba 1.84 2008-04-29 Wakaba <wakaba@suika.fam.cx>
347    
348 wakaba 1.86 * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
349     1511).
350    
351     2008-04-29 Wakaba <wakaba@suika.fam.cx>
352    
353 wakaba 1.85 * HTML.pm: Support for |onstorage| attribute is added (HTML5
354     revision 1495). Defined terms no longer have to be unique (HTML5
355     revision 1467).
356    
357     2008-04-29 Wakaba <wakaba@suika.fam.cx>
358    
359 wakaba 1.84 * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
360 wakaba 1.85 ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
361     revision 1471) and an empty string is no longer allowed (HTML5
362     revision 1470).
363 wakaba 1.84 (object/@name, iframe/@name): Added (HTML5 revision 1470).
364    
365 wakaba 1.83 2008-04-13 Wakaba <wakaba@suika.fam.cx>
366    
367     * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
368     revision 1426).
369    
370 wakaba 1.82 2008-04-12 Wakaba <wakaba@suika.fam.cx>
371    
372     * HTML.pm: Support for HTML custom data attributes (HTML5
373     revision 1399).
374    
375 wakaba 1.81 2008-03-28 Wakaba <wakaba@suika.fam.cx>
376    
377     * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
378    
379     2008-03-23 Wakaba <wakaba@suika.fam.cx>
380    
381     * HTML.pm: @datetime microsyntax is in the First Draft phase.
382    
383 wakaba 1.75 2008-03-22 Wakaba <wakaba@suika.fam.cx>
384    
385 wakaba 1.80 * HTML.pm: link/@rev and a/@rev are implemented.
386    
387     2008-03-22 Wakaba <wakaba@suika.fam.cx>
388    
389 wakaba 1.79 * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
390     img/@vspace, img/@longdesc, object/@align, object/@archive,
391     object/@border, object/@classid, object/@codebase,
392     object/@codetype, object/@declare, object/@hspace,
393     object/@standby, object/@vspace, param/@valuetype,
394     param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
395     and %cellvalign/@valign are implemented.
396    
397     2008-03-22 Wakaba <wakaba@suika.fam.cx>
398    
399 wakaba 1.78 * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
400     th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
401     th/@nowrap, caption/@align , table/@frame, table/@rules,
402     table/@summary, and table/@width are implemented.
403    
404     2008-03-22 Wakaba <wakaba@suika.fam.cx>
405    
406 wakaba 1.77 * HTML.pm: body/@alink, body/@background, body/@bgcolor,
407     body/@link, body/@text, body/@vlink, hn/@align, p/@align,
408     br/@clear, pre/@width, ol/@compact, ul/@compact,
409     dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
410    
411     2008-03-22 Wakaba <wakaba@suika.fam.cx>
412    
413 wakaba 1.76 * HTML.pm: Typo fixed. html/@version implemented (as do-nothing
414     checker). head/@profile implemented. meta/@scheme implemented (as
415     do-nothing checker).
416    
417     2008-03-22 Wakaba <wakaba@suika.fam.cx>
418    
419 wakaba 1.75 * HTML.pm: Add URIs to the list of URIs to be returned
420     by the checker method. |accesskey| attribute is implemented.
421    
422 wakaba 1.66 2008-03-20 Wakaba <wakaba@suika.fam.cx>
423    
424 wakaba 1.74 * Atom.pm: Don't raise an error even if there is
425     no |atom:summary| element child in the |atom:entry|
426     element when the |type| attribute of the |atom:content|
427     element is set to |html|, |xhtml|, or |text|.
428     The |atom:rights| elements were implemented
429     as Date construct (!?).
430     Typo in code for |rel=alternate| are fixed.
431    
432     2008-03-20 Wakaba <wakaba@suika.fam.cx>
433    
434 wakaba 1.73 * Atom.pm: Support for |thr:total| element.
435     Add notes on additional Atom namespaces.
436    
437     2008-03-20 Wakaba <wakaba@suika.fam.cx>
438    
439 wakaba 1.72 * Atom.pm: Support for |thr:in-reply-to| element.
440    
441     2008-03-20 Wakaba <wakaba@suika.fam.cx>
442    
443 wakaba 1.71 * Atom.pm: Raise an error if required |atom:summary|
444     element is missing from an |atom:entry| element.
445    
446     2008-03-20 Wakaba <wakaba@suika.fam.cx>
447    
448 wakaba 1.70 * Atom.pm: Support for |<* type=html>| in Text construct.
449    
450     2008-03-20 Wakaba <wakaba@suika.fam.cx>
451    
452 wakaba 1.69 * Atom.pm: Bug fix for validation of |feed| on |author| child.
453    
454     2008-03-20 Wakaba <wakaba@suika.fam.cx>
455    
456 wakaba 1.68 * Atom.pm: Support for |<content type=html>| content
457     checking.
458    
459     2008-03-20 Wakaba <wakaba@suika.fam.cx>
460    
461 wakaba 1.67 * Atom.pm: Support for |author| for |feed| checking.
462    
463     2008-03-20 Wakaba <wakaba@suika.fam.cx>
464    
465 wakaba 1.66 * Atom.pm: Support for |author| for |entry| checking.
466    
467 wakaba 1.65 2008-03-17 Wakaba <wakaba@suika.fam.cx>
468    
469     * HTML.pm: Some attribute level definitions were missing.
470    
471 wakaba 1.62 2008-03-09 Wakaba <wakaba@suika.fam.cx>
472    
473 wakaba 1.64 * HTML.pm: |dir|, |center|, and |basefont| are implemented.
474    
475     2008-03-09 Wakaba <wakaba@suika.fam.cx>
476    
477 wakaba 1.63 * HTML.pm: |contenteditable| attribute support is now implemented.
478    
479     2008-03-09 Wakaba <wakaba@suika.fam.cx>
480    
481 wakaba 1.62 * HTML.pm: Known but not-implemented-yet attributes were not
482     warned.
483    
484 wakaba 1.59 2008-03-02 Wakaba <wakaba@suika.fam.cx>
485    
486 wakaba 1.61 * HTML.pm: Status information from old specifications
487     are incorporated.
488    
489     2008-03-02 Wakaba <wakaba@suika.fam.cx>
490    
491 wakaba 1.60 * Atom.pm: Reimplemented.
492    
493     2008-03-02 Wakaba <wakaba@suika.fam.cx>
494    
495 wakaba 1.59 * HTML.pm: |in_a_href| flag is not reset after the </a>.
496     Raise an error if |area| is not a descendant of |map|.
497    
498 wakaba 1.58 2008-03-01 Wakaba <wakaba@suika.fam.cx>
499    
500     * HTML.pm: Sectioning root category added. |blockquote|
501     is no longer a sectioning content.
502    
503 wakaba 1.53 2008-02-26 Wakaba <wakaba@suika.fam.cx>
504    
505 wakaba 1.57 * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
506     revision 1250).
507    
508     2008-02-26 Wakaba <wakaba@suika.fam.cx>
509    
510 wakaba 1.56 * HTML.pm: First version of Web Forms 2.0 support (its weired,
511     since the spec itself is frankensteinesque:-); note that though
512     it is weired spec from the today's viewpoint, it is still
513     better-written spec than any W3C (Candidate or Proposed or full)
514     Recommendation, sadly.
515    
516     2008-02-26 Wakaba <wakaba@suika.fam.cx>
517    
518 wakaba 1.55 * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
519     from XHTML M12N 1.0 are reflected in |status| field.
520    
521     2008-02-26 Wakaba <wakaba@suika.fam.cx>
522    
523 wakaba 1.54 * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
524     Don't raise "not defined" errors; they are now raised according
525     to status flags. Status flags of li/@value, ol/@start, and menu
526     are now non-deprecated, to avoid deprecated error message.
527     area/@hreftype typo fixed. |isindex| SHOULD NOT be used
528     according to HTML4.
529    
530     2008-02-26 Wakaba <wakaba@suika.fam.cx>
531    
532 wakaba 1.53 * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
533     Add |reversed| to |ol| (HTML5 revision 1248).
534    
535 wakaba 1.45 2008-02-24 Wakaba <wakaba@suika.fam.cx>
536    
537 wakaba 1.52 * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
538    
539     2008-02-24 Wakaba <wakaba@suika.fam.cx>
540    
541 wakaba 1.51 * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
542     Raise not-part-of-HTML5 error for |acronym|.
543    
544     2008-02-24 Wakaba <wakaba@suika.fam.cx>
545    
546 wakaba 1.50 * HTML.pm: HTML5 attribute status added.
547    
548     2008-02-24 Wakaba <wakaba@suika.fam.cx>
549    
550 wakaba 1.49 * HTML.pm: Standardized status for attributes are added (HTML5
551     info are not added yet). Make element or attribute not defined
552     by HTML5 spec as a conformance error (though it is not clearly
553     defined by HTML5 spec as non-conforming). Note that more work
554     is needed for non-standard attribute thing, since the current
555     implementation prevents non-standard attribute from being
556     syntactically checked (otherwise it is treated as if a
557     standard attribute).
558    
559     2008-02-24 Wakaba <wakaba@suika.fam.cx>
560    
561 wakaba 1.48 * HTML.pm: Standardized status attributes are added.
562    
563     2008-02-24 Wakaba <wakaba@suika.fam.cx>
564    
565 wakaba 1.47 * HTML.pm: Invalid |meta| in |noscript| should be erred
566     as usual.
567    
568     2008-02-24 Wakaba <wakaba@suika.fam.cx>
569    
570 wakaba 1.46 * HTML.pm: Updated for |del|-and-significant problem.
571    
572     2008-02-24 Wakaba <wakaba@suika.fam.cx>
573    
574 wakaba 1.45 * HTML.pm (datagrid): Condition was incorrect.
575    
576 wakaba 1.41 2008-02-23 Wakaba <wakaba@suika.fam.cx>
577    
578 wakaba 1.44 * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
579     change state when a transparent element is encountered.
580     (details check): Reimplemented.
581    
582     2008-02-23 Wakaba <wakaba@suika.fam.cx>
583    
584 wakaba 1.43 * HTML.pm (object check_end): Don't check significant content
585     if the element is used as a transparent element.
586     (video check): Reimplemented.
587    
588     2008-02-23 Wakaba <wakaba@suika.fam.cx>
589    
590 wakaba 1.42 * HTML.pm: |figure| content checker reimplemented. |object|
591     content checker for root element case reimplemented.
592    
593     2008-02-23 Wakaba <wakaba@suika.fam.cx>
594    
595 wakaba 1.41 * HTML.pm: Revised.
596    
597 wakaba 1.38 2008-02-18 Wakaba <wakaba@suika.fam.cx>
598    
599 wakaba 1.40 * HTML.pm (object): Implemented (with some bug on transparentness
600     handling).
601    
602     2008-02-18 Wakaba <wakaba@suika.fam.cx>
603    
604 wakaba 1.39 * HTML.pm: s/m/mark/g (HTML5 revision 1232).
605    
606     2008-02-18 Wakaba <wakaba@suika.fam.cx>
607    
608 wakaba 1.38 * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
609     the conformance checker cannot examine the semantics of the
610     image).
611    
612 wakaba 1.31 2008-02-17 Wakaba <wakaba@suika.fam.cx>
613    
614 wakaba 1.37 * HTML.pm: Useless old stuff are removed. |datagrid|
615     was missing from |$HTMLInteractiveContent|.
616     (a): Use new |$HTMLInteractiveContent| in place
617     of |$HTMLIntetractiveElements|.
618     (caption): Use new |$HTMLPhrasingContentChecker| in place
619     of |$HTMLStrictlyInlineChecker|.
620    
621     2008-02-17 Wakaba <wakaba@suika.fam.cx>
622    
623 wakaba 1.36 * HTML.pm (figure): Implemented.
624     (video, audio): In no-parent-element case with |src| attribute,
625     the content model is now prose content.
626    
627     2008-02-17 Wakaba <wakaba@suika.fam.cx>
628    
629 wakaba 1.35 * HTML.pm (noscript): Reimplemented.
630    
631     2008-02-17 Wakaba <wakaba@suika.fam.cx>
632    
633 wakaba 1.34 * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
634     1180).
635    
636     2008-02-17 Wakaba <wakaba@suika.fam.cx>
637    
638 wakaba 1.33 * HTML.pm (th): |th| now requires phrasing content. |div|
639     now requires prose content.
640    
641     2008-02-17 Wakaba <wakaba@suika.fam.cx>
642    
643 wakaba 1.32 * HTML.pm: Error messages revised.
644    
645     2008-02-17 Wakaba <wakaba@suika.fam.cx>
646    
647 wakaba 1.31 * HTML.pm: Most part of December 2007 Content Model is implemented.
648    
649 wakaba 1.30 2008-02-10 Wakaba <wakaba@suika.fam.cx>
650    
651     * HTML.pm (<style>): CSS validation code removed; instead,
652     it does invoke subdoc callback to ask to the callee to validate
653     the style sheet separately.
654    
655 wakaba 1.29 2008-02-09 Wakaba <wakaba@suika.fam.cx>
656    
657     * HTML.pm (<style>): Initial version of CSS validation support.
658    
659 wakaba 1.26 2007-11-25 Wakaba <wakaba@suika.fam.cx>
660    
661 wakaba 1.28 * HTML.pm ($HTMLSignificantContentErrors): New.
662    
663     2007-11-25 Wakaba <wakaba@suika.fam.cx>
664    
665 wakaba 1.27 * HTML.pm: Support for checking for significant content (HTML5
666     revision 1114). Note that the current implementation has
667     an issue on treatment for transparent or semi-transparent
668     elements.
669    
670     * Atom.pm: Support for significant content checking (for composed
671     HTML-Atom documents).
672    
673     2007-11-25 Wakaba <wakaba@suika.fam.cx>
674    
675 wakaba 1.26 * HTML.pm (header): Descendant constraint is redefined by
676     new todo item type |descendant|.
677    
678 wakaba 1.25 2007-11-24 Wakaba <wakaba@suika.fam.cx>
679    
680     * HTML.pm (nest/@filter, rule/@condition): Implemented.
681     (nest/@mode): Definition was wrong.
682     ($HTMLSelectorsAttrChecker): New.
683    
684 wakaba 1.23 2007-11-23 Wakaba <wakaba@suika.fam.cx>
685    
686 wakaba 1.24 * HTML.pm (meta): Character references in |charset| attribute
687     values are now erred.
688    
689     2007-11-23 Wakaba <wakaba@suika.fam.cx>
690    
691 wakaba 1.23 * HTML.pm (meta): |charset| value tests implemented.
692    
693 wakaba 1.22 2007-11-11 Wakaba <wakaba@suika.fam.cx>
694    
695     * HTML.pm: Raise bad-context error for proposed link types.
696    
697 wakaba 1.20 2007-11-07 Wakaba <wakaba@suika.fam.cx>
698    
699 wakaba 1.21 * HTML.pm: Specialized error for old charset syntax.
700    
701     2007-11-07 Wakaba <wakaba@suika.fam.cx>
702    
703 wakaba 1.20 * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
704    
705 wakaba 1.16 2007-11-04 Wakaba <wakaba@suika.fam.cx>
706    
707 wakaba 1.19 * HTML.pm: Allow <html manifest=URI>.
708    
709     2007-11-04 Wakaba <wakaba@suika.fam.cx>
710    
711 wakaba 1.18 * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
712     revision 1115).
713    
714     2007-11-04 Wakaba <wakaba@suika.fam.cx>
715    
716 wakaba 1.17 * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
717     revision 1115).
718    
719     2007-11-04 Wakaba <wakaba@suika.fam.cx>
720    
721 wakaba 1.16 * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
722    
723 wakaba 1.15 2007-10-26 Wakaba <wakaba@suika.fam.cx>
724    
725     * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
726    
727 wakaba 1.14 2007-10-23 Wakaba <wakaba@suika.fam.cx>
728    
729     * HTML.pm: Make <script async defer> conforming (HTML5
730     revision 1085).
731    
732 wakaba 1.13 2007-10-14 Wakaba <wakaba@suika.fam.cx>
733    
734     * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
735     and |html:rule| elements.
736    
737 wakaba 1.11 2007-09-24 Wakaba <wakaba@suika.fam.cx>
738    
739 wakaba 1.12 * Atom.pm (atom:link@title): Definition was missing.
740    
741     2007-09-24 Wakaba <wakaba@suika.fam.cx>
742    
743 wakaba 1.11 * Atom.pm (hreflang): Checker is implemented.
744     (AtomDateConstruct): Checking for content is implemented.
745    
746 wakaba 1.10 2007-09-09 Wakaba <wakaba@suika.fam.cx>
747    
748     * HTML.pm: Support for language tag validation.
749    
750 wakaba 1.9 2007-08-25 Wakaba <wakaba@suika.fam.cx>
751    
752     * HTML.pm (head, noscript): Treatement for invalid |meta|
753     elenments are changed as per HTML5 revision 1018.
754    
755 wakaba 1.7 2007-08-17 Wakaba <wakaba@suika.fam.cx>
756    
757 wakaba 1.8 * HTML.pm: Raise new errors if |base| is following
758     URI attributes or hyperlink attributes.
759    
760     2007-08-17 Wakaba <wakaba@suika.fam.cx>
761    
762 wakaba 1.7 * HTML.pm: Support for |noscript| in |head|. Make an
763     error for |noscript| in XML document.
764    
765 wakaba 1.6 2007-08-08 Wakaba <wakaba@suika.fam.cx>
766    
767     * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
768     value are changed for the ease of error message catalog
769     lookup.
770    
771 wakaba 1.3 2007-08-05 Wakaba <wakaba@suika.fam.cx>
772    
773 wakaba 1.5 * Atom.pm: |link|-related checks are added; |type|
774     media type checks are added. |hreflang| now warns
775     as unimplemented.
776    
777     2007-08-05 Wakaba <wakaba@suika.fam.cx>
778    
779 wakaba 1.4 * Atom.pm: Checker for all elements are defined (with
780     a number of "TODO"s).
781    
782     2007-08-05 Wakaba <wakaba@suika.fam.cx>
783    
784 wakaba 1.3 * Atom.pm: New Perl module.
785    
786 wakaba 1.2 2007-08-04 Wakaba <wakaba@suika.fam.cx>
787    
788     * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
789    
790     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24