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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24