1 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
3 |
* Tokenizer.pm.src: Support for case-insensitive XML attribute |
4 |
names. |
5 |
|
6 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
7 |
|
8 |
* Dumper.pm: Typo fixed. |
9 |
|
10 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
11 |
|
12 |
* Dumper.pm: New module. |
13 |
|
14 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
15 |
|
16 |
* Tokenizer.pm.src: Introduced "in_xml" flag for CDATA section |
17 |
support in XML. |
18 |
|
19 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
20 |
|
21 |
* Tokenizer.pm.src: Make *_TOKEN (token type constants) |
22 |
exportable. New token types, PI_TOKEN for XML and ABORT_TOKEN for |
23 |
document.write() or incremental parsing, are added for future |
24 |
extensions. |
25 |
|
26 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
27 |
|
28 |
* Tokenizer.pm.src: New file. |
29 |
|
30 |
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
32 |
* Serializer.pm (get_inner_html): Don't escape |"| in |
33 |
content (HTML5 revision 1592). |
34 |
|
35 |
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
36 |
|
37 |
* Serializer.pm (get_inner_html): Append "\n" after the start |
38 |
tag of a |listing| element (HTML5 revision 1675). |
39 |
|
40 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
41 |
|
42 |
* Serializer.pm (get_inner_html): Typo fixed. |
43 |
|
44 |
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
45 |
|
46 |
* Serializer.pm (get_inner_html): Escape NBSP (HTML5 revision |
47 |
1277). |
48 |
|
49 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
50 |
|
51 |
* Serializer.pod: New file. |
52 |
|
53 |
* Makefile: New file. |
54 |
|
55 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
56 |
|
57 |
* Serializer.pm: New module (split from ../HTML.pm.src). |
58 |
|
59 |
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
60 |
|
61 |
* ChangeLog: New file. |
62 |
|
63 |
|