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

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.103

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24