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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24