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

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.146

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24