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

Legend:
Removed from v.1.178  
changed lines
  Added in v.1.251

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24