/[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.187 by wakaba, Sun Mar 16 06:39:56 2008 UTC revision 1.252 by wakaba, Sun Jun 1 06:47:08 2008 UTC
# Line 1  Line 1 
1    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src (_get_next_token): A parse error was missing.
4    
5    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
6    
7            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
8            spec (commented out). (HTML5 revision 1711).
9    
10    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
11    
12            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
13    
14            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
15            as UTF-16 (HTML5 revision 1701).
16    
17    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
18    
19            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
20            1692).
21    
22    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
23    
24            * HTML.pm.src: The secondary insertion mode used when switching
25            to foreign content is the "in body" insertion mode (HTML5 revision
26            1696).
27    
28    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
29    
30            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
31            revision 1697).
32    
33    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
34    
35            * HTML.pm.src: Support for end-of-file token in foreign content
36            insertion mode (HTML5 revision 1693).  Update SVG camelCase
37            attribute list (HTML5 revision 1700).  <textarea> closes
38            </select> (HTML5 revision 1699).  More start tags close in
39            foreign content insertion mode (HTML5 revision 1698).
40    
41    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
44    
45    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm.src: More robust charset parameter detection (HTML5
48            revision 1674).
49    
50    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
51    
52            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
53            revision 1676).
54    
55    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm.src: Ignore language part of public identifiers for
58            quriks mode detection (HTML5 revision 1679).
59    
60    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
63            revision 1685).
64    
65    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm.src: Support for EOF in new states for tags (HTML5
68            revision 1684).
69    
70    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
73            work (HTML5 revision 1690).
74    
75    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
76    
77            * HTML.pm.src (_tree_construction_main): Change handling of
78            end tags in head insertion modes (HTML5 revision 1686).
79            (parse_char_string): Bug fix for non-utf8 character string handlings.
80            (parse_char_stream): |ungetc| does not work well for this context.
81    
82    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src (parse_byte_string): Redefined to invoke
85            |parse_byte_stream|.
86            (parse_byte_stream): New method.
87    
88    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm.src (parse_byte_string): Fix the column number reported
91            by encoding layer error reporter.
92    
93    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
94    
95            * HTML.pm.src (parse_byte_string): Use streaming decoder
96            rather than converting the whole byte string and then parsing.
97            Propagate errors in character encoding layer.
98            (get_next_token): Precise error reporting for |bare stago| error.
99    
100    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
101    
102            * HTML.pm.src (parse_char_stream): New method.
103            (parse_char_string): This method is now defined as an invocation
104            of the |parse_char_stream| method.
105    
106    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src (parse_byte_string): Report various status
109            of the sniffing as info-level errors.  Support for new
110            decoding framework in parser resestting.
111            (new): Various default error levels were not set.
112    
113    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
114    
115            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
116            algorithm, except for the actual sniffing, is implemented
117            with new framework with Message::Charset::Info.
118    
119    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
120    
121            * CacheManifest.pm (_parse): Drop fragment identifiers from
122            URIs in fallback section (HTML5 revision 1596).
123    
124    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
125    
126            * Makefile (Entities.html): URI has changed.
127    
128    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
129    
130            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
131            1553).
132    
133    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
134    
135            * ContentChecker.pm: Noted that those returned in |table| are
136            no longer table elements, but table objects returned
137            by Whatpm::HTMLTable.
138    
139            * HTMLTable.pm (form_table): Return table element node
140            as |$table->{element}|.
141            (assign_header): Support for the |headers=""| attribute.
142    
143    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTMLTable.pm (assign_header): New function; first version
146            with no support for headers="".
147            (form_table): Include table width and height to the returned
148            table object for covenience.  Indexing in column assignement was wrong.
149            Set whether a data cell is empty or not for convenience.
150    
151    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
152    
153            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
154    
155    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
156    
157            * HTMLTable.pm: How table model errors are detected is
158            changed (HTML5 revision 1387).
159    
160    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
161    
162            * HTMLTable.pm: The algorithm now moves |tfoot| elements
163            to the end of the table (HTML5 revision 1380).
164    
165    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
168            of 1-based (HTML5 revision 1376).
169    
170    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
171    
172            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
173            and "Content-Encoding" no longer prevent sniffing (HTML5
174            revision 1288).
175    
176    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
177    
178            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
179            1282).
180    
181    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
182    
183            * ContentChecker.pm: Support for global attributes.
184            Status of XML specs are added.
185    
186    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
187    
188            * ContentChecker.pm (check_element): Support for |template=""|
189            and |ref=""| attribute (referent element type checking).
190    
191    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
192    
193            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
194            1500) is implemented (except for IDNA part and URI-scheme-specific
195            knowledge).  Line number counting was wrong for LF-only
196            documents.
197    
198    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm.src: Raise an parse error for any disallowed
201            character (HTML5 revision 1263).
202    
203    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
204    
205            * mkentitylist.pl: Support for new HTML5 entity table format (the
206            definition for |AElig;| was missing).
207    
208    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
209    
210            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
211            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
212    
213    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
214    
215            * HTML.pm.src: List of element names that close foreign content
216            insertion mode is added (HTML5 revisions 1412 and 1418).
217    
218    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
219    
220            * HTML.pm.src: Support for |mglyph| and |malignmark|
221            elements (HTML5 revision 1410).
222    
223    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
224    
225            * HTML.pm.src: Support for new long MathML entities (HTML5
226            revision 1406).
227    
228    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
229    
230            * HTML.pm.src: CDATA section support for MathML and SVG
231            elements (HTML5 revision 1404 and 1420).
232    
233    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
234    
235            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
236            elements (HTML5 revision 1404).  Unused !!!macro definitions
237            are removed.
238    
239    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
240    
241            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
242            are raised is changed (HTML5 revision 1404).
243    
244    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
245    
246            * HTML.pm.src: Category sets that are no longer used are removed.
247    
248    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
249    
250            * HTML.pm.src: The ->[1] property of stack entries are now
251            replaced by constants representing element category.
252    
253    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
254    
255            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
256            for error reporting.  (This is a preparation for using constant
257            value for ->[1].)
258    
259    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
260    
261            * RDFXML.pm: Typo fixed.
262    
263    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
264    
265            * ContentChecker.pm: |fact_level| is now treated
266            as same as |must_level|, i.e. level = |m|.
267            (check_element): Make list of URIs in the DOM.
268    
269    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
270    
271            * RDFXML.pm: Language accessor implemented.
272            Local (null-namespace) attribute support.
273    
274    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
275    
276            * RDFXML.pm: Factored out ID checking code.
277    
278    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
279    
280            * RDFXML.pm: TODO items noted.  Validation of ID
281            and URI attributes is implemented.  Warn if unknown
282            value is used in rdf:parseType="" attribute.
283    
284            * URIChecker.pm (check_rdf_uri_reference): New function.
285    
286    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
287    
288            * RDFXML.pm: bnodeid implemented.  Relative references
289            are now resolved.
290    
291    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
292    
293            * ContentChecker.pm: RDF reification implemented.
294    
295            * RDFXML.pm: undef vs false bug fixed.
296            Reification implemented.
297    
298    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
299    
300            * RDFXML.pm: s/id/ID/ for attribute name.
301            The |node| arguments are added for |ontriple| calls.
302            Too many "attribute not allowed" errors were raised.
303    
304            * ContentChecker.pm: Initial experimental support for rdf:RDF
305            element.
306    
307    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
308    
309            * RDFXML.pm: New module.
310    
311    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
312    
313            * HTML.pm.src (set_inner_html): Line/column number
314            code was old one yet.
315    
316    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
317    
318            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
319            errors.  Line/column markings for DOCTYPE, comment, and
320            character tokens are reintroduced; otherwise,
321            error location for "not HTML5" error and errors
322            for implied elements are not attached.
323    
324    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
325    
326            * HTML.pm.src: Set line/column numbers to attributes.
327    
328            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
329            (value): Setter implemented.
330    
331            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
332    
333    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
334    
335            * HTML.pm.src: Unused line/column markings are removed.
336    
337    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
338    
339            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
340            flag, which is no longer used.
341    
342    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
343    
344            * HTML.pm.src: Set line/column information to element nodes.
345    
346            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
347            and !!!insert-element-t): Set line/column information to
348            element nodes.
349    
350    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
351    
352            * HTML.pm.src (_get_next_token): The first "<" character
353            in "<?", "<>", or "</>" should be the error point.
354    
355    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
356    
357            * HTML.pm.src: Some more fixes on error position reporting.
358    
359    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
360    
361            * HTML.pm.src: Token-level precious error reporting.
362    
363  2008-03-16  Wakaba  <wakaba@suika.fam.cx>  2008-03-16  Wakaba  <wakaba@suika.fam.cx>
364    
365          * HTML.pm.src: Preparation for more precious error point          * HTML.pm.src: Preparation for more precious error point

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.252

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24