/[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.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>
421    
422            * HTML.pm.src: Ignore white space characters between <html>
423            and <head> (HTML5 revision 1332).
424    
425    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
426    
427            * HTML.pm.src: Treat <input type=hidden> as if it were a
428            white space (HTML5 revision 1331).
429    
430    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
431    
432            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
433            element (HTML5 revision 1330).
434    
435    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
436    
437            * HTML.pm.src: <title> is always appended to the current
438            element (HTML5 revision 1328).
439    
440    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
441    
442            * HTML.pm.src: White space in tainted tables are moved
443            into foster parents (HTML5 revision 1326).
444    
445    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
446    
447            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
448            revision 1321).
449    
450    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
451    
452            * HTML.pm.src: |</h/n/>| case code rearranged to align with
453            the spec (HTML5 revision 1320).  Note that we finally complete
454            all of HTML5 revision 1320 changes.
455    
456    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
457    
458            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
459            tags (HTML5 revision 1320).
460    
461    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
462    
463            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
464    
465    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
466    
467            * HTML.pm.src: A "generate implied end tags" code (t409.1)
468            could not be reached so that it is now removed (HTML5 revision
469            1320).
470    
471    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
472    
473            * HTML.pm.src: Code for the case of |</div>| and so on are revised
474            to align with new spec text (HTML5 revision 1320).
475    
476    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
477    
478            * HTML.pm.src: Remove strange |if| condition; however, it should
479            have had no harm in theory.
480    
481    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
482    
483            * HTML.pm.src (_tree_construction_main): '</p>' in body
484            case is split from other end tags for the preparation
485            of implementing HTML revision 1320.
486    
487    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
488    
489            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
490            revision 1320).
491    
492    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
493    
494            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
495            and "div" (HTML5 revision 1318).  Add comments to where
496            |form| pointer association codes should be inserted (HTML5 revision
497            1319).
498    
499    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
500    
501            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
502    
503    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
504    
505            * HTML.pm.src: Since the case t268 should never be reached (no
506            other token type, there are), it is replaced by a |die| statement.
507    
508    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
509    
510            * HTML.pm.src: Typo fixed.
511    
512    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
513    
514            * HTML.pm.src (_tree_construction_initial): Some limited quirks
515            doctypes were not uppercased for comparison.
516    
517    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
518    
519            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
520            are added.
521    
522    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
523    
524            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
525            are set.  Cases that are unlikely reached are noted as so.
526    
527    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
528    
529            * HTML.pm.src: Checkpoints for debugging are added.
530    
531            * mkhtmlparser.pl: Support for |!!!cp| syntax.
532    
533    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
534    
535            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
536            for simplicity.
537    
538    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
539    
540            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
541            revision 1307).
542    
543    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
544    
545            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
546            is set are changed (HTML5 revision 1305).
547    
548    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
549    
550            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
551            1292).  Entities are not parsed in comment-like part in RCDATA
552            elements (HTML5 revision 1294).  Allow bare & at the end
553            of attribute value literals (HTML5 revision 1296).  More
554            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
555            between attributes and ban attribute names or unquoted
556            attribute values containing single or double quotes (HTML5
557            revision 1303).
558    
559    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
560    
561            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
562            and related errors unless it is an HTML document (though the spec
563            is unclear on whether it is applied to XHTML document).
564    
565            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
566            are added.
567    
568    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
569    
570            * HTML.pm.src: s/local_name/manakai_local_name/g.
571    
572    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
573    
574            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
575    
576            * HTML.pm.src: |charset| in |content| attribute is
577            case-insensitive (HTML5 revision 1270).
578    
579    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
580    
581            * ContentChecker.pm: New status constants are added.
582            ($ElementDefault): |status| added.
583            (check_element): Err for non-standard or deprecated elements.
584            (_attr_status_info): For non-standard or deprecated attributes.
585    
586    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
587    
588            * ContentChecker.pm (_attr_status_info): New internal method.
589    
590    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
591    
592            * ContentChecker.pm (check_element): Element standardized
593            status information is now dispatched.
594    
595    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
596    
597            * ContentChecker.pm (check_element): Fix |del|-and-significant
598            problem by adding some more arguments.
599    
600    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
601    
602            * ContentChecker.pm (check_element): Use context of
603            container-for-the-purpose-of-content-model element (not transparent
604            element) for |check_child_element| calling and significant
605            text flag marking.  This reintroduces |<del>|-and-significant
606            problem again.
607    
608    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
609    
610            * ContentChecker.pm (check_element): Make semi-transparent
611            elements ignored for the purpose of phase changes in
612            content model checking.
613    
614    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
615    
616            * ContentChecker.pm (check_element): In-element state
617            was not properly managed for transparent cases.
618    
619    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
620    
621            * ContentChecker.pm (check_element): Support for |video|
622            and |audio| as semi-transparent elements.
623    
624    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
625    
626            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
627            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
628            Support for |html:object| as a semi-transparent element.
629    
630    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
631    
632            * ContentChecker.pm (check_element): The way to traverse
633            the tree is entirely revised to make it easier to track
634            the state of ancestors/descendants.  As a result of this
635            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
636            support for content model checking for HTML elements |figure|,
637            |object|, |video|, and |audio| and checking for XML elements (and
638            some XMLNS checkings) are dropped for now.  They will be
639            reimplemented in due cource.
640    
641    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
642    
643            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
644            token (HTML5 revision 1225).
645    
646    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
647    
648            * ContentChecker.pm ({unsupported_level}): New value.
649    
650            * HTML.pm.src: Save whether |meta| |content| attribute
651            contains character references or not.
652    
653    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
654    
655            * ContentChecker.pm (_get_children): (Incompleted) attempt to
656            imlement significant content checking for contents
657            with |del| elements.
658    
659    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
660    
661            * ContenteChecker.pm ($HTMLTransparentElements): More
662            elements are added.
663            (_get_children): HTML |object| elements are now semi-transparent.
664    
665            * NanoDOM.pm (manakai_html, manakai_head): New methods.
666    
667    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
668    
669            * CacheManifest.pm: HTML5 revision 1211 implemented.
670    
671            * CacheManifest.pod: Updated.
672    
673    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
674    
675            * ContentChecker.pm (check_document, check_element): Support
676            for second argument ($onsubdoc).
677            (_get_css_parser): Removed (now it is part of WDCC).
678    
679    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
680    
681            * ContentChecker.pm (_get_css_parser): New.
682    
683    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
684    
685            * ContentChecker.pm ($AnyChecker): Old way to add child elements
686            for checking had been used.
687    
688    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
689    
690            * ContentChecker.pm (check_element): New todo item type |descendant|.
691    
692    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
693    
694            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
695            specced in RFC 2046 and RFC 4288.
696            (application/atom+xml): Definition added.
697    
698    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
699    
700            * URIChecker.pm: Make RFC 3986 should-level errors
701            warnings (rather than SHOULD-level errors).
702    
703    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
704    
705            * NanoDOM.pm (get_user_data, set_user_data): New methods.
706    
707            * HTML.pm.src: A flag for character references in attribute
708            values are added.  Set |manakai_has_reference| user data
709            to |charset| attribute.
710    
711    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
712    
713            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
714            attributes.
715    
716            * ContentChecker.pm (check_document): Warn if charset requirements
717            cannot be tested.
718    
719    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
720    
721            * HTML.pm.src (parse_byte_string): Detect charset
722            by universalchardet if charset parameter is not specified.
723    
724            * Makefile (Charset-all, Charset-clean): New rules.
725    
726    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
727    
728            * ContentChecker.pm (check_document): Check the existence
729            of character encoding declaration and selection of encoding
730            for HTML document.
731    
732    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
733    
734            * ContentType.pm (get_sniffed_type): Return also the official
735            type in list context.
736    
737    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
738    
739            * ContentType.pm: Sniffing with leading white space
740            ignoring (HTML5 revisions 1013 and 1016).
741    
742    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
743    
744            * ContentType.pm: HTML5 revision 1013 changes, except for leading
745            white spaces, are implemented.
746    
747    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
748    
749            * HTML.pm.src (parse_char_string): Set |inner_encoding|
750            attribute if possible.
751    
752    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
753    
754            * HTML.pm.src (parse_byte_string): New method.
755            (parse_char_string): New alias for |parse_string|.
756            (main phase): Invoking "change the encoding" algorithm if desired.
757    
758            * HTML.pod: Updated.
759    
760    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
761    
762            * HTML.pod (get_inner_html): Removed.
763    
764            * Makefile (HTML-all, HTML-clean): New.
765    
766    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
767    
768            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
769    
770    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
771    
772            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
773    
774    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
775    
776            * Makefile: |CacheManifest.html| is added.
777    
778            * CacheManifest.pod: New file.
779    
780    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
781    
782            * CacheManifest.pm: New module.
783    
784    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
785    
786            * HTML.pm.src: Support for application cache selection algorithm
787            callback.
788    
789    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
790    
791            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
792    
793    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
794    
795            * Makefile (clean): New rule.
796    
797            * NanoDOM.pm (public_id, system_id): New attributes.
798    
799    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
800    
801            * Makefile (CSS-all, CSS-clean, clean): New rules.
802    
803    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
804    
805            * ContentChecker.pm (check_document): Support for
806            new |is_xml_root| flag.
807            (check_element): Support for new |pluses| state.
808            (_add_pluses): New method.
809            (_remove_minuses): Support for new |minus| item.
810    
811  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
812    
813          * ContentChecker.pm: Raise specific error for invalid          * ContentChecker.pm: Raise specific error for invalid
814          root element.          root element.
815    
         * SelectorsParser.pm: Pass an empty string as a prefix  
         for lookup namespace prefix callback, for loose compatibility  
         with the |NSResolver| interface.  
   
816  2007-09-24  Wakaba  <wakaba@suika.fam.cx>  2007-09-24  Wakaba  <wakaba@suika.fam.cx>
817    
818          * 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.253

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24