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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24