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

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.97

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24