/[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.118 by wakaba, Sun Nov 11 06:54:36 2007 UTC revision 1.260 by wakaba, Sat Jul 19 07:41:22 2008 UTC
# Line 1  Line 1 
1    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
2    
3            * WebIDL.pm: Support for |exception| syntax.
4            (Interface->idl_text): Tentative support for inheritances.
5    
6    2008-07-19  Wakaba  <wakaba@suika.fam.cx>
7    
8            * WebIDL.pm: Hierarchical scoped name support was broken.
9            Support for raises, setraises, and getraises syntaxes.
10    
11    2008-07-18  Wakaba  <wakaba@suika.fam.cx>
12    
13            * WebIDL.pm: Support for |idl_text| attribute, version 1 (no
14            proper support for types, extended attributes, and exceptions yet).
15            WebIDL parser, version 1 (no support for exceptions yet,
16            no proper support for extended attributes yet).
17    
18    2008-07-09  Wakaba  <wakaba@suika.fam.cx>
19    
20            * WebIDL.pm (parse_char_string): Support for basic attribute syntax.
21    
22    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
23    
24            * WebIDL.pm: Support for valuetype and const.
25    
26    2008-06-29  Wakaba  <wakaba@suika.fam.cx>
27            
28            * WebIDL.pm: New module.
29    
30    2008-06-15  Wakaba  <wakaba@suika.fam.cx>
31    
32            * Makefile (Entities.html): URI changed.
33    
34    2008-06-08  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: Support for ruby parsing (HTML5 revision 1704).
37    
38    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
39    
40            * HTML.pm.src (_get_next_token): A parse error was missing.
41    
42    2008-06-01  Wakaba  <wakaba@suika.fam.cx>
43    
44            * mklinktypelist.pl: rel=contact is no longer part of the HTML5
45            spec (commented out). (HTML5 revision 1711).
46    
47    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
48    
49            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
50    
51            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
52            as UTF-16 (HTML5 revision 1701).
53    
54    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
57            1692).
58    
59    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: The secondary insertion mode used when switching
62            to foreign content is the "in body" insertion mode (HTML5 revision
63            1696).
64    
65    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
68            revision 1697).
69    
70    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src: Support for end-of-file token in foreign content
73            insertion mode (HTML5 revision 1693).  Update SVG camelCase
74            attribute list (HTML5 revision 1700).  <textarea> closes
75            </select> (HTML5 revision 1699).  More start tags close in
76            foreign content insertion mode (HTML5 revision 1698).
77    
78    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
79    
80            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
81    
82    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pm.src: More robust charset parameter detection (HTML5
85            revision 1674).
86    
87    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
88    
89            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
90            revision 1676).
91    
92    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
93    
94            * HTML.pm.src: Ignore language part of public identifiers for
95            quriks mode detection (HTML5 revision 1679).
96    
97    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
100            revision 1685).
101    
102    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * HTML.pm.src: Support for EOF in new states for tags (HTML5
105            revision 1684).
106    
107    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
110            work (HTML5 revision 1690).
111    
112    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm.src (_tree_construction_main): Change handling of
115            end tags in head insertion modes (HTML5 revision 1686).
116            (parse_char_string): Bug fix for non-utf8 character string handlings.
117            (parse_char_stream): |ungetc| does not work well for this context.
118    
119    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
120    
121            * HTML.pm.src (parse_byte_string): Redefined to invoke
122            |parse_byte_stream|.
123            (parse_byte_stream): New method.
124    
125    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
126    
127            * HTML.pm.src (parse_byte_string): Fix the column number reported
128            by encoding layer error reporter.
129    
130    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
131    
132            * HTML.pm.src (parse_byte_string): Use streaming decoder
133            rather than converting the whole byte string and then parsing.
134            Propagate errors in character encoding layer.
135            (get_next_token): Precise error reporting for |bare stago| error.
136    
137    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src (parse_char_stream): New method.
140            (parse_char_string): This method is now defined as an invocation
141            of the |parse_char_stream| method.
142    
143    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm.src (parse_byte_string): Report various status
146            of the sniffing as info-level errors.  Support for new
147            decoding framework in parser resestting.
148            (new): Various default error levels were not set.
149    
150    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
151    
152            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
153            algorithm, except for the actual sniffing, is implemented
154            with new framework with Message::Charset::Info.
155    
156    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
157    
158            * CacheManifest.pm (_parse): Drop fragment identifiers from
159            URIs in fallback section (HTML5 revision 1596).
160    
161    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
162    
163            * Makefile (Entities.html): URI has changed.
164    
165    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
166    
167            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
168            1553).
169    
170    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
171    
172            * ContentChecker.pm: Noted that those returned in |table| are
173            no longer table elements, but table objects returned
174            by Whatpm::HTMLTable.
175    
176            * HTMLTable.pm (form_table): Return table element node
177            as |$table->{element}|.
178            (assign_header): Support for the |headers=""| attribute.
179    
180    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
181    
182            * HTMLTable.pm (assign_header): New function; first version
183            with no support for headers="".
184            (form_table): Include table width and height to the returned
185            table object for covenience.  Indexing in column assignement was wrong.
186            Set whether a data cell is empty or not for convenience.
187    
188    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
191    
192    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTMLTable.pm: How table model errors are detected is
195            changed (HTML5 revision 1387).
196    
197    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
198    
199            * HTMLTable.pm: The algorithm now moves |tfoot| elements
200            to the end of the table (HTML5 revision 1380).
201    
202    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
203    
204            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
205            of 1-based (HTML5 revision 1376).
206    
207    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
208    
209            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
210            and "Content-Encoding" no longer prevent sniffing (HTML5
211            revision 1288).
212    
213    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
214    
215            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
216            1282).
217    
218    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
219    
220            * ContentChecker.pm: Support for global attributes.
221            Status of XML specs are added.
222    
223    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
224    
225            * ContentChecker.pm (check_element): Support for |template=""|
226            and |ref=""| attribute (referent element type checking).
227    
228    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
229    
230            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
231            1500) is implemented (except for IDNA part and URI-scheme-specific
232            knowledge).  Line number counting was wrong for LF-only
233            documents.
234    
235    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
236    
237            * HTML.pm.src: Raise an parse error for any disallowed
238            character (HTML5 revision 1263).
239    
240    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
241    
242            * mkentitylist.pl: Support for new HTML5 entity table format (the
243            definition for |AElig;| was missing).
244    
245    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
248            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
249    
250    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm.src: List of element names that close foreign content
253            insertion mode is added (HTML5 revisions 1412 and 1418).
254    
255    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
256    
257            * HTML.pm.src: Support for |mglyph| and |malignmark|
258            elements (HTML5 revision 1410).
259    
260    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
261    
262            * HTML.pm.src: Support for new long MathML entities (HTML5
263            revision 1406).
264    
265    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
266    
267            * HTML.pm.src: CDATA section support for MathML and SVG
268            elements (HTML5 revision 1404 and 1420).
269    
270    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
271    
272            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
273            elements (HTML5 revision 1404).  Unused !!!macro definitions
274            are removed.
275    
276    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
277    
278            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
279            are raised is changed (HTML5 revision 1404).
280    
281    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
282    
283            * HTML.pm.src: Category sets that are no longer used are removed.
284    
285    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
286    
287            * HTML.pm.src: The ->[1] property of stack entries are now
288            replaced by constants representing element category.
289    
290    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
291    
292            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
293            for error reporting.  (This is a preparation for using constant
294            value for ->[1].)
295    
296    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
297    
298            * RDFXML.pm: Typo fixed.
299    
300    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
301    
302            * ContentChecker.pm: |fact_level| is now treated
303            as same as |must_level|, i.e. level = |m|.
304            (check_element): Make list of URIs in the DOM.
305    
306    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
307    
308            * RDFXML.pm: Language accessor implemented.
309            Local (null-namespace) attribute support.
310    
311    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
312    
313            * RDFXML.pm: Factored out ID checking code.
314    
315    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
316    
317            * RDFXML.pm: TODO items noted.  Validation of ID
318            and URI attributes is implemented.  Warn if unknown
319            value is used in rdf:parseType="" attribute.
320    
321            * URIChecker.pm (check_rdf_uri_reference): New function.
322    
323    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
324    
325            * RDFXML.pm: bnodeid implemented.  Relative references
326            are now resolved.
327    
328    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
329    
330            * ContentChecker.pm: RDF reification implemented.
331    
332            * RDFXML.pm: undef vs false bug fixed.
333            Reification implemented.
334    
335    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
336    
337            * RDFXML.pm: s/id/ID/ for attribute name.
338            The |node| arguments are added for |ontriple| calls.
339            Too many "attribute not allowed" errors were raised.
340    
341            * ContentChecker.pm: Initial experimental support for rdf:RDF
342            element.
343    
344    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
345    
346            * RDFXML.pm: New module.
347    
348    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
349    
350            * HTML.pm.src (set_inner_html): Line/column number
351            code was old one yet.
352    
353    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
354    
355            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
356            errors.  Line/column markings for DOCTYPE, comment, and
357            character tokens are reintroduced; otherwise,
358            error location for "not HTML5" error and errors
359            for implied elements are not attached.
360    
361    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
362    
363            * HTML.pm.src: Set line/column numbers to attributes.
364    
365            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
366            (value): Setter implemented.
367    
368            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
369    
370    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
371    
372            * HTML.pm.src: Unused line/column markings are removed.
373    
374    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
375    
376            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
377            flag, which is no longer used.
378    
379    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
380    
381            * HTML.pm.src: Set line/column information to element nodes.
382    
383            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
384            and !!!insert-element-t): Set line/column information to
385            element nodes.
386    
387    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
388    
389            * HTML.pm.src (_get_next_token): The first "<" character
390            in "<?", "<>", or "</>" should be the error point.
391    
392    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
393    
394            * HTML.pm.src: Some more fixes on error position reporting.
395    
396    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
397    
398            * HTML.pm.src: Token-level precious error reporting.
399    
400    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
401    
402            * HTML.pm.src: Preparation for more precious error point
403            reporting.
404    
405    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
406    
407            * HTML.pm.src: Error type revised.
408    
409    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
410    
411            * HTML.pm.src: Similar codes are merged together, again.
412    
413    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
414    
415            * HTML.pm.src: Similar codes are merged together.
416    
417    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
418    
419            * mkhtmlparser.pl: Set "level" parameter to parse errors.
420    
421            * HTML.pm.src: Code refined.
422    
423    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
424    
425            * HTML.pm.src: |</body>| treatement has been changed (HTML5
426            revision 1348).  Note that I really don't know this makes
427            any difference in the black-box behavior of the parser.
428    
429    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
430    
431            * HTML.pm.src: New end-of-file token implementation (HTML5
432            revision 1348).
433    
434    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
435    
436            * HTML.pm.src: |applet| support (HTML5 revision 1347).
437    
438    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
439    
440            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
441    
442    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
443    
444            * HTML.pm.src: Support for |<input>| in the "in select" insertion
445            mode and support for the "in select in table" insertion mode (HTML5
446            revision 1342).
447    
448    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
449    
450            * HTML.pm.src: No foster parenting for <script> and <script>
451            in non-tainted <table>s (HTML5 revision 1336).
452    
453    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
454    
455            * HTML.pm.src: Ignore white space characters between <html>
456            and <head> (HTML5 revision 1332).
457    
458    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
459    
460            * HTML.pm.src: Treat <input type=hidden> as if it were a
461            white space (HTML5 revision 1331).
462    
463    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
464    
465            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
466            element (HTML5 revision 1330).
467    
468    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
469    
470            * HTML.pm.src: <title> is always appended to the current
471            element (HTML5 revision 1328).
472    
473    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
474    
475            * HTML.pm.src: White space in tainted tables are moved
476            into foster parents (HTML5 revision 1326).
477    
478    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
479    
480            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
481            revision 1321).
482    
483    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
484    
485            * HTML.pm.src: |</h/n/>| case code rearranged to align with
486            the spec (HTML5 revision 1320).  Note that we finally complete
487            all of HTML5 revision 1320 changes.
488    
489    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
490    
491            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
492            tags (HTML5 revision 1320).
493    
494    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
495    
496            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
497    
498    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
499    
500            * HTML.pm.src: A "generate implied end tags" code (t409.1)
501            could not be reached so that it is now removed (HTML5 revision
502            1320).
503    
504    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
505    
506            * HTML.pm.src: Code for the case of |</div>| and so on are revised
507            to align with new spec text (HTML5 revision 1320).
508    
509    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
510    
511            * HTML.pm.src: Remove strange |if| condition; however, it should
512            have had no harm in theory.
513    
514    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
515    
516            * HTML.pm.src (_tree_construction_main): '</p>' in body
517            case is split from other end tags for the preparation
518            of implementing HTML revision 1320.
519    
520    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
521    
522            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
523            revision 1320).
524    
525    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
526    
527            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
528            and "div" (HTML5 revision 1318).  Add comments to where
529            |form| pointer association codes should be inserted (HTML5 revision
530            1319).
531    
532    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
533    
534            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
535    
536    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
537    
538            * HTML.pm.src: Since the case t268 should never be reached (no
539            other token type, there are), it is replaced by a |die| statement.
540    
541    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
542    
543            * HTML.pm.src: Typo fixed.
544    
545    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
546    
547            * HTML.pm.src (_tree_construction_initial): Some limited quirks
548            doctypes were not uppercased for comparison.
549    
550    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
551    
552            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
553            are added.
554    
555    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
556    
557            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
558            are set.  Cases that are unlikely reached are noted as so.
559    
560    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
561    
562            * HTML.pm.src: Checkpoints for debugging are added.
563    
564            * mkhtmlparser.pl: Support for |!!!cp| syntax.
565    
566    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
567    
568            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
569            for simplicity.
570    
571    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
572    
573            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
574            revision 1307).
575    
576    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
577    
578            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
579            is set are changed (HTML5 revision 1305).
580    
581    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
582    
583            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
584            1292).  Entities are not parsed in comment-like part in RCDATA
585            elements (HTML5 revision 1294).  Allow bare & at the end
586            of attribute value literals (HTML5 revision 1296).  More
587            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
588            between attributes and ban attribute names or unquoted
589            attribute values containing single or double quotes (HTML5
590            revision 1303).
591    
592    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
593    
594            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
595            and related errors unless it is an HTML document (though the spec
596            is unclear on whether it is applied to XHTML document).
597    
598            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
599            are added.
600    
601    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
602    
603            * HTML.pm.src: s/local_name/manakai_local_name/g.
604    
605    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
606    
607            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
608    
609            * HTML.pm.src: |charset| in |content| attribute is
610            case-insensitive (HTML5 revision 1270).
611    
612    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
613    
614            * ContentChecker.pm: New status constants are added.
615            ($ElementDefault): |status| added.
616            (check_element): Err for non-standard or deprecated elements.
617            (_attr_status_info): For non-standard or deprecated attributes.
618    
619    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
620    
621            * ContentChecker.pm (_attr_status_info): New internal method.
622    
623    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
624    
625            * ContentChecker.pm (check_element): Element standardized
626            status information is now dispatched.
627    
628    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
629    
630            * ContentChecker.pm (check_element): Fix |del|-and-significant
631            problem by adding some more arguments.
632    
633    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
634    
635            * ContentChecker.pm (check_element): Use context of
636            container-for-the-purpose-of-content-model element (not transparent
637            element) for |check_child_element| calling and significant
638            text flag marking.  This reintroduces |<del>|-and-significant
639            problem again.
640    
641    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
642    
643            * ContentChecker.pm (check_element): Make semi-transparent
644            elements ignored for the purpose of phase changes in
645            content model checking.
646    
647    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
648    
649            * ContentChecker.pm (check_element): In-element state
650            was not properly managed for transparent cases.
651    
652    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
653    
654            * ContentChecker.pm (check_element): Support for |video|
655            and |audio| as semi-transparent elements.
656    
657    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
658    
659            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
660            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
661            Support for |html:object| as a semi-transparent element.
662    
663    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
664    
665            * ContentChecker.pm (check_element): The way to traverse
666            the tree is entirely revised to make it easier to track
667            the state of ancestors/descendants.  As a result of this
668            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
669            support for content model checking for HTML elements |figure|,
670            |object|, |video|, and |audio| and checking for XML elements (and
671            some XMLNS checkings) are dropped for now.  They will be
672            reimplemented in due cource.
673    
674    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
675    
676            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
677            token (HTML5 revision 1225).
678    
679    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
680    
681            * ContentChecker.pm ({unsupported_level}): New value.
682    
683            * HTML.pm.src: Save whether |meta| |content| attribute
684            contains character references or not.
685    
686    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
687    
688            * ContentChecker.pm (_get_children): (Incompleted) attempt to
689            imlement significant content checking for contents
690            with |del| elements.
691    
692    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
693    
694            * ContenteChecker.pm ($HTMLTransparentElements): More
695            elements are added.
696            (_get_children): HTML |object| elements are now semi-transparent.
697    
698            * NanoDOM.pm (manakai_html, manakai_head): New methods.
699    
700    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
701    
702            * CacheManifest.pm: HTML5 revision 1211 implemented.
703    
704            * CacheManifest.pod: Updated.
705    
706    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
707    
708            * ContentChecker.pm (check_document, check_element): Support
709            for second argument ($onsubdoc).
710            (_get_css_parser): Removed (now it is part of WDCC).
711    
712    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
713    
714            * ContentChecker.pm (_get_css_parser): New.
715    
716    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
717    
718            * ContentChecker.pm ($AnyChecker): Old way to add child elements
719            for checking had been used.
720    
721    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
722    
723            * ContentChecker.pm (check_element): New todo item type |descendant|.
724    
725    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
726    
727            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
728            specced in RFC 2046 and RFC 4288.
729            (application/atom+xml): Definition added.
730    
731    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
732    
733            * URIChecker.pm: Make RFC 3986 should-level errors
734            warnings (rather than SHOULD-level errors).
735    
736    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
737    
738            * NanoDOM.pm (get_user_data, set_user_data): New methods.
739    
740            * HTML.pm.src: A flag for character references in attribute
741            values are added.  Set |manakai_has_reference| user data
742            to |charset| attribute.
743    
744    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
745    
746            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
747            attributes.
748    
749            * ContentChecker.pm (check_document): Warn if charset requirements
750            cannot be tested.
751    
752    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
753    
754            * HTML.pm.src (parse_byte_string): Detect charset
755            by universalchardet if charset parameter is not specified.
756    
757            * Makefile (Charset-all, Charset-clean): New rules.
758    
759    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
760    
761            * ContentChecker.pm (check_document): Check the existence
762            of character encoding declaration and selection of encoding
763            for HTML document.
764    
765    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
766    
767            * ContentType.pm (get_sniffed_type): Return also the official
768            type in list context.
769    
770    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
771    
772            * ContentType.pm: Sniffing with leading white space
773            ignoring (HTML5 revisions 1013 and 1016).
774    
775    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
776    
777            * ContentType.pm: HTML5 revision 1013 changes, except for leading
778            white spaces, are implemented.
779    
780    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
781    
782            * HTML.pm.src (parse_char_string): Set |inner_encoding|
783            attribute if possible.
784    
785  2007-11-11  Wakaba  <wakaba@suika.fam.cx>  2007-11-11  Wakaba  <wakaba@suika.fam.cx>
786    
787          * HTML.pm.src (parse_byte_string): New method.          * HTML.pm.src (parse_byte_string): New method.

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.260

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24