1 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tokenizer.pm.src: $self->{s_kwd} for non-DATA_STATE states are |
4 |
|
renamed as $self->{kwd} to avoid confliction. Don't raise |
5 |
|
case-sensitivity error for the keyword "DOCTYPE" in HTML mode. |
6 |
|
Support for internal subsets (internal subset itself only; no |
7 |
|
declaration in them is supported yet). Raise a parse error for |
8 |
|
non-uppercase keywords "PUBLIC" and "SYSTEM" in XML mode. Raise a |
9 |
|
parse error if no system identifier is specified for a DOCTYPE |
10 |
|
declaration with a public identifier. Don't close the DOCTYPE |
11 |
|
declaration by a ">" character in the system declaration in XML |
12 |
|
mode. |
13 |
|
|
14 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Tokenizer.pm.src: Set index attribute to each attribute token, |
17 |
|
for ignoring namespaced duplicate attribute at the XML namespace |
18 |
|
parser layer. Raise a parse error if the attribute value is |
19 |
|
omitted, in XML mode. Raise a parse error if the attribute value |
20 |
|
is not quoted, in XML mode. Raise a parse error if "<" character |
21 |
|
is found in a quoted attribute value, in XML mode. |
22 |
|
|
23 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Tokenizer.pm.src: XML tag name start character support for end |
26 |
|
tags. Support for the short end tag syntax of XML5. Raise a |
27 |
|
parse erorr for a lowercase <!doctype> in XML. |
28 |
|
|
29 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Tokenizer.pm.src: XML tag name start character support for start |
32 |
|
tags. |
33 |
|
|
34 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* Tokenizer.pm.src: Support for XML processing instructions. |
37 |
|
|
38 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* Tokenizer.pm.src: Mark CHARACTER_TOKEN with character reference |
41 |
|
as such, for the support of XML parse error. |
42 |
|
|
43 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Tokenizer.pm.src: Parse error if CDATA section is not closed or |
46 |
|
is placed outside of the root element. |
47 |
|
|
48 |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
* Tokenizer.pm.src: Raise a parse error for XML "]]>" other than |
* Tokenizer.pm.src: Raise a parse error for XML "]]>" other than |