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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24