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

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.136

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24