/[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.65 by wakaba, Mon Mar 17 13:32:31 2008 UTC revision 1.94 by wakaba, Mon May 5 11:15:13 2008 UTC
# Line 1  Line 1 
1    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm ($HTMLLengthAttrChecker): New.
4            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
5            (script/@langauge): Implemented.
6    
7    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm: Make duplicate http-equiv="" non-conforming.
10            Check meta refresh content="".
11    
12    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
15            no longer content model error (they might be raise
16            table model error, however).  All table model error
17            parameters should propagate.
18    
19    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm: Raise an error if a repeat* global attrbute
22            is used for an HTML element.
23    
24    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm: Support for global attributes.  Status
27            for XHTML2 elements/attributes are added.
28    
29    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm: Support for |repeat-start=""| attribute.
32    
33    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
36            |repeat-min=""|, and |repeat-max=""| attributes.
37            Support for |button| |type| values |add|, |remove|, |move-up|,
38            and |move-down|.
39    
40    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Support for |template=""|, |ref=""|, and
43            |registrationmark=""| attributes.
44    
45    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
48            1511).
49    
50    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm: Support for |onstorage| attribute is added (HTML5
53            revision 1495).  Defined terms no longer have to be unique (HTML5
54            revision 1467).
55    
56    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
59            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
60            revision 1471) and an empty string is no longer allowed (HTML5
61            revision 1470).
62            (object/@name, iframe/@name): Added (HTML5 revision 1470).
63    
64    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
67            revision 1426).
68    
69    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm: Support for HTML custom data attributes (HTML5
72            revision 1399).
73    
74    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
77    
78    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm: @datetime microsyntax is in the First Draft phase.
81    
82    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm: link/@rev and a/@rev are implemented.
85    
86    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
89            img/@vspace, img/@longdesc, object/@align, object/@archive,
90            object/@border, object/@classid, object/@codebase,
91            object/@codetype, object/@declare, object/@hspace,
92            object/@standby, object/@vspace, param/@valuetype,
93            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
94            and %cellvalign/@valign are implemented.
95    
96    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
97    
98            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
99            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
100            th/@nowrap, caption/@align , table/@frame, table/@rules,
101            table/@summary, and table/@width are implemented.
102    
103    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
104    
105            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
106            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
107            br/@clear, pre/@width, ol/@compact, ul/@compact,
108            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
109    
110    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
111    
112            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
113            checker). head/@profile implemented.  meta/@scheme implemented (as
114            do-nothing checker).
115    
116    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm: Add URIs to the list of URIs to be returned
119            by the checker method. |accesskey| attribute is implemented.
120    
121    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
122    
123            * Atom.pm: Don't raise an error even if there is
124            no |atom:summary| element child in the |atom:entry|
125            element when the |type| attribute of the |atom:content|
126            element is set to |html|, |xhtml|, or |text|.
127            The |atom:rights| elements were implemented
128            as Date construct (!?).
129            Typo in code for |rel=alternate| are fixed.
130    
131    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
132    
133            * Atom.pm: Support for |thr:total| element.
134            Add notes on additional Atom namespaces.
135    
136    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
137    
138            * Atom.pm: Support for |thr:in-reply-to| element.
139    
140    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
141    
142            * Atom.pm: Raise an error if required |atom:summary|
143            element is missing from an |atom:entry| element.
144    
145    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
146    
147            * Atom.pm: Support for |<* type=html>| in Text construct.
148    
149    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
150    
151            * Atom.pm: Bug fix for validation of |feed| on |author| child.
152    
153    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
154    
155            * Atom.pm: Support for |<content type=html>| content
156            checking.
157    
158    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
159    
160            * Atom.pm: Support for |author| for |feed| checking.
161    
162    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
163    
164            * Atom.pm: Support for |author| for |entry| checking.
165    
166  2008-03-17  Wakaba  <wakaba@suika.fam.cx>  2008-03-17  Wakaba  <wakaba@suika.fam.cx>
167    
168          * HTML.pm: Some attribute level definitions were missing.          * HTML.pm: Some attribute level definitions were missing.

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.94

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24