/[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.87 by wakaba, Sat May 3 08:00:17 2008 UTC revision 1.132 by wakaba, Sat Sep 20 02:19:49 2008 UTC
# Line 1  Line 1 
1    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm ($HTMLCharsetChecker): Support for ASCII-compatibility
4            check.
5            ($HTMLCharsetsAttrChecker): New checker for accept-charset=""
6            support.
7    
8    2008-09-17  Wakaba  <wakaba@suika.fam.cx>
9    
10            * HTML.pm: Support for style="" attributes.
11    
12    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm: Tentative support for |textarea| |oninput|
15            attribute.
16    
17    2008-09-12  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm: The WF2 |oninput| attribute was not added.
20            The WF2 |onforminput| and |onformchange| attributes were
21            not added, since they are not defined (although they ARE
22            mentioned) in the normative part of the WF2 spec.  
23            Typo on the |oninvalid| attribute fixed.
24    
25    2008-09-11  Wakaba  <wakaba@suika.fam.cx>
26    
27            * HTML.pm: |fieldset| |name| added (HTML5 revision 2162).
28    
29    2008-09-09  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm: |a| is now transparent (HTML5 revision 1963).
32    
33    2008-09-07  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm: data-UPPERCASE attributes are no longer
36            allowed (HTML5 revision 1945).
37    
38    2008-09-06  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm: Support for form elements (HTML5 revisions
41            2142, 2148, 2150-2154).
42    
43    2008-09-05  Wakaba  <wakaba@suika.fam.cx>
44    
45            * HTML.pm: RDFa spec status updated again.
46    
47    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
48    
49            * HTML.pm: RDFa spec status updated.
50    
51    2008-09-04  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm: WF2 content model, contexts, attributes/elements
54            status are updated. (HTML5 revision 2142-2152).
55    
56    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision
59            1863).
60    
61    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm: Uppercase attribute names for embed elements
64            are disallowed (HTML5 revision 1946).
65    
66    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm: |embed| custom attributes and |data-*| attributes
69            must be XML compatible (HTML5 revision 1836).
70    
71    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
72    
73            * HTML.pm: All HTML elements can have xmlns="" attributes (HTML5
74            revision 1834).
75    
76    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
77    
78            * HTML.pm: Requires non-empty title="" for rel="alternate stylesheet"
79            link elements (HTML5 revision 1942).
80    
81    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
82    
83            * HTML.pm: Support for the |bb| element (HTML5 revision 1894).
84            |irrelevant| renamed as |hidden| (HTML5 revision 2119).
85    
86    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
87    
88            * HTML.pm: Element status updated.
89    
90    2008-08-31  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm: <embed> without src="" is conforming (HTML5
93            revision 1929).
94    
95    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
96    
97            * HTML.pm: @autosubmit dropped (HTML5 revision 2019).
98    
99    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
100    
101            * HTML.pm: Use White_Space instead of Zs for date or time
102            string in content (HTML5 revision 2094).  Make "YYYY-MM-DDHH:MM" (that
103            misses a white space or "T" literal between day and hour)
104            not raise two errors.
105    
106    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm: |xml:lang| attribute value must be same
109            as |lang| attribute value for HTML elements (HTML5 revision 2062
110            and so on).  |lang| attribute in XML document is no longer
111            disallowed (HTML5 revision 2062).  |xml:lang| is allowed
112            in HTML document (HTML5 revision 2062 and so on).
113    
114    2008-08-30  Wakaba  <wakaba@suika.fam.cx>
115    
116            * Atom.pm: s/element missing/child element missing/ for
117            consistency.
118    
119            * HTML.pm: Typos fixed.
120            (pre): "No significant content" error was unintentionally
121            disabled.  s/element missing/child element missing/ for
122            consistency.
123    
124    2008-08-29  Wakaba  <wakaba@suika.fam.cx>
125    
126            * Atom.pm, HTML.pm: Made {level} inherited to the IMT checker.
127    
128    2008-08-17  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing.
131    
132    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm: Subdocument texts for |style| and |script|
135            elements were not initialized.
136    
137    2008-08-16  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm, Atom.pm: Pass {level} object to language tag
140            and URL checkers.
141    
142    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm: Mark HTML4's "fact"-level errors as such.  Typo fixed.
145    
146    2008-08-15  Wakaba  <wakaba@suika.fam.cx>
147    
148            * Atom.pm, HTML.pm: All error reporting method calls are
149            revised.
150    
151    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTML.pm: Support for class=idl WebIDL checking.
154    
155    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTML.pm: Support for |<map name="">| (HTML5 revisions
158            1722 and 1728).
159    
160    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm: Support for ruby, rt, and rp elements (HTML5
163            revision 1704).  The |href| attribute is also extended
164            as a common attribute by RDFa Last Call Working Draft.
165    
166    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
167    
168            * HTML.pm: Make data="" invalid (HTML5 revision 1709).
169    
170    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
171    
172            * HTML.pm: Support for sizes="" (HTML5 revision 1558).
173    
174    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm: |select| or |datalist| as a first child of |datagrid|
177            is now disallowed (HTML5 revision 1566).  |datagrid| elements
178            may be empty.
179    
180    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTML.pm: The |param| element is in LC phase now.
183    
184    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
185    
186            * HTML.pm: Support for seemless="" (HTML5 revision 1637) and
187            sandbox="" (HTML5 revision 1643).
188    
189    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
190    
191            * HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5
192            revision 1659).
193    
194    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
195    
196            * HTML.pm: Fact out generic charset name checking code
197            to $HTMLCharsetChecker.  Support for charset="" attributes
198            on <a>, <link>, and <script> elements.
199    
200    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
201    
202            * HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than
203            one "." characters were allowed in a floating point number
204            incorrectly.
205            (source): Support for the pixelratio="" attribute (HTML5 revision
206            1629).
207    
208    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm: Yay, |canvas| got the final status!
211    
212    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase
215            letters (HTML5 revision 1572).
216    
217    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each
220            table object.  Return the table object, not table element.
221            The |headers=""| checker for |td| elements are now noop.
222            Set the status of |headers=""| attribute as HTML5's one.
223    
224    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm ($HTMLLengthAttrChecker): New.
227            (table/@cellpadding, table/@cellspacing, @charoff): Implemented.
228            (script/@langauge): Implemented.
229    
230    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
231    
232            * HTML.pm: Make duplicate http-equiv="" non-conforming.
233            Check meta refresh content="".
234    
235    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
236    
237            * HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are
238            no longer content model error (they might be raise
239            table model error, however).  All table model error
240            parameters should propagate.
241    
242    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
243    
244            * HTML.pm: Raise an error if a repeat* global attrbute
245            is used for an HTML element.
246    
247    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
248    
249            * HTML.pm: Support for global attributes.  Status
250            for XHTML2 elements/attributes are added.
251    
252    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm: Support for |repeat-start=""| attribute.
255    
256    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm: Support for |repeat=""|, |repeat-template=""|,
259            |repeat-min=""|, and |repeat-max=""| attributes.
260            Support for |button| |type| values |add|, |remove|, |move-up|,
261            and |move-down|.
262    
263  2008-05-03  Wakaba  <wakaba@suika.fam.cx>  2008-05-03  Wakaba  <wakaba@suika.fam.cx>
264    
265          * HTML.pm: Support for |template=""|, |ref=""|, and          * HTML.pm: Support for |template=""|, |ref=""|, and

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.132

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24