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> |
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
* Parser.pm.src: Support for XML declarations. |
* Parser.pm.src: Support for XML declarations. |