/[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.77 by wakaba, Sat Mar 22 06:52:56 2008 UTC revision 1.207 by wakaba, Sun Aug 23 07:06:56 2009 UTC
# Line 1  Line 1 
1    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Now |menu| element is a normal flow content (HTML5
4            revision 2416).
5    
6    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Revised and marked as dropped the |pixelratio|
9            attribute of the |source| element (HTML5 revision 2406 and HTML5
10            revision 2493).
11    
12    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm: Discourage use of the |autoplay| attribute (HTML5
15            revision 3344).
16    
17    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm: Implemented <meta http-equiv=content-language> (see
20            <http://manakai.g.hatena.ne.jp/task/4/110>).
21    
22    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: Implemented floating point number in sceientific
25            notation.
26    
27    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: Disallow interactive content in |button| element (HTML5
30            revision 2392).  Marked |img| and |object| (with |usemap|
31            attribute) elements, |iframe| element, and |embed| element as
32            interactive content (HTML5 revision 2455, HTML5 revision 3162,
33            HTML5 revision 3338).
34    
35    2009-08-23  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: Revised the syntax of the |time| element and its
38            |datetime| attribute to sync with the latest spec definition.
39    
40    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Allow white space characters arround tokens in |accept|
43            attribute value of |input| elements (HTML5 revision 2759).
44    
45    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: Renamed form submission attributes on |button| element
48            to new names beginning by |form| (HTML5 revision 2890).
49    
50    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Renamed form submission attributes on |input| element
53            to new names beginning by |form| (HTML5 revision 2890).
54    
55    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm: The |datagrid| element has been commented out in the
58            spec (HTML5 revision 2962, HTML5 revision 3555).
59    
60    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm: Changed |map| element content model to transparent
63            content model (HTML5 revision 3009).
64    
65    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm: Reimplemented |header| and |hgroup| elements (HTML5
68            revision 3039 and HTML revision 3040).
69    
70    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm: Implemented the |keygen| element (HTML5 revision 2960).
73    
74    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm: Implemented |<input type=tel>| (HTML5 revision 3054).
77    
78    2009-08-22  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm: Allows |<label for=a><input id=a></label>| (HTML5
81            revision 2614).
82    
83    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm: defer="" w/o src="" is no longer allowed (HTML5
86            revision 3550).
87    
88    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm: The |bb| element has been dropped from the spec (HTML5
91            revision 3621).
92    
93    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: Implemented |cite| attributes on |section| and
96            |article| elements as dropped attributes (HTML5 revision 3069 and
97            HTML5 revision 3627).
98    
99    2009-08-01  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm: Implemented |body| and |frameset| event handler content
102            attributes (cf. HTML5 revision 2685).
103    
104    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: Updated element and attribute status.
107    
108    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm: Added onpopstate="" attribute to body element (HTML5
111            revision 2686).
112    
113    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm: Added autocomplete="" attribute to form element (HTML5
116            revision 2798).
117    
118    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm: Added spellcheck="" attribute (HTML5 revision 2801).
121    
122    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: Added autobuffer="" attribute (HTML5 revision 2855).
125    
126    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm: Allow <meta charset=utf-8> in XML documents (HTML5
129            revision 2859).
130    
131    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm: Disallow |figure|-grandchild |caption| element when
134            |table| is the only child of |figure| element (HTML5 revision
135            2863).
136    
137    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm: The |eventsource| element and the |onmessage| attribute
140            have been dropped (HTML5 revision 2870).
141    
142    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Added support for |textarea| element's |placeholder|
145            attribute (HTML5 revision 2921).
146    
147    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm: Implemented dimenstion attributes (|width| and
150            |height|; cf. HTML5 revision 2943).
151    
152    2009-07-06  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm: Disallow |header| in |footer| or |address| (HTML5
155            revision 3051).
156    
157    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm: Allow |accesskey| on all elements (HTML5 revision
160            3065).
161    
162    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
163    
164            * HTML.pm: Disallow |default| attribute of the |command| element
165            for now (HTML5 revision 3067).
166    
167    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
168    
169            * HTML.pm: Implemented |pubdate| attribute on the |article|
170            element (HTML5 revision 3116).
171    
172    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm: |datagrid| now allows any flow content (HTML5 revision
175            3164).
176    
177    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
178    
179            * HTML.pm: |rp| now takes normali phrasing content (HTML5 revision
180            3217).
181    
182    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pm: |ondataunavailable| has been removed (HTML5 revision
185            3252).
186    
187    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm: Block-level contents in |figure|'s |legend| and
190            |caption| are now allowed (HTML5 revision 3329).
191    
192    2008-12-15  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm ($HTMLDatetimeAttrChecker): Removed.
195            ($GetDateTimeAttrChecker): Added.
196            ($GetHTMLFloatingPointNumberAttrChecker): Set |number_value| for
197            later use.
198            (ins/@datetime, del/@datetime): Changed to use newer definitin of
199            "global date and time string".
200            (input's date- and time-related, and type=number and type=range
201            control types): Implemented value="", min="", and max="".
202    
203    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML.pm: Implemented <object form> and <legend form>.
206    
207    2008-12-13  Wakaba  <wakaba@suika.fam.cx>
208    
209            * HTML.pm: Updated definitions for attributes for form submission
210            on |form| and submit buttons (action="", method="", enctype="",
211            target="", and novalidate="").
212    
213    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
214    
215            * HTML.pm: Added checking for the uniqueness of |autofocus=""|
216            attribute.  Implemented |name=""| attribute for form controls.
217            Added U+000C into character class of space characters (it should
218            have been, but was not in some of regular expressions).  Updated
219            definitions for |output| elements.
220            
221    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
222    
223            * HTML.pm: Updated definitions for |datalist|, |optgroup|,
224            |option|, and |textarea| elements.
225    
226    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
227    
228            * HTML.pm: Updated definitions for |select|.
229    
230    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm: Updated definitions for |button|.
233    
234    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
235    
236            * HTML.pm: Implemented <input accept> and <form accept>.  Raise a
237            SHOULD-level error if @pattern but no @title.
238    
239    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML.pm: Added support for |pattern| attributes.
242    
243    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
244    
245            * HTML.pm: Implemented <input type=file multiple> and <input
246            placeholder>.
247    
248    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
249    
250            * HTML.pm: Implemented <input list>.
251    
252    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm: Implemented <input type=color>.
255    
256    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm: Implemented <input multiple>, <input type=search>.
259            Implemented <input value> validation for |type|s |text|, |search|,
260            |email|, |url|, and |password|.
261    
262    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
263    
264            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
265            use attributes not supported by NanoDOM.
266    
267    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
268    
269            * HTML.pm: HTML5 spec status updated, except for
270            datatemplate-related features, once again.  Status for RDFa and
271            XHTML Basic 1.1 updated.
272    
273    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
274    
275            * HTML.pm: HTML5 spec status updated, except for
276            datatemplate-related features.
277    
278    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
279    
280            * HTML.pm: Quoted-strings in media type specifications were not
281            properly decoded.  Fixed support for <li value> with non-<ol>
282            parent (or with no parent).
283    
284    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
285    
286            * HTML.pm: <input usemap> support.
287    
288    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
289    
290            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
291            support fixed.  <input align> support.  Tentative support for
292            <input inputmode>.  Support for <input replace>.  Status of
293            <button template> fixed.
294    
295    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
296    
297            * HTML.pm: Place checkers for obsolete attributes appropriately.
298    
299    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
300    
301            * HTML.pm: <input step> implemented.
302    
303    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
304    
305            * HTML.pm: The checker code for the Password state merged with the
306            code for the Text state.  The |maxlength| attribute checker
307            implemented.  The |size| attribute whose value is zero is not
308            allowed.
309    
310    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
311    
312            * HTML.pm: Support for |required| attribute of the |input|
313            element.
314    
315    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
316    
317            * HTML.pm: Don't use |get_attribute|, for compatibility with
318            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
319            attributes of the |input| element.
320    
321    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
322    
323            * HTML.pm: Checks of attribute applicablity for remaining <input
324            type> states are implemented.  Some <input type>-dependent
325            attribute checkers implemented.
326    
327    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
328    
329            * HTML.pm: <input type=text>, <input type=email>, <input
330            type=url>, <input type=password>, and <input type=datetime>
331            checkes are implemented.
332    
333    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
334    
335            * HTML.pm: <input type=hidden> checkes implemented.
336    
337    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
338    
339            * HTML.pm: <input type> definition updated according to HTML5
340            definition.  Prepares for tests against <input type> states.
341    
342    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
343    
344            * HTML.pm: |input|'s |check_attrs| method is expanded to support
345            varying requirements for various states of the element.
346    
347    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
348    
349            * HTML.pm: <label> content conformance checking implemented.
350    
351    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
352    
353            * HTML.pm: Support for |for=""| validation.
354    
355    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
356    
357            * HTML.pm: Support for |area| |alt=""| validation (HTML5
358            revision 1932).
359    
360    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
361    
362            * HTML.pm: Support for |form=""| attributes.
363    
364    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
365    
366            * HTML.pm: |id| attribute checkers for the |menu| and |map|
367            elements are removed; the |id| attribute of those elements is now
368            checked by the global |id| attribute.
369    
370    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
371    
372            * HTML.pm: Support for |fieldset| |legend|.
373    
374    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
375    
376            * HTML.pm: |form| element's |name| attribute is implemented.
377    
378    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
379    
380            * HTML.pm: U+000B is no longer part of space characters (HTML5
381            revision 1738).
382    
383    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
384    
385            * HTML.pm, Atom.pm: Interactrive content implementation synced
386            with the spec (HTML5 revision 2018).
387    
388    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
389    
390            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
391            check.
392            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
393            support.
394    
395    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
396    
397            * HTML.pm: Support for style="" attributes.
398    
399    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
400    
401            * HTML.pm: Tentative support for |textarea| |oninput|
402            attribute.
403    
404    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
405    
406            * HTML.pm: The WF2 |oninput| attribute was not added.
407            The WF2 |onforminput| and |onformchange| attributes were
408            not added, since they are not defined (although they ARE
409            mentioned) in the normative part of the WF2 spec.  
410            Typo on the |oninvalid| attribute fixed.
411    
412    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
413    
414            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
415    
416    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
417    
418            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
419    
420    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
421    
422            * HTML.pm: data-UPPERCASE attributes are no longer
423            allowed (HTML5 revision 1945).
424    
425    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
426    
427            * HTML.pm: Support for form elements (HTML5 revisions
428            2142, 2148, 2150-2154).
429    
430    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
431    
432            * HTML.pm: RDFa spec status updated again.
433    
434    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
435    
436            * HTML.pm: RDFa spec status updated.
437    
438    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
439    
440            * HTML.pm: WF2 content model, contexts, attributes/elements
441            status are updated. (HTML5 revision 2142-2152).
442    
443    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
444    
445            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
446            1863).
447    
448    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
449    
450            * HTML.pm: Uppercase attribute names for embed elements
451            are disallowed (HTML5 revision 1946).
452    
453    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
454    
455            * HTML.pm: |embed| custom attributes and |data-*| attributes
456            must be XML compatible (HTML5 revision 1836).
457    
458    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
459    
460            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
461            revision 1834).
462    
463    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
464    
465            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
466            link elements (HTML5 revision 1942).
467    
468    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
469    
470            * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
471            |irrelevant| renamed as |hidden| (HTML5 revision 2119).
472    
473    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
474    
475            * HTML.pm: Element status updated.
476    
477    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
478    
479            * HTML.pm: <embed> without src="" is conforming (HTML5
480            revision 1929).
481    
482    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
483    
484            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
485    
486    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
487    
488            * HTML.pm: Use White_Space instead of Zs for date or time
489            string in content (HTML5 revision 2094).  Make "YYYY-MM-DDHH:MM" (that
490            misses a white space or "T" literal between day and hour)
491            not raise two errors.
492    
493    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
494    
495            * HTML.pm: |xml:lang| attribute value must be same
496            as |lang| attribute value for HTML elements (HTML5 revision 2062
497            and so on).  |lang| attribute in XML document is no longer
498            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
499            in HTML document (HTML5 revision 2062 and so on).
500    
501    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
502    
503            * Atom.pm: s/element missing/child element missing/ for
504            consistency.
505    
506            * HTML.pm: Typos fixed.
507            (pre): "No significant content" error was unintentionally
508            disabled.  s/element missing/child element missing/ for
509            consistency.
510    
511    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
512    
513            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
514    
515    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
516    
517            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
518    
519    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
520    
521            * HTML.pm: Subdocument texts for |style| and |script|
522            elements were not initialized.
523    
524    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
525    
526            * HTML.pm, Atom.pm: Pass {level} object to language tag
527            and URL checkers.
528    
529    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
530    
531            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
532    
533    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
534    
535            * Atom.pm, HTML.pm: All error reporting method calls are
536            revised.
537    
538    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
539    
540            * HTML.pm: Support for class=idl WebIDL checking.
541    
542    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
543    
544            * HTML.pm: Support for |<map name="">| (HTML5 revisions
545            1722 and 1728).
546    
547    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
548    
549            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
550            revision 1704).  The |href| attribute is also extended
551            as a common attribute by RDFa Last Call Working Draft.
552    
553    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
554    
555            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
556    
557    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
558    
559            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
560    
561    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
562    
563            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
564            is now disallowed (HTML5 revision 1566).  |datagrid| elements
565            may be empty.
566    
567    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
568    
569            * HTML.pm: The |param| element is in LC phase now.
570    
571    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
572    
573            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
574            sandbox="" (HTML5 revision 1643).
575    
576    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
577    
578            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
579            revision 1659).
580    
581    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
582    
583            * HTML.pm: Fact out generic charset name checking code
584            to $HTMLCharsetChecker.  Support for charset="" attributes
585            on <a>, <link>, and <script> elements.
586    
587    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
588    
589            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
590            one "." characters were allowed in a floating point number
591            incorrectly.
592            (source): Support for the pixelratio="" attribute (HTML5 revision
593            1629).
594    
595    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
596    
597            * HTML.pm: Yay, |canvas| got the final status!
598    
599    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
600    
601            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
602            letters (HTML5 revision 1572).
603    
604    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
605    
606            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
607            table object.  Return the table object, not table element.
608            The |headers=""| checker for |td| elements are now noop.
609            Set the status of |headers=""| attribute as HTML5's one.
610    
611    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
612    
613            * HTML.pm ($HTMLLengthAttrChecker): New.
614            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
615            (script/@langauge): Implemented.
616    
617    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
618    
619            * HTML.pm: Make duplicate http-equiv="" non-conforming.
620            Check meta refresh content="".
621    
622    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
623    
624            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
625            no longer content model error (they might be raise
626            table model error, however).  All table model error
627            parameters should propagate.
628    
629    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
630    
631            * HTML.pm: Raise an error if a repeat* global attrbute
632            is used for an HTML element.
633    
634    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
635    
636            * HTML.pm: Support for global attributes.  Status
637            for XHTML2 elements/attributes are added.
638    
639    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
640    
641            * HTML.pm: Support for |repeat-start=""| attribute.
642    
643    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
644    
645            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
646            |repeat-min=""|, and |repeat-max=""| attributes.
647            Support for |button| |type| values |add|, |remove|, |move-up|,
648            and |move-down|.
649    
650    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
651    
652            * HTML.pm: Support for |template=""|, |ref=""|, and
653            |registrationmark=""| attributes.
654    
655    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
656    
657            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
658            1511).
659    
660    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
661    
662            * HTML.pm: Support for |onstorage| attribute is added (HTML5
663            revision 1495).  Defined terms no longer have to be unique (HTML5
664            revision 1467).
665    
666    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
667    
668            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
669            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
670            revision 1471) and an empty string is no longer allowed (HTML5
671            revision 1470).
672            (object/@name, iframe/@name): Added (HTML5 revision 1470).
673    
674    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
675    
676            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
677            revision 1426).
678    
679    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
680    
681            * HTML.pm: Support for HTML custom data attributes (HTML5
682            revision 1399).
683    
684    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
685    
686            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
687    
688    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
689    
690            * HTML.pm: @datetime microsyntax is in the First Draft phase.
691    
692    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
693    
694            * HTML.pm: link/@rev and a/@rev are implemented.
695    
696    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
697    
698            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
699            img/@vspace, img/@longdesc, object/@align, object/@archive,
700            object/@border, object/@classid, object/@codebase,
701            object/@codetype, object/@declare, object/@hspace,
702            object/@standby, object/@vspace, param/@valuetype,
703            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
704            and %cellvalign/@valign are implemented.
705    
706    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
707    
708            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
709            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
710            th/@nowrap, caption/@align , table/@frame, table/@rules,
711            table/@summary, and table/@width are implemented.
712    
713  2008-03-22  Wakaba  <wakaba@suika.fam.cx>  2008-03-22  Wakaba  <wakaba@suika.fam.cx>
714    
715          * HTML.pm: body/@alink, body/@background, body/@bgcolor,          * HTML.pm: body/@alink, body/@background, body/@bgcolor,

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.207

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24