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

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.114

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24