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

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.253

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24