/[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.75 by wakaba, Sat Mar 22 03:07:06 2008 UTC revision 1.109 by wakaba, Fri Aug 15 14:13:42 2008 UTC
# Line 1  Line 1 
1    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
4    
5    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Atom.pm, HTML.pm: All error reporting method calls are
8            revised.
9    
10    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTML.pm: Support for class=idl WebIDL checking.
13    
14    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm: Support for |<map name="">| (HTML5 revisions
17            1722 and 1728).
18    
19    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
22            revision 1704).  The |href| attribute is also extended
23            as a common attribute by RDFa Last Call Working Draft.
24    
25    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
28    
29    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
32    
33    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
36            is now disallowed (HTML5 revision 1566).  |datagrid| elements
37            may be empty.
38    
39    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm: The |param| element is in LC phase now.
42    
43    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
46            sandbox="" (HTML5 revision 1643).
47    
48    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
51            revision 1659).
52    
53    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
54    
55            * HTML.pm: Fact out generic charset name checking code
56            to $HTMLCharsetChecker.  Support for charset="" attributes
57            on <a>, <link>, and <script> elements.
58    
59    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
62            one "." characters were allowed in a floating point number
63            incorrectly.
64            (source): Support for the pixelratio="" attribute (HTML5 revision
65            1629).
66    
67    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
68    
69            * HTML.pm: Yay, |canvas| got the final status!
70    
71    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
74            letters (HTML5 revision 1572).
75    
76    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
79            table object.  Return the table object, not table element.
80            The |headers=""| checker for |td| elements are now noop.
81            Set the status of |headers=""| attribute as HTML5's one.
82    
83    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTML.pm ($HTMLLengthAttrChecker): New.
86            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
87            (script/@langauge): Implemented.
88    
89    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm: Make duplicate http-equiv="" non-conforming.
92            Check meta refresh content="".
93    
94    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
97            no longer content model error (they might be raise
98            table model error, however).  All table model error
99            parameters should propagate.
100    
101    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
102    
103            * HTML.pm: Raise an error if a repeat* global attrbute
104            is used for an HTML element.
105    
106    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm: Support for global attributes.  Status
109            for XHTML2 elements/attributes are added.
110    
111    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
112    
113            * HTML.pm: Support for |repeat-start=""| attribute.
114    
115    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
118            |repeat-min=""|, and |repeat-max=""| attributes.
119            Support for |button| |type| values |add|, |remove|, |move-up|,
120            and |move-down|.
121    
122    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
123    
124            * HTML.pm: Support for |template=""|, |ref=""|, and
125            |registrationmark=""| attributes.
126    
127    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
130            1511).
131    
132    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm: Support for |onstorage| attribute is added (HTML5
135            revision 1495).  Defined terms no longer have to be unique (HTML5
136            revision 1467).
137    
138    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
141            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
142            revision 1471) and an empty string is no longer allowed (HTML5
143            revision 1470).
144            (object/@name, iframe/@name): Added (HTML5 revision 1470).
145    
146    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
147    
148            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
149            revision 1426).
150    
151    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm: Support for HTML custom data attributes (HTML5
154            revision 1399).
155    
156    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
159    
160    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm: @datetime microsyntax is in the First Draft phase.
163    
164    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
165    
166            * HTML.pm: link/@rev and a/@rev are implemented.
167    
168    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
171            img/@vspace, img/@longdesc, object/@align, object/@archive,
172            object/@border, object/@classid, object/@codebase,
173            object/@codetype, object/@declare, object/@hspace,
174            object/@standby, object/@vspace, param/@valuetype,
175            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
176            and %cellvalign/@valign are implemented.
177    
178    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
181            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
182            th/@nowrap, caption/@align , table/@frame, table/@rules,
183            table/@summary, and table/@width are implemented.
184    
185    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
188            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
189            br/@clear, pre/@width, ol/@compact, ul/@compact,
190            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
191    
192    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
195            checker). head/@profile implemented.  meta/@scheme implemented (as
196            do-nothing checker).
197    
198  2008-03-22  Wakaba  <wakaba@suika.fam.cx>  2008-03-22  Wakaba  <wakaba@suika.fam.cx>
199    
200          * HTML.pm: Add URIs to the list of URIs to be returned          * HTML.pm: Add URIs to the list of URIs to be returned

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.109

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24