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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.168

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24