/[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.41 by wakaba, Sat Feb 23 10:35:00 2008 UTC revision 1.81 by wakaba, Fri Mar 28 15:18:32 2008 UTC
# Line 1  Line 1 
1    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
4    
5    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm: @datetime microsyntax is in the First Draft phase.
8    
9    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
10    
11            * HTML.pm: link/@rev and a/@rev are implemented.
12    
13    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
14    
15            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
16            img/@vspace, img/@longdesc, object/@align, object/@archive,
17            object/@border, object/@classid, object/@codebase,
18            object/@codetype, object/@declare, object/@hspace,
19            object/@standby, object/@vspace, param/@valuetype,
20            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
21            and %cellvalign/@valign are implemented.
22    
23    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
26            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
27            th/@nowrap, caption/@align , table/@frame, table/@rules,
28            table/@summary, and table/@width are implemented.
29    
30    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
31    
32            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
33            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
34            br/@clear, pre/@width, ol/@compact, ul/@compact,
35            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
36    
37    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
40            checker). head/@profile implemented.  meta/@scheme implemented (as
41            do-nothing checker).
42    
43    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm: Add URIs to the list of URIs to be returned
46            by the checker method. |accesskey| attribute is implemented.
47    
48    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
49    
50            * Atom.pm: Don't raise an error even if there is
51            no |atom:summary| element child in the |atom:entry|
52            element when the |type| attribute of the |atom:content|
53            element is set to |html|, |xhtml|, or |text|.
54            The |atom:rights| elements were implemented
55            as Date construct (!?).
56            Typo in code for |rel=alternate| are fixed.
57    
58    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Atom.pm: Support for |thr:total| element.
61            Add notes on additional Atom namespaces.
62    
63    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
64    
65            * Atom.pm: Support for |thr:in-reply-to| element.
66    
67    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
68    
69            * Atom.pm: Raise an error if required |atom:summary|
70            element is missing from an |atom:entry| element.
71    
72    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
73    
74            * Atom.pm: Support for |<* type=html>| in Text construct.
75    
76    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
77    
78            * Atom.pm: Bug fix for validation of |feed| on |author| child.
79    
80    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
81    
82            * Atom.pm: Support for |<content type=html>| content
83            checking.
84    
85    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
86    
87            * Atom.pm: Support for |author| for |feed| checking.
88    
89    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
90    
91            * Atom.pm: Support for |author| for |entry| checking.
92    
93    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: Some attribute level definitions were missing.
96    
97    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
100    
101    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm: |contenteditable| attribute support is now implemented.
104    
105    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
106    
107            * HTML.pm: Known but not-implemented-yet attributes were not
108            warned.
109    
110    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm: Status information from old specifications
113            are incorporated.
114    
115    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
116    
117            * Atom.pm: Reimplemented.
118    
119    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: |in_a_href| flag is not reset after the </a>.
122            Raise an error if |area| is not a descendant of |map|.
123    
124    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm: Sectioning root category added.  |blockquote|
127            is no longer a sectioning content.
128    
129    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
132            revision 1250).
133    
134    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm: First version of Web Forms 2.0 support (its weired,
137            since the spec itself is frankensteinesque:-); note that though
138            it is weired spec from the today's viewpoint, it is still
139            better-written spec than any W3C (Candidate or Proposed or full)
140            Recommendation, sadly.
141    
142    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
145            from XHTML M12N 1.0 are reflected in |status| field.
146    
147    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
150            Don't raise "not defined" errors; they are now raised according
151            to status flags.  Status flags of li/@value, ol/@start, and menu
152            are now non-deprecated, to avoid deprecated error message.
153            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
154            according to HTML4.
155    
156    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
159            Add |reversed| to |ol| (HTML5 revision 1248).
160    
161    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm: Most of Web Forms 1.0 attributes are implemented.
164    
165    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented.
168            Raise not-part-of-HTML5 error for |acronym|.
169    
170    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
171    
172            * HTML.pm: HTML5 attribute status added.
173    
174    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm: Standardized status for attributes are added (HTML5
177            info are not added yet).  Make element or attribute not defined
178            by HTML5 spec as a conformance error (though it is not clearly
179            defined by HTML5 spec as non-conforming).  Note that more work
180            is needed for non-standard attribute thing, since the current
181            implementation prevents non-standard attribute from being
182            syntactically checked (otherwise it is treated as if a
183            standard attribute).
184    
185    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm: Standardized status attributes are added.
188    
189    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm: Invalid |meta| in |noscript| should be erred
192            as usual.
193    
194    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm: Updated for |del|-and-significant problem.
197    
198    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm (datagrid): Condition was incorrect.
201    
202    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTML.pm (%HTMLProseContentChecker, details, figure): Don't
205            change state when a transparent element is encountered.
206            (details check): Reimplemented.
207    
208    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm (object check_end): Don't check significant content
211            if the element is used as a transparent element.
212            (video check): Reimplemented.
213    
214    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
215    
216            * HTML.pm: |figure| content checker reimplemented.  |object|
217            content checker for root element case reimplemented.
218    
219  2008-02-23  Wakaba  <wakaba@suika.fam.cx>  2008-02-23  Wakaba  <wakaba@suika.fam.cx>
220    
221          * HTML.pm: Revised.          * HTML.pm: Revised.

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.81

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24