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

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.148

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24