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

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.122

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24