/[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.60 by wakaba, Sun Mar 2 11:16:34 2008 UTC revision 1.106 by wakaba, Sun Jun 8 13:29:58 2008 UTC
# Line 1  Line 1 
1    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: Support for |<map name="">| (HTML5 revisions
4            1722 and 1728).
5    
6    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
9            revision 1704).  The |href| attribute is also extended
10            as a common attribute by RDFa Last Call Working Draft.
11    
12    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
15    
16    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
17    
18            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
19    
20    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
21    
22            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
23            is now disallowed (HTML5 revision 1566).  |datagrid| elements
24            may be empty.
25    
26    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
27    
28            * HTML.pm: The |param| element is in LC phase now.
29    
30    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
31    
32            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
33            sandbox="" (HTML5 revision 1643).
34    
35    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
38            revision 1659).
39    
40    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm: Fact out generic charset name checking code
43            to $HTMLCharsetChecker.  Support for charset="" attributes
44            on <a>, <link>, and <script> elements.
45    
46    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
49            one "." characters were allowed in a floating point number
50            incorrectly.
51            (source): Support for the pixelratio="" attribute (HTML5 revision
52            1629).
53    
54    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm: Yay, |canvas| got the final status!
57    
58    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
59    
60            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
61            letters (HTML5 revision 1572).
62    
63    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
66            table object.  Return the table object, not table element.
67            The |headers=""| checker for |td| elements are now noop.
68            Set the status of |headers=""| attribute as HTML5's one.
69    
70    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm ($HTMLLengthAttrChecker): New.
73            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
74            (script/@langauge): Implemented.
75    
76    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: Make duplicate http-equiv="" non-conforming.
79            Check meta refresh content="".
80    
81    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
84            no longer content model error (they might be raise
85            table model error, however).  All table model error
86            parameters should propagate.
87    
88    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm: Raise an error if a repeat* global attrbute
91            is used for an HTML element.
92    
93    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm: Support for global attributes.  Status
96            for XHTML2 elements/attributes are added.
97    
98    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
99    
100            * HTML.pm: Support for |repeat-start=""| attribute.
101    
102    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
105            |repeat-min=""|, and |repeat-max=""| attributes.
106            Support for |button| |type| values |add|, |remove|, |move-up|,
107            and |move-down|.
108    
109    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
110    
111            * HTML.pm: Support for |template=""|, |ref=""|, and
112            |registrationmark=""| attributes.
113    
114    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
115    
116            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
117            1511).
118    
119    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm: Support for |onstorage| attribute is added (HTML5
122            revision 1495).  Defined terms no longer have to be unique (HTML5
123            revision 1467).
124    
125    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
128            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
129            revision 1471) and an empty string is no longer allowed (HTML5
130            revision 1470).
131            (object/@name, iframe/@name): Added (HTML5 revision 1470).
132    
133    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
136            revision 1426).
137    
138    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
139    
140            * HTML.pm: Support for HTML custom data attributes (HTML5
141            revision 1399).
142    
143    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
146    
147    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm: @datetime microsyntax is in the First Draft phase.
150    
151    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm: link/@rev and a/@rev are implemented.
154    
155    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
158            img/@vspace, img/@longdesc, object/@align, object/@archive,
159            object/@border, object/@classid, object/@codebase,
160            object/@codetype, object/@declare, object/@hspace,
161            object/@standby, object/@vspace, param/@valuetype,
162            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
163            and %cellvalign/@valign are implemented.
164    
165    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
168            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
169            th/@nowrap, caption/@align , table/@frame, table/@rules,
170            table/@summary, and table/@width are implemented.
171    
172    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
173    
174            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
175            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
176            br/@clear, pre/@width, ol/@compact, ul/@compact,
177            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
178    
179    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
180    
181            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
182            checker). head/@profile implemented.  meta/@scheme implemented (as
183            do-nothing checker).
184    
185    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm: Add URIs to the list of URIs to be returned
188            by the checker method. |accesskey| attribute is implemented.
189    
190    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
191    
192            * Atom.pm: Don't raise an error even if there is
193            no |atom:summary| element child in the |atom:entry|
194            element when the |type| attribute of the |atom:content|
195            element is set to |html|, |xhtml|, or |text|.
196            The |atom:rights| elements were implemented
197            as Date construct (!?).
198            Typo in code for |rel=alternate| are fixed.
199    
200    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
201    
202            * Atom.pm: Support for |thr:total| element.
203            Add notes on additional Atom namespaces.
204    
205    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
206    
207            * Atom.pm: Support for |thr:in-reply-to| element.
208    
209    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
210    
211            * Atom.pm: Raise an error if required |atom:summary|
212            element is missing from an |atom:entry| element.
213    
214    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
215    
216            * Atom.pm: Support for |<* type=html>| in Text construct.
217    
218    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
219    
220            * Atom.pm: Bug fix for validation of |feed| on |author| child.
221    
222    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
223    
224            * Atom.pm: Support for |<content type=html>| content
225            checking.
226    
227    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
228    
229            * Atom.pm: Support for |author| for |feed| checking.
230    
231    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
232    
233            * Atom.pm: Support for |author| for |entry| checking.
234    
235    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
236    
237            * HTML.pm: Some attribute level definitions were missing.
238    
239    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML.pm: |dir|, |center|, and |basefont| are implemented.
242    
243    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
244    
245            * HTML.pm: |contenteditable| attribute support is now implemented.
246    
247    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
248    
249            * HTML.pm: Known but not-implemented-yet attributes were not
250            warned.
251    
252    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm: Status information from old specifications
255            are incorporated.
256    
257  2008-03-02  Wakaba  <wakaba@suika.fam.cx>  2008-03-02  Wakaba  <wakaba@suika.fam.cx>
258    
259          * Atom.pm: Reimplemented.          * Atom.pm: Reimplemented.

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.106

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24