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

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.130

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24