/[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.66 by wakaba, Thu Mar 20 05:59:55 2008 UTC revision 1.159 by wakaba, Sat Dec 6 11:54:07 2008 UTC
# Line 1  Line 1 
1    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Implemented <input type=color>.
4    
5    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm: Implemented <input multiple>, <input type=search>.
8            Implemented <input value> validation for |type|s |text|, |search|,
9            |email|, |url|, and |password|.
10    
11    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm: Use |Message::URL| for relative URL resolution.  Don't
14            use attributes not supported by NanoDOM.
15    
16    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm: HTML5 spec status updated, except for
19            datatemplate-related features, once again.  Status for RDFa and
20            XHTML Basic 1.1 updated.
21    
22    2008-10-27  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: HTML5 spec status updated, except for
25            datatemplate-related features.
26    
27    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: Quoted-strings in media type specifications were not
30            properly decoded.  Fixed support for <li value> with non-<ol>
31            parent (or with no parent).
32    
33    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm: <input usemap> support.
36    
37    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm: Mark <input inputmode> as dropped.  <input accesskey>
40            support fixed.  <input align> support.  Tentative support for
41            <input inputmode>.  Support for <input replace>.  Status of
42            <button template> fixed.
43    
44    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm: Place checkers for obsolete attributes appropriately.
47    
48    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm: <input step> implemented.
51    
52    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm: The checker code for the Password state merged with the
55            code for the Text state.  The |maxlength| attribute checker
56            implemented.  The |size| attribute whose value is zero is not
57            allowed.
58    
59    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm: Support for |required| attribute of the |input|
62            element.
63    
64    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm: Don't use |get_attribute|, for compatibility with
67            NanoDOM.  Support for |readonly|, |autocomplete|, and |size|
68            attributes of the |input| element.
69    
70    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm: Checks of attribute applicablity for remaining <input
73            type> states are implemented.  Some <input type>-dependent
74            attribute checkers implemented.
75    
76    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: <input type=text>, <input type=email>, <input
79            type=url>, <input type=password>, and <input type=datetime>
80            checkes are implemented.
81    
82    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm: <input type=hidden> checkes implemented.
85    
86    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: <input type> definition updated according to HTML5
89            definition.  Prepares for tests against <input type> states.
90    
91    2008-10-06  Wakaba  <wakaba@suika.fam.cx>
92    
93            * HTML.pm: |input|'s |check_attrs| method is expanded to support
94            varying requirements for various states of the element.
95    
96    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTML.pm: <label> content conformance checking implemented.
99    
100    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm: Support for |for=""| validation.
103    
104    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm: Support for |area| |alt=""| validation (HTML5
107            revision 1932).
108    
109    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm: Support for |form=""| attributes.
112    
113    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm: |id| attribute checkers for the |menu| and |map|
116            elements are removed; the |id| attribute of those elements is now
117            checked by the global |id| attribute.
118    
119    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: Support for |fieldset| |legend|.
122    
123    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm: |form| element's |name| attribute is implemented.
126    
127    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: U+000B is no longer part of space characters (HTML5
130            revision 1738).
131    
132    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm, Atom.pm: Interactrive content implementation synced
135            with the spec (HTML5 revision 2018).
136    
137    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
140            check.
141            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
142            support.
143    
144    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
145    
146            * HTML.pm: Support for style="" attributes.
147    
148    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: Tentative support for |textarea| |oninput|
151            attribute.
152    
153    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm: The WF2 |oninput| attribute was not added.
156            The WF2 |onforminput| and |onformchange| attributes were
157            not added, since they are not defined (although they ARE
158            mentioned) in the normative part of the WF2 spec.  
159            Typo on the |oninvalid| attribute fixed.
160    
161    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
164    
165    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
168    
169    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm: data-UPPERCASE attributes are no longer
172            allowed (HTML5 revision 1945).
173    
174    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm: Support for form elements (HTML5 revisions
177            2142, 2148, 2150-2154).
178    
179    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm: RDFa spec status updated again.
182    
183    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm: RDFa spec status updated.
186    
187    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm: WF2 content model, contexts, attributes/elements
190            status are updated. (HTML5 revision 2142-2152).
191    
192    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
195            1863).
196    
197    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm: Uppercase attribute names for embed elements
200            are disallowed (HTML5 revision 1946).
201    
202    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm: |embed| custom attributes and |data-*| attributes
205            must be XML compatible (HTML5 revision 1836).
206    
207    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
208    
209            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
210            revision 1834).
211    
212    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
215            link elements (HTML5 revision 1942).
216    
217    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
220            |irrelevant| renamed as |hidden| (HTML5 revision 2119).
221    
222    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
223    
224            * HTML.pm: Element status updated.
225    
226    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
227    
228            * HTML.pm: <embed> without src="" is conforming (HTML5
229            revision 1929).
230    
231    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
232    
233            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
234    
235    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
236    
237            * HTML.pm: Use White_Space instead of Zs for date or time
238            string in content (HTML5 revision 2094).  Make "YYYY-MM-DDHH:MM" (that
239            misses a white space or "T" literal between day and hour)
240            not raise two errors.
241    
242    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
243    
244            * HTML.pm: |xml:lang| attribute value must be same
245            as |lang| attribute value for HTML elements (HTML5 revision 2062
246            and so on).  |lang| attribute in XML document is no longer
247            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
248            in HTML document (HTML5 revision 2062 and so on).
249    
250    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
251    
252            * Atom.pm: s/element missing/child element missing/ for
253            consistency.
254    
255            * HTML.pm: Typos fixed.
256            (pre): "No significant content" error was unintentionally
257            disabled.  s/element missing/child element missing/ for
258            consistency.
259    
260    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
261    
262            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
263    
264    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
265    
266            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
267    
268    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML.pm: Subdocument texts for |style| and |script|
271            elements were not initialized.
272    
273    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
274    
275            * HTML.pm, Atom.pm: Pass {level} object to language tag
276            and URL checkers.
277    
278    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
279    
280            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
281    
282    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
283    
284            * Atom.pm, HTML.pm: All error reporting method calls are
285            revised.
286    
287    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm: Support for class=idl WebIDL checking.
290    
291    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
292    
293            * HTML.pm: Support for |<map name="">| (HTML5 revisions
294            1722 and 1728).
295    
296    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
297    
298            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
299            revision 1704).  The |href| attribute is also extended
300            as a common attribute by RDFa Last Call Working Draft.
301    
302    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
303    
304            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
305    
306    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
307    
308            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
309    
310    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
311    
312            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
313            is now disallowed (HTML5 revision 1566).  |datagrid| elements
314            may be empty.
315    
316    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
317    
318            * HTML.pm: The |param| element is in LC phase now.
319    
320    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
321    
322            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
323            sandbox="" (HTML5 revision 1643).
324    
325    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
326    
327            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
328            revision 1659).
329    
330    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
331    
332            * HTML.pm: Fact out generic charset name checking code
333            to $HTMLCharsetChecker.  Support for charset="" attributes
334            on <a>, <link>, and <script> elements.
335    
336    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
337    
338            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
339            one "." characters were allowed in a floating point number
340            incorrectly.
341            (source): Support for the pixelratio="" attribute (HTML5 revision
342            1629).
343    
344    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
345    
346            * HTML.pm: Yay, |canvas| got the final status!
347    
348    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
349    
350            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
351            letters (HTML5 revision 1572).
352    
353    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
354    
355            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
356            table object.  Return the table object, not table element.
357            The |headers=""| checker for |td| elements are now noop.
358            Set the status of |headers=""| attribute as HTML5's one.
359    
360    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
361    
362            * HTML.pm ($HTMLLengthAttrChecker): New.
363            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
364            (script/@langauge): Implemented.
365    
366    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
367    
368            * HTML.pm: Make duplicate http-equiv="" non-conforming.
369            Check meta refresh content="".
370    
371    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
372    
373            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
374            no longer content model error (they might be raise
375            table model error, however).  All table model error
376            parameters should propagate.
377    
378    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
379    
380            * HTML.pm: Raise an error if a repeat* global attrbute
381            is used for an HTML element.
382    
383    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
384    
385            * HTML.pm: Support for global attributes.  Status
386            for XHTML2 elements/attributes are added.
387    
388    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
389    
390            * HTML.pm: Support for |repeat-start=""| attribute.
391    
392    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
393    
394            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
395            |repeat-min=""|, and |repeat-max=""| attributes.
396            Support for |button| |type| values |add|, |remove|, |move-up|,
397            and |move-down|.
398    
399    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
400    
401            * HTML.pm: Support for |template=""|, |ref=""|, and
402            |registrationmark=""| attributes.
403    
404    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
405    
406            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
407            1511).
408    
409    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
410    
411            * HTML.pm: Support for |onstorage| attribute is added (HTML5
412            revision 1495).  Defined terms no longer have to be unique (HTML5
413            revision 1467).
414    
415    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
416    
417            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
418            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
419            revision 1471) and an empty string is no longer allowed (HTML5
420            revision 1470).
421            (object/@name, iframe/@name): Added (HTML5 revision 1470).
422    
423    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
424    
425            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
426            revision 1426).
427    
428    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
429    
430            * HTML.pm: Support for HTML custom data attributes (HTML5
431            revision 1399).
432    
433    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
434    
435            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
436    
437    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
438    
439            * HTML.pm: @datetime microsyntax is in the First Draft phase.
440    
441    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
442    
443            * HTML.pm: link/@rev and a/@rev are implemented.
444    
445    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
446    
447            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
448            img/@vspace, img/@longdesc, object/@align, object/@archive,
449            object/@border, object/@classid, object/@codebase,
450            object/@codetype, object/@declare, object/@hspace,
451            object/@standby, object/@vspace, param/@valuetype,
452            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
453            and %cellvalign/@valign are implemented.
454    
455    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
456    
457            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
458            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
459            th/@nowrap, caption/@align , table/@frame, table/@rules,
460            table/@summary, and table/@width are implemented.
461    
462    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
463    
464            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
465            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
466            br/@clear, pre/@width, ol/@compact, ul/@compact,
467            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
468    
469    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
470    
471            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
472            checker). head/@profile implemented.  meta/@scheme implemented (as
473            do-nothing checker).
474    
475    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
476    
477            * HTML.pm: Add URIs to the list of URIs to be returned
478            by the checker method. |accesskey| attribute is implemented.
479    
480    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
481    
482            * Atom.pm: Don't raise an error even if there is
483            no |atom:summary| element child in the |atom:entry|
484            element when the |type| attribute of the |atom:content|
485            element is set to |html|, |xhtml|, or |text|.
486            The |atom:rights| elements were implemented
487            as Date construct (!?).
488            Typo in code for |rel=alternate| are fixed.
489    
490    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
491    
492            * Atom.pm: Support for |thr:total| element.
493            Add notes on additional Atom namespaces.
494    
495    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
496    
497            * Atom.pm: Support for |thr:in-reply-to| element.
498    
499    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
500    
501            * Atom.pm: Raise an error if required |atom:summary|
502            element is missing from an |atom:entry| element.
503    
504    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
505    
506            * Atom.pm: Support for |<* type=html>| in Text construct.
507    
508    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
509    
510            * Atom.pm: Bug fix for validation of |feed| on |author| child.
511    
512    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
513    
514            * Atom.pm: Support for |<content type=html>| content
515            checking.
516    
517    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
518    
519            * Atom.pm: Support for |author| for |feed| checking.
520    
521  2008-03-20  Wakaba  <wakaba@suika.fam.cx>  2008-03-20  Wakaba  <wakaba@suika.fam.cx>
522    
523          * Atom.pm: Support for |author| for |entry| checking.          * Atom.pm: Support for |author| for |entry| checking.

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.159

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24