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

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.212

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24