1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tokenizer-test-1.test: Tests for |<| in tags are |
4 |
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
5 |
|
|
6 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
9 |
|
are added. (HTML5 revision 895.) A test for |&;| |
10 |
|
is added. |
11 |
|
|
12 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
15 |
|
|
16 |
|
* HTML-tree.t: Output test file names. Escaped |
17 |
|
new line at the end of test data was removed. |
18 |
|
|
19 |
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
20 |
|
escape flag stuff in |set_inner_html|. |
21 |
|
|
22 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
25 |
|
try to close its children). |
26 |
|
|
27 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* content-model-1.dat: Tests for space characters |
30 |
|
in id="" attribute are added. |
31 |
|
|
32 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* tree-test-1.dat: New tests for parse errors by |
35 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
36 |
|
|
37 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* tokenizer-test-2.dat: New test. This test file contains |
40 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
41 |
|
since they depends on how characeters are supplied to the |
42 |
|
tokenizer. |
43 |
|
|
44 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
45 |
|
etc. supported. |
46 |
|
|
47 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* tokenizer-test-1.test: Tests for C1 character |
50 |
|
references are added. |
51 |
|
|
52 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
55 |
|
Note that a test fails that assumes XML attribute value |
56 |
|
normalization fails since XMLParserTemp.pm does |
57 |
|
not normalize white space in attribute value when |
58 |
|
creating an attribute node (and new NanoDOM-based |
59 |
|
manakai's Attr.value does not normalize white space |
60 |
|
for more Web compatibility). |
61 |
|
|
62 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
65 |
|
files are added. |
66 |
|
|
67 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
68 |
|
trunk. |
69 |
|
|
70 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* content-model-2.dat: |script| |async| and |defer| |
73 |
|
no longer require |src|. |async| MUST NOT be |
74 |
|
specified if |defer|. (HTML5 revision 858). |
75 |
|
|
76 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
79 |
|
|
80 |
|
* tree-test-1.dat: Nested form test added. |
81 |
|
|
82 |
|
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* content-model-2.dat: Some error messages are updated. |
85 |
|
|
86 |
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
87 |
|
and |tfoot| is added. |
88 |
|
|
89 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
* content-model-2.dat: Tests for |rel| values are added. |
* content-model-2.dat: Tests for |rel| values are added. |