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