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