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

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.240

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24