1 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* content-model-1.dat, content-model-2.dat: Add "in XML:charset" |
4 |
|
error for test data that has |charset| in XML context. |
5 |
|
|
6 |
|
* content-model-2.dat: Test data for "in XML:charset", "in XML:lang", |
7 |
|
and "in HTML:xml:lang" are added. |
8 |
|
|
9 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML-tokenizer.t: It now requires newer version |
12 |
|
of JSON.pm due to the broken handling for utf8 string |
13 |
|
of older version. Test data files |test3.test| |
14 |
|
and |test4.test| are added. Convert surrogate |
15 |
|
pair |\u| escapes in JSON file before it is input |
16 |
|
into JSON.pm parser since it does not decode |
17 |
|
them correctly. U+000D convertion was incorrect. |
18 |
|
|
19 |
|
* HTML-tree.t: Support for new format for fragment |
20 |
|
parsing tests. |
21 |
|
|
22 |
|
* Makefile (tokenizer-files): New test |
23 |
|
data files |test3.test| and |test4.test| are added. |
24 |
|
|
25 |
|
* tokenizer-test-1.test: Test data for bare |hcro| and |
26 |
|
entity references in attribute values are added. |
27 |
|
|
28 |
|
* tokenizer-test-2.dat: Test data for U+000D are added. |
29 |
|
|
30 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
* tree-test-1.dat: Tests for |<html>| in trailing |
* tree-test-1.dat: Tests for |<html>| in trailing |
33 |
end phase and |</frameset>| in after frameset mode |
end phase and |</frameset>| in after frameset mode |
34 |
are added. |
are added. |