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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24