Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by wakaba, Sun Nov 11 04:14:40 2007 UTC | revision 1.19 by wakaba, Wed Oct 15 08:51:02 2008 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | 2008-10-15 Wakaba <[email protected]> | |
| 2 | ||
| 3 | * Tokenizer.pm.src: XML tag name start character support for end | |
| 4 | tags. Support for the short end tag syntax of XML5. Raise a | |
| 5 | parse erorr for a lowercase <!doctype> in XML. | |
| 6 | ||
| 7 | 2008-10-15 Wakaba <[email protected]> | |
| 8 | ||
| 9 | * Tokenizer.pm.src: XML tag name start character support for start | |
| 10 | tags. | |
| 11 | ||
| 12 | 2008-10-15 Wakaba <[email protected]> | |
| 13 | ||
| 14 | * Tokenizer.pm.src: Support for XML processing instructions. | |
| 15 | ||
| 16 | 2008-10-15 Wakaba <[email protected]> | |
| 17 | ||
| 18 | * Tokenizer.pm.src: Mark CHARACTER_TOKEN with character reference | |
| 19 | as such, for the support of XML parse error. | |
| 20 | ||
| 21 | 2008-10-14 Wakaba <[email protected]> | |
| 22 | ||
| 23 | * Tokenizer.pm.src: Parse error if CDATA section is not closed or | |
| 24 | is placed outside of the root element. | |
| 25 | ||
| 26 | 2008-10-14 Wakaba <[email protected]> | |
| 27 | ||
| 28 | * Tokenizer.pm.src: Raise a parse error for XML "]]>" other than | |
| 29 | CDATA section end. | |
| 30 | ||
| 31 | 2008-10-14 Wakaba <[email protected]> | |
| 32 | ||
| 33 | * Tokenizer.pm.src: Support for case-insensitive XML attribute | |
| 34 | names. | |
| 35 | ||
| 36 | 2008-10-14 Wakaba <[email protected]> | |
| 37 | ||
| 38 | * Dumper.pm: Typo fixed. | |
| 39 | ||
| 40 | 2008-10-14 Wakaba <[email protected]> | |
| 41 | ||
| 42 | * Dumper.pm: New module. | |
| 43 | ||
| 44 | 2008-10-14 Wakaba <[email protected]> | |
| 45 | ||
| 46 | * Tokenizer.pm.src: Introduced "in_xml" flag for CDATA section | |
| 47 | support in XML. | |
| 48 | ||
| 49 | 2008-10-14 Wakaba <[email protected]> | |
| 50 | ||
| 51 | * Tokenizer.pm.src: Make *_TOKEN (token type constants) | |
| 52 | exportable. New token types, PI_TOKEN for XML and ABORT_TOKEN for | |
| 53 | document.write() or incremental parsing, are added for future | |
| 54 | extensions. | |
| 55 | ||
| 56 | 2008-10-14 Wakaba <[email protected]> | |
| 57 | ||
| 58 | * Tokenizer.pm.src: New file. | |
| 59 | ||
| 60 | 2008-05-24 Wakaba <[email protected]> | |
| 61 | ||
| 62 | * Serializer.pm (get_inner_html): Don't escape |"| in | |
| 63 | content (HTML5 revision 1592). | |
| 64 | ||
| 65 | 2008-05-24 Wakaba <[email protected]> | |
| 66 | ||
| 67 | * Serializer.pm (get_inner_html): Append "\n" after the start | |
| 68 | tag of a |listing| element (HTML5 revision 1675). | |
| 69 | ||
| 70 | 2008-03-02 Wakaba <[email protected]> | |
| 71 | ||
| 72 | * Serializer.pm (get_inner_html): Typo fixed. | |
| 73 | ||
| 74 | 2008-03-01 Wakaba <[email protected]> | |
| 75 | ||
| 76 | * Serializer.pm (get_inner_html): Escape NBSP (HTML5 revision | |
| 77 | 1277). | |
| 78 | ||
| 79 | 2007-11-11 Wakaba <[email protected]> | |
| 80 | ||
| 81 | * Serializer.pod: New file. | |
| 82 | ||
| 83 | * Makefile: New file. | |
| 84 | ||
| 85 | 2007-11-11 Wakaba <[email protected]> | |
| 86 | ||
| 87 | * Serializer.pm: New module (split from ../HTML.pm.src). | |
| 88 | ||
| 89 | 2007-11-11 Wakaba <[email protected]> | |
| 90 | ||
| 91 | * ChangeLog: New file. | |
| 92 | ||
| 93 |
|
||||||||
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |