/[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.128 by wakaba, Thu Sep 11 02:28:29 2008 UTC
# Line 1  Line 1 
1    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
4    
5    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
8    
9    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
10    
11            * HTML.pm: data-UPPERCASE attributes are no longer
12            allowed (HTML5 revision 1945).
13    
14    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm: Support for form elements (HTML5 revisions
17            2142, 2148, 2150-2154).
18    
19    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm: RDFa spec status updated again.
22    
23    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm: RDFa spec status updated.
26    
27    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
28    
29            * HTML.pm: WF2 content model, contexts, attributes/elements
30            status are updated. (HTML5 revision 2142-2152).
31    
32    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
35            1863).
36    
37    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
38    
39            * HTML.pm: Uppercase attribute names for embed elements
40            are disallowed (HTML5 revision 1946).
41    
42    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
43    
44            * HTML.pm: |embed| custom attributes and |data-*| attributes
45            must be XML compatible (HTML5 revision 1836).
46    
47    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
50            revision 1834).
51    
52    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
53    
54            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
55            link elements (HTML5 revision 1942).
56    
57    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
58    
59            * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
60            |irrelevant| renamed as |hidden| (HTML5 revision 2119).
61    
62    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
63    
64            * HTML.pm: Element status updated.
65    
66    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm: <embed> without src="" is conforming (HTML5
69            revision 1929).
70    
71    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
74    
75    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm: Use White_Space instead of Zs for date or time
78            string in content (HTML5 revision 2094).  Make "YYYY-MM-DDHH:MM" (that
79            misses a white space or "T" literal between day and hour)
80            not raise two errors.
81    
82    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm: |xml:lang| attribute value must be same
85            as |lang| attribute value for HTML elements (HTML5 revision 2062
86            and so on).  |lang| attribute in XML document is no longer
87            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
88            in HTML document (HTML5 revision 2062 and so on).
89    
90    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
91    
92            * Atom.pm: s/element missing/child element missing/ for
93            consistency.
94    
95            * HTML.pm: Typos fixed.
96            (pre): "No significant content" error was unintentionally
97            disabled.  s/element missing/child element missing/ for
98            consistency.
99    
100    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
101    
102            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
103    
104    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
107    
108    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
109    
110            * HTML.pm: Subdocument texts for |style| and |script|
111            elements were not initialized.
112    
113    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm, Atom.pm: Pass {level} object to language tag
116            and URL checkers.
117    
118    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
121    
122    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Atom.pm, HTML.pm: All error reporting method calls are
125            revised.
126    
127    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
128    
129            * HTML.pm: Support for class=idl WebIDL checking.
130    
131    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm: Support for |<map name="">| (HTML5 revisions
134            1722 and 1728).
135    
136    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
139            revision 1704).  The |href| attribute is also extended
140            as a common attribute by RDFa Last Call Working Draft.
141    
142    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
145    
146    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
147    
148            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
149    
150    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
153            is now disallowed (HTML5 revision 1566).  |datagrid| elements
154            may be empty.
155    
156    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm: The |param| element is in LC phase now.
159    
160    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
163            sandbox="" (HTML5 revision 1643).
164    
165    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
168            revision 1659).
169    
170    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
171    
172            * HTML.pm: Fact out generic charset name checking code
173            to $HTMLCharsetChecker.  Support for charset="" attributes
174            on <a>, <link>, and <script> elements.
175    
176    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
177    
178            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
179            one "." characters were allowed in a floating point number
180            incorrectly.
181            (source): Support for the pixelratio="" attribute (HTML5 revision
182            1629).
183    
184    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
185    
186            * HTML.pm: Yay, |canvas| got the final status!
187    
188    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
191            letters (HTML5 revision 1572).
192    
193    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
196            table object.  Return the table object, not table element.
197            The |headers=""| checker for |td| elements are now noop.
198            Set the status of |headers=""| attribute as HTML5's one.
199    
200    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
201    
202            * HTML.pm ($HTMLLengthAttrChecker): New.
203            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
204            (script/@langauge): Implemented.
205    
206    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
207    
208            * HTML.pm: Make duplicate http-equiv="" non-conforming.
209            Check meta refresh content="".
210    
211    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
214            no longer content model error (they might be raise
215            table model error, however).  All table model error
216            parameters should propagate.
217    
218    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm: Raise an error if a repeat* global attrbute
221            is used for an HTML element.
222    
223    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
224    
225            * HTML.pm: Support for global attributes.  Status
226            for XHTML2 elements/attributes are added.
227    
228    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm: Support for |repeat-start=""| attribute.
231    
232    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
233    
234            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
235            |repeat-min=""|, and |repeat-max=""| attributes.
236            Support for |button| |type| values |add|, |remove|, |move-up|,
237            and |move-down|.
238    
239    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML.pm: Support for |template=""|, |ref=""|, and
242            |registrationmark=""| attributes.
243    
244    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
245    
246            * HTML.pm: <font> dropped and style="" is now global (HTML5 revision
247            1511).
248    
249    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm: Support for |onstorage| attribute is added (HTML5
252            revision 1495).  Defined terms no longer have to be unique (HTML5
253            revision 1467).
254    
255    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker.
258            ($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5
259            revision 1471) and an empty string is no longer allowed (HTML5
260            revision 1470).
261            (object/@name, iframe/@name): Added (HTML5 revision 1470).
262    
263    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm: |xmlns| attribute is now a global attribute (HTML5
266            revision 1426).
267    
268    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML.pm: Support for HTML custom data attributes (HTML5
271            revision 1399).
272    
273    2008-03-28  Wakaba  <wakaba@suika.fam.cx>
274    
275            * HTML.pm: s/Prose/Flow/g (HTML5 revision 1261).
276    
277    2008-03-23  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm: @datetime microsyntax is in the First Draft phase.
280    
281    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
282    
283            * HTML.pm: link/@rev and a/@rev are implemented.
284    
285    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
286    
287            * HTML.pm: link/@target, img/@align, img/@border, img/@hspace,
288            img/@vspace, img/@longdesc, object/@align, object/@archive,
289            object/@border, object/@classid, object/@codebase,
290            object/@codetype, object/@declare, object/@hspace,
291            object/@standby, object/@vspace, param/@valuetype,
292            param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char,
293            and %cellvalign/@valign are implemented.
294    
295    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
296    
297            * HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr,
298            th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap,
299            th/@nowrap, caption/@align , table/@frame, table/@rules,
300            table/@summary, and table/@width are implemented.
301    
302    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
303    
304            * HTML.pm: body/@alink, body/@background, body/@bgcolor,
305            body/@link, body/@text, body/@vlink, hn/@align, p/@align,
306            br/@clear, pre/@width, ol/@compact, ul/@compact,
307            dl/@compact, dl/@compact, menu/@compact, and div/@align implemented.
308    
309    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
310    
311            * HTML.pm: Typo fixed.  html/@version implemented (as do-nothing
312            checker). head/@profile implemented.  meta/@scheme implemented (as
313            do-nothing checker).
314    
315    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
316    
317            * HTML.pm: Add URIs to the list of URIs to be returned
318            by the checker method. |accesskey| attribute is implemented.
319    
320    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
321    
322            * Atom.pm: Don't raise an error even if there is
323            no |atom:summary| element child in the |atom:entry|
324            element when the |type| attribute of the |atom:content|
325            element is set to |html|, |xhtml|, or |text|.
326            The |atom:rights| elements were implemented
327            as Date construct (!?).
328            Typo in code for |rel=alternate| are fixed.
329    
330    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
331    
332            * Atom.pm: Support for |thr:total| element.
333            Add notes on additional Atom namespaces.
334    
335    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
336    
337            * Atom.pm: Support for |thr:in-reply-to| element.
338    
339    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
340    
341            * Atom.pm: Raise an error if required |atom:summary|
342            element is missing from an |atom:entry| element.
343    
344    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
345    
346            * Atom.pm: Support for |<* type=html>| in Text construct.
347    
348    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
349    
350            * Atom.pm: Bug fix for validation of |feed| on |author| child.
351    
352  2008-03-20  Wakaba  <wakaba@suika.fam.cx>  2008-03-20  Wakaba  <wakaba@suika.fam.cx>
353    
354          * 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.128

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24