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

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.98

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24