/[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.52 by wakaba, Sun Feb 24 12:59:30 2008 UTC revision 1.80 by wakaba, Sat Mar 22 12:29:59 2008 UTC
# Line 1  Line 1 
1    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: link/@rev and a/@rev are implemented.
4    
5    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
8            img/@vspace, img/@longdesc, object/@align, object/@archive,
9            object/@border, object/@classid, object/@codebase,
10            object/@codetype, object/@declare, object/@hspace,
11            object/@standby, object/@vspace, param/@valuetype,
12            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
13            and %cellvalign/@valign are implemented.
14    
15    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
16    
17            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
18            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
19            th/@nowrap, caption/@align , table/@frame, table/@rules,
20            table/@summary, and table/@width are implemented.
21    
22    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
25            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
26            br/@clear, pre/@width, ol/@compact, ul/@compact,
27            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
28    
29    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
32            checker). head/@profile implemented.  meta/@scheme implemented (as
33            do-nothing checker).
34    
35    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: Add URIs to the list of URIs to be returned
38            by the checker method. |accesskey| attribute is implemented.
39    
40    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
41    
42            * Atom.pm: Don't raise an error even if there is
43            no |atom:summary| element child in the |atom:entry|
44            element when the |type| attribute of the |atom:content|
45            element is set to |html|, |xhtml|, or |text|.
46            The |atom:rights| elements were implemented
47            as Date construct (!?).
48            Typo in code for |rel=alternate| are fixed.
49    
50    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
51    
52            * Atom.pm: Support for |thr:total| element.
53            Add notes on additional Atom namespaces.
54    
55    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
56    
57            * Atom.pm: Support for |thr:in-reply-to| element.
58    
59    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
60    
61            * Atom.pm: Raise an error if required |atom:summary|
62            element is missing from an |atom:entry| element.
63    
64    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
65    
66            * Atom.pm: Support for |<* type=html>| in Text construct.
67    
68    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
69    
70            * Atom.pm: Bug fix for validation of |feed| on |author| child.
71    
72    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
73    
74            * Atom.pm: Support for |<content type=html>| content
75            checking.
76    
77    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Atom.pm: Support for |author| for |feed| checking.
80    
81    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
82    
83            * Atom.pm: Support for |author| for |entry| checking.
84    
85    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm: Some attribute level definitions were missing.
88    
89    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
92    
93    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: |contenteditable| attribute support is now implemented.
96    
97    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm: Known but not-implemented-yet attributes were not
100            warned.
101    
102    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm: Status information from old specifications
105            are incorporated.
106    
107    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
108    
109            * Atom.pm: Reimplemented.
110    
111    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm: |in_a_href| flag is not reset after the </a>.
114            Raise an error if |area| is not a descendant of |map|.
115    
116    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Sectioning root category added.  |blockquote|
119            is no longer a sectioning content.
120    
121    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5
124            revision 1250).
125    
126    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm: First version of Web Forms 2.0 support (its weired,
129            since the spec itself is frankensteinesque:-); note that though
130            it is weired spec from the today's viewpoint, it is still
131            better-written spec than any W3C (Candidate or Proposed or full)
132            Recommendation, sadly.
133    
134    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs
137            from XHTML M12N 1.0 are reflected in |status| field.
138    
139    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
140    
141            * HTML.pm: HTML5 status constants are OR-ed with "allowed" status.
142            Don't raise "not defined" errors; they are now raised according
143            to status flags.  Status flags of li/@value, ol/@start, and menu
144            are now non-deprecated, to avoid deprecated error message.
145            area/@hreftype typo fixed.  |isindex| SHOULD NOT be used
146            according to HTML4.
147    
148    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm: Make |figure| caption optional (HTML5 revision 1240).
151            Add |reversed| to |ol| (HTML5 revision 1248).
152    
153  2008-02-24  Wakaba  <wakaba@suika.fam.cx>  2008-02-24  Wakaba  <wakaba@suika.fam.cx>
154    
155          * HTML.pm: Most of Web Forms 1.0 attributes are implemented.          * HTML.pm: Most of Web Forms 1.0 attributes are implemented.

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24