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

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.127

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24