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