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