/[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.66 by wakaba, Thu Mar 20 05:59:55 2008 UTC revision 1.110 by wakaba, Fri Aug 15 16:02:02 2008 UTC
# Line 1  Line 1 
1    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm, Atom.pm: Pass {level} object to language tag
4            and URL checkers.
5    
6    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
9    
10    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
11    
12            * Atom.pm, HTML.pm: All error reporting method calls are
13            revised.
14    
15    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: Support for class=idl WebIDL checking.
18    
19    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm: Support for |<map name="">| (HTML5 revisions
22            1722 and 1728).
23    
24    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
27            revision 1704).  The |href| attribute is also extended
28            as a common attribute by RDFa Last Call Working Draft.
29    
30    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
31    
32            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
33    
34    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
37    
38    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
41            is now disallowed (HTML5 revision 1566).  |datagrid| elements
42            may be empty.
43    
44    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm: The |param| element is in LC phase now.
47    
48    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
51            sandbox="" (HTML5 revision 1643).
52    
53    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
56            revision 1659).
57    
58    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm: Fact out generic charset name checking code
61            to $HTMLCharsetChecker.  Support for charset="" attributes
62            on <a>, <link>, and <script> elements.
63    
64    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
67            one "." characters were allowed in a floating point number
68            incorrectly.
69            (source): Support for the pixelratio="" attribute (HTML5 revision
70            1629).
71    
72    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
73    
74            * HTML.pm: Yay, |canvas| got the final status!
75    
76    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
79            letters (HTML5 revision 1572).
80    
81    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
84            table object.  Return the table object, not table element.
85            The |headers=""| checker for |td| elements are now noop.
86            Set the status of |headers=""| attribute as HTML5's one.
87    
88    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm ($HTMLLengthAttrChecker): New.
91            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
92            (script/@langauge): Implemented.
93    
94    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm: Make duplicate http-equiv="" non-conforming.
97            Check meta refresh content="".
98    
99    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
102            no longer content model error (they might be raise
103            table model error, however).  All table model error
104            parameters should propagate.
105    
106    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm: Raise an error if a repeat* global attrbute
109            is used for an HTML element.
110    
111    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm: Support for global attributes.  Status
114            for XHTML2 elements/attributes are added.
115    
116    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Support for |repeat-start=""| attribute.
119    
120    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
123            |repeat-min=""|, and |repeat-max=""| attributes.
124            Support for |button| |type| values |add|, |remove|, |move-up|,
125            and |move-down|.
126    
127    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: Support for |template=""|, |ref=""|, and
130            |registrationmark=""| attributes.
131    
132    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
135            1511).
136    
137    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm: Support for |onstorage| attribute is added (HTML5
140            revision 1495).  Defined terms no longer have to be unique (HTML5
141            revision 1467).
142    
143    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
146            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
147            revision 1471) and an empty string is no longer allowed (HTML5
148            revision 1470).
149            (object/@name, iframe/@name): Added (HTML5 revision 1470).
150    
151    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
154            revision 1426).
155    
156    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: Support for HTML custom data attributes (HTML5
159            revision 1399).
160    
161    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
164    
165    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm: @datetime microsyntax is in the First Draft phase.
168    
169    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm: link/@rev and a/@rev are implemented.
172    
173    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
176            img/@vspace, img/@longdesc, object/@align, object/@archive,
177            object/@border, object/@classid, object/@codebase,
178            object/@codetype, object/@declare, object/@hspace,
179            object/@standby, object/@vspace, param/@valuetype,
180            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
181            and %cellvalign/@valign are implemented.
182    
183    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
186            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
187            th/@nowrap, caption/@align , table/@frame, table/@rules,
188            table/@summary, and table/@width are implemented.
189    
190    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
191    
192            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
193            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
194            br/@clear, pre/@width, ol/@compact, ul/@compact,
195            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
196    
197    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
200            checker). head/@profile implemented.  meta/@scheme implemented (as
201            do-nothing checker).
202    
203    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
204    
205            * HTML.pm: Add URIs to the list of URIs to be returned
206            by the checker method. |accesskey| attribute is implemented.
207    
208    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
209    
210            * Atom.pm: Don't raise an error even if there is
211            no |atom:summary| element child in the |atom:entry|
212            element when the |type| attribute of the |atom:content|
213            element is set to |html|, |xhtml|, or |text|.
214            The |atom:rights| elements were implemented
215            as Date construct (!?).
216            Typo in code for |rel=alternate| are fixed.
217    
218    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
219    
220            * Atom.pm: Support for |thr:total| element.
221            Add notes on additional Atom namespaces.
222    
223    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
224    
225            * Atom.pm: Support for |thr:in-reply-to| element.
226    
227    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
228    
229            * Atom.pm: Raise an error if required |atom:summary|
230            element is missing from an |atom:entry| element.
231    
232    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
233    
234            * Atom.pm: Support for |<* type=html>| in Text construct.
235    
236    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
237    
238            * Atom.pm: Bug fix for validation of |feed| on |author| child.
239    
240    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
241    
242            * Atom.pm: Support for |<content type=html>| content
243            checking.
244    
245    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
246    
247            * Atom.pm: Support for |author| for |feed| checking.
248    
249  2008-03-20  Wakaba  <wakaba@suika.fam.cx>  2008-03-20  Wakaba  <wakaba@suika.fam.cx>
250    
251          * Atom.pm: Support for |author| for |entry| checking.          * Atom.pm: Support for |author| for |entry| checking.

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.110

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24