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

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.86

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24