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

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.99

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24