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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24