/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by wakaba, Sat May 19 15:31:07 2007 UTC revision 1.71 by wakaba, Sat Jul 21 04:55:20 2007 UTC
# Line 1  Line 1 
1    2007-07-21  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Add the name of the attribute
4            to the "duplicate attribute" error.
5    
6    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
7    
8            * ContentChecker.pm: Return the |class| node list.
9    
10    2007-07-17  Wakaba  <wakaba@suika.fam.cx>
11    
12            * ContentChecker.pm: Return the |id| node list.
13    
14            * HTML.pm.src: A typo is fixed.
15    
16    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
17    
18            * ContentChecker.pm: Drop wrong |level => 'error'| specification
19            from "in HTML:xml:lang" error.  Character position
20            is now the last part of the error type in the URI error
21            description.  Report "unsupported" status for language
22            tags, media queries, script codes, and style sheets.
23    
24    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
25    
26            * ContentChecker.pm: Report error if |xml:lang|
27            in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset|
28            in XML.
29    
30            * NanoDOM.pm (Attr.owner_document): New attribute.
31    
32    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm.src: The character immediately following
35            a bare |hcro| was discarded.  Fix handling of
36            entity references in attribute values.
37    
38    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src (main and trailin end phases): Token
41            types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are
42            factored out.  Error types |in html:#DOCTYPE|
43            and |after html:#DOCTYPE| are merged
44            into |DOCTYPE in the middle|.  |</frameset>|
45            in fragment parsing mode changed the
46            insertion mode.
47    
48    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
49    
50            * HTML.pm.src: |$phase| has been removed; The |trailing end|
51            phase is now an insertion mode.  Treatments for white
52            space character tokens were incorrect for some
53            insertion modes.  An old |meta| case was not removed.
54    
55    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm.src: |meta| charset declaration extraction
58            implemented (but changing the encoding is not yet:-).
59    
60    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
61    
62            * Charset/: New directory.
63    
64    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
65    
66            * H2H.pm: New Perl module (created from
67            manakai's H2H.dis).
68    
69    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
70    
71            * XMLSerializer.pm: New Perl module (created from
72            manakai's SimpleLS.dis).
73    
74    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src: |<!---x-->| was not processed correctly.
77    
78    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: Report correct error message
81            for |<body></div></body>|.
82    
83    2007-07-01  Wakaba  <wakaba@suika.fam.cx>
84    
85            * HTMLTable.pm: An error description was incorrect.
86    
87    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentChecker.pm: Return |{term}| list.
90    
91    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
92    
93            * HTML.pm.src: HTML5 revisions 961-966 (</p>, </br>,
94            nested <nobr>, implied </tbody>, </tfoot>, and </thead>,
95            and <title> outside of head).
96    
97    2007-06-30  Wakaba  <wakaba@suika.fam.cx>
98    
99            * IMTChecker.pm: Report warning for unregistered
100            and private types/subtypes.
101    
102            * ContentChecker.pm, HTML.pm.src, IMTChecker.pm,
103            URIChecker.pm, HTMLTable.pm: Error messages are now
104            consistent; they are all listed in
105            <http://suika.fam.cx/gate/2005/sw/Whatpm%20Error%20Types>.
106    
107    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
108    
109            * ContentChecker.pm: |<img ismap>| not in |<a></a>|
110            is now erred.  |<datalist>| is implemented.
111            Attribute checker for |<command>| and |<menu>| are
112            added.  Support for |contextmenu| global attribute
113            is added.
114    
115    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
116    
117            * HTML.pm.src (_reset_insertion_mode): Interpretation
118            of Step 3 has been changed.
119    
120    2007-06-25  Wakaba  <wakaba@suika.fam.cx>
121    
122            * HTML.pm.src: Late |<html>| parse error is implemented.
123    
124    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
125    
126            * URIChecker.pm (check_iri_reference): A |decode| method name was
127            incorrect.
128    
129            * ContentChecker.pm: Support for the |footer| element.
130            Check URI syntax for space-separated URI attributes.
131            Support for the |tabindex| attribute.  Support
132            for |datetime| attribute.
133    
134    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
135    
136            * HTML.pm.src: HTML5 revision 1.144 (&#x0D;) and 1.145 (invalid
137            character references).  HTML5 revision 1.146 (white space
138            characters before root start tag).  HTML5 revision
139            1.148 (named character references in attribute values).
140            HTML5 revision 1.152 (<plaintext>.innerHTML get).
141    
142    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
143    
144            * HTML.pm.src: HTML5 revisions 1.142 and 1.143 (<noscript>
145            in <head>).
146    
147    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm.src: HTML5 revision 935 (<base>, <link>, <meta>
150            in body).
151    
152            * ContentChecker.pm: HTML5 revision 938 (scoped="").
153    
154    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src: HTML5 revision 923 (matching end tag in CDATA
157            or RCDATA in fragment parsing mode).  HTML5 revision
158            924 (<!--> and <!--->).  HTML5 revision 926 (hn in hn).
159    
160    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTML.pm.src (get_inner_html): HTML5 revision 922 (inner_html
163            for <pre> and <textarea>).
164    
165    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm.src: HTML5 revision 920 (<isindex>).
168    
169    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src: HTML5 revision 918 (</head>, </body>, </html>).
172    
173    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: HTML5 revision 916 (</body>).
176            HTML5 revision 917 (conforming bare &).
177    
178    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
179    
180            * NanoDOM.pm (manakai_is_html): Setting to false did not work.
181    
182            * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA).
183            HTML5 revision 915 (<nobr>).
184    
185    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
186    
187            * HTML.pm.src: HTML5 revisions 908, 909, 912, and 913 (quirks mode).
188            
189            * NanoDOM.pm (manakai_is_html, manakai_compat_mode, compat_mode):
190            New attributes.
191    
192    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm.src: HTML5 revisions 900, 901, 902, and 911 (<
195            in tags).
196    
197    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
198    
199            * .cvsignore: |Entities.html| is added.
200    
201            * HTML.pm.src: |$entity_char| is removed and
202            requires |Whatpm::_NamedEntityList| instead.
203            HTML5 revision 898 (refc), except that lack of refc
204            is parse error.
205    
206            * mkentitylist.pl: New script.
207    
208            * Makefile (all): |_NamedEntityList.pm| is added.
209            (_NamedEntityList.pm, Entities.html): New rules.
210    
211    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm.src: Parse errors immediately after U+000D
214            were ignored and U+000D immediately following another
215            U+000D was not converted to U+000A.
216    
217    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm.src (set_inner_html): HTML5 revision 892 (adopt
220            nodes before appended).  Parser was not ready for NULL
221            parse error and escape flag.
222    
223            * NanoDOM.pm (adopt_node): New.
224    
225    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
226    
227            * HTML.pm.src: HTML5 revision 886 (insane comment in
228            CDATA and RCDATA).  Note that current implementation
229            is simply repeating what the spec says and it is maybe not
230            a best way to do it.
231    
232    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
233    
234            * HTML.pm.src: HTML5 revision 884 (</form> don't close
235            the form element if a descendant element without implied end tag has
236            still been open).
237    
238    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
239    
240            * ContentChecker.pm: HTML5 revision 881 (Make |id| attribute with
241            space characters non-conforming).
242    
243    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
244    
245            * HTML.pm.src: An error message was incorrect.
246            HTML5 revision 869 (C1 character references).
247            
248    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
249    
250            * HTML.pm.src: HTML5 revision 867 (a LF at the beginning of
251            a |textarea| is removed).
252    
253    2007-06-05  Wakaba  <wakaba@suika.fam.cx>
254    
255            * NanoDOM.pm (get_attribute_node_ns): New method.
256    
257            * ContentChecker.pm: |script| |async| and |defer|
258            no longer require |src|.  |async| MUST NOT be
259            specified if |defer|.  (HTML5 revision 858).
260    
261    2007-05-30  Wakaba  <wakaba@suika.fam.cx>
262    
263            * HTML.pm.src: |<form><form>| went to inifinite loop.
264    
265    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
266    
267            * ContentChecker.pm (html): Set |is_root| (allowed
268            as a document element) flag on.
269            (new): Removed.
270            (check_document): New method.
271    
272    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
273    
274            * ContentChecker.pm (thead, tfoot): Checker specifications
275            were incorrect.
276    
277    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
278    
279            * ContentChecker.pm ($HTMLURIAttrChecker): Include
280            error position in the |type| option of the error.
281    
282            * HTMLTable.pm (form_table): The |$onerror| parameter
283            is now optional.  Some bugs are fixed.
284    
285    2007-05-27  Wakaba  <wakaba@suika.fam.cx>
286    
287            * HTMLTable.pm: New module.
288    
289            * ContentChecker.pm (table): Invoke table model error checker.
290    
291            * NanoDOM.pm (first_child, get_attribute_ns): New.
292    
293    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
294    
295            * ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker.
296            (link/@rel, a/@rel, area/@rel): Use new checker.
297    
298            * Makefile (_LinkTypeList.pm, RelExtensions.html): New rules.
299    
300            * _LinkTypeList.pm: New file.
301    
302            * mklinktypelist.pl: New file.
303    
304            * .cvsignore: |RelExtensions.html| added.
305    
306            * NanoDOM.pm (child_nodes): Returns an empty array
307            for non-child-containing node types.
308            (text_content): New attribute.
309    
310    2007-05-26  Wakaba  <wakaba@suika.fam.cx>
311    
312            * IMTChecker.pm: New module.
313    
314            * ContentChecker.pm ($HTMLIMTAttrChecker): Call IMTChecker
315            to test parameter value validity.
316    
317            * HTML.pm.src ($style_start_tag): Attributes were
318            discarded.
319    
320    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
321    
322            * ContentChecker.pm ($HTMLURIAttrChecker): Implemented.
323    
324    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
325    
326            * URIChecker.pm: All recommendations from RFC 3986
327            and RFC 3987 are listed (not all testable items are checked yet).
328    
329    2007-05-25  Wakaba  <wakaba@suika.fam.cx>
330    
331            * URIChecker.pm: New module.
332    
333    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
334    
335            * ContentChecker.pm: Now most attributes are implemented
336            or associated to some placeholder.
337            ($ElementDefault): Warn unknown attributes
338            for unknown elements as "attribute not supported".
339            ($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
340            ($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
341            (|a| attribute checker): Reimplemented.
342    
343    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
344    
345            * ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder.
346            ($HTMLAttrChecker): Event handler content attributes
347            are added.
348            (link, embed): Required attribute is now checked.
349            (embed): Unknown local attributes are no longer warned.
350    
351    2007-05-20  Wakaba  <wakaba@suika.fam.cx>
352    
353            * ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder.
354            ($HTMLIMTAttrChecker): New checker.
355            (link@rel, link@href, link@type, style@type,
356            a@href, a@ping, a@ping, a@type, embed@src, embed@type,
357            object@data, object@type, source@src, source@type, area@alt,
358            area@shape, area@coords, area@href,
359            area@ping, area@rel, area@type, script@src,
360            script@defer, script@async, script@type): Checkers added.
361    
362  2007-05-20  Wakaba  <wakaba@suika.fam.cx>  2007-05-20  Wakaba  <wakaba@suika.fam.cx>
363    
364          * ContentChecker.pm: Descendant checking was incorrect.          * ContentChecker.pm: Descendant checking was incorrect.

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.71

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24