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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24