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