1 |
|
2008-10-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Parser.pm.src (_tree_in_subset): Support for ELEMENT_TOKEN, |
4 |
|
ATTLIST_TOKEN, GENERAL_ENTITY_TOKEN, PARAMETER_ENTITY_TOKEN, and |
5 |
|
NOTATION_TOKEN. |
6 |
|
|
7 |
|
2008-10-16 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* Parser.pm.src: Insertion mode IN_SUBSET_IM added. In the |
10 |
|
"initial" insertion mode, if the DOCTYPE token's "has internal |
11 |
|
subset" flag is set, then switch to the "in subset" insertion |
12 |
|
mode. |
13 |
|
|
14 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Parser.pm.src: Typo fixed. |
17 |
|
|
18 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Parser.pm.src: Use source order to determine which attribute is |
21 |
|
duplicate. Preserve duplicate namespaced attributes as |
22 |
|
non-namespaced attributes. |
23 |
|
|
24 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* Parser.pm.src: Bug fixes for the handling of ":" in the element |
27 |
|
type names and attribute names. |
28 |
|
|
29 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Parser.pm.src: Support for XML declarations. |
32 |
|
|
33 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* Parser.pm.src: Raise a parse error for white space character |
36 |
|
generated by a character reference outside of the root element. |
37 |
|
|
38 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Parser.pm.src: Support for namespace for attributes in non-root |
41 |
|
elements. |
42 |
|
|
43 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Parser.pm.src: Namespace support for the root element. |
46 |
|
|
47 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* Parser.pm.src: In the "after root element" insertion mode, start |
50 |
|
tag tokens are processed by changing the insertion mode to "before |
51 |
|
root element" insertion mode after raising a parse error. |
52 |
|
|
53 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* Parser.pm.src: Attribute support. |
56 |
|
|
57 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
* Parser.pm.src: Use array reference syntax for |
* Parser.pm.src: Use array reference syntax for |