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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24