/[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.72 by wakaba, Thu Mar 20 09:38:47 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>  2008-03-20  Wakaba  <wakaba@suika.fam.cx>
233    
234          * Atom.pm: Support for |thr:in-reply-to| element.          * Atom.pm: Support for |thr:in-reply-to| element.

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.112

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24