1 |
|
2009-09-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Tokenizer.pm.src (_get_next_token): Implemented the "comment end |
4 |
|
space state" (HTML5 revision 3195). |
5 |
|
|
6 |
|
2009-09-05 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Tokenizer.pm.src (_get_next_token): Implemented the "comment end |
9 |
|
bang state" (HTML5 revision 3191). |
10 |
|
|
11 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* Tokenizer.pm.src: Any "<" character in attribute names become |
14 |
|
parse error (HTML5 revision 3354). |
15 |
|
|
16 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* Tokenizer.pm.src: Lowercase-fold doctype names (HTML5 revision |
19 |
|
2501, cf. HTML5 revision 3571). |
20 |
|
|
21 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* Tokenizer.pm.src: Reduced the number of parse errors on broken |
24 |
|
DOCTYPE (HTML5 revision 3121). |
25 |
|
|
26 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* Tokenizer.pm.src: Reduced a parse error (HTML5 revision 3194). |
29 |
|
|
30 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Tokenizer.pm.src: "<" in unquoted attribute values is now |
33 |
|
treated as parse error (HTML5 revision 3206). |
34 |
|
|
35 |
|
2008-11-07 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* Dumper.pm (dumptree): Support for namespace abbreviation for |
38 |
|
SWML namespaces. |
39 |
|
|
40 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* Tokenizer.pm.src: Normalize white space characters in attribute |
43 |
|
value literals in XML documents. Don't apply character reference |
44 |
|
mapping table for non-NULL non-surrogate code points. |
45 |
|
|
46 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* Tokenizer.pm.src: Set the "stop_processing" flag true when a |
49 |
|
parameter entity occurs in a standalone="no" document. |
50 |
|
|
51 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* Tokenizer.pm.src: Column number counting fixed. |
54 |
|
|
55 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* Tokenizer.pm.src: Raise a parse error for '&' that does not |
58 |
|
introduce a reference in XML. Support for non-ASCII entity |
59 |
|
reference names. |
60 |
|
|
61 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Tokenizer.pm.src: Make uppercase "&#X" in XML a parse error. |
64 |
|
Remove the limitation of entity name length. Enable replacement |
65 |
|
of text-only general entities. Raise a parse error for an |
66 |
|
unparsed entity reference. Raise a parse error for a general |
67 |
|
entity reference to an undefined entity. |
68 |
|
|
69 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* Tokenizer.pm.src: Support for <!ELEMENT>. |
72 |
|
(AFTER_NOTATION_NAME_STATE): Renamed as |AFTER_MD_DEF_STATE| (i.e. |
73 |
|
after markup declaration definition state). |
74 |
|
|
75 |
|
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* Tokenizer.pm.src: Support for EntityValue. |
78 |
|
|
79 |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
2008-10-19 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
* Dumper.pm: Dump text content of Entity nodes. |
* Dumper.pm: Dump text content of Entity nodes. |