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

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.84

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24