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

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.118

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24