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

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.243

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24