1 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tokenizer.pm.src: Mark CHARACTER_TOKEN with character reference |
4 |
|
as such, for the support of XML parse error. |
5 |
|
|
6 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Tokenizer.pm.src: Parse error if CDATA section is not closed or |
9 |
|
is placed outside of the root element. |
10 |
|
|
11 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Tokenizer.pm.src: Raise a parse error for XML "]]>" other than |
14 |
|
CDATA section end. |
15 |
|
|
16 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Tokenizer.pm.src: Support for case-insensitive XML attribute |
19 |
|
names. |
20 |
|
|
21 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Dumper.pm: Typo fixed. |
24 |
|
|
25 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Dumper.pm: New module. |
28 |
|
|
29 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Tokenizer.pm.src: Introduced "in_xml" flag for CDATA section |
32 |
|
support in XML. |
33 |
|
|
34 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Tokenizer.pm.src: Make *_TOKEN (token type constants) |
37 |
|
exportable. New token types, PI_TOKEN for XML and ABORT_TOKEN for |
38 |
|
document.write() or incremental parsing, are added for future |
39 |
|
extensions. |
40 |
|
|
41 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Tokenizer.pm.src: New file. |
44 |
|
|
45 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* Serializer.pm (get_inner_html): Don't escape |"| in |
48 |
|
content (HTML5 revision 1592). |
49 |
|
|
50 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* Serializer.pm (get_inner_html): Append "\n" after the start |
53 |
|
tag of a |listing| element (HTML5 revision 1675). |
54 |
|
|
55 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
* Serializer.pm (get_inner_html): Typo fixed. |
* Serializer.pm (get_inner_html): Typo fixed. |