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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24