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

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.102

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24