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

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.129

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24