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