/[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.56 by wakaba, Tue Feb 26 10:18:56 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>  2008-02-26  Wakaba  <wakaba@suika.fam.cx>
135    
136          * HTML.pm: First version of Web Forms 2.0 support (its weired,          * HTML.pm: First version of Web Forms 2.0 support (its weired,

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24