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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24