1 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
4 |
|
try to close its children). |
5 |
|
|
6 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* content-model-1.dat: Tests for space characters |
9 |
|
in id="" attribute are added. |
10 |
|
|
11 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* tree-test-1.dat: New tests for parse errors by |
14 |
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
15 |
|
|
16 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* tokenizer-test-2.dat: New test. This test file contains |
19 |
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
20 |
|
since they depends on how characeters are supplied to the |
21 |
|
tokenizer. |
22 |
|
|
23 |
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
24 |
|
etc. supported. |
25 |
|
|
26 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* tokenizer-test-1.test: Tests for C1 character |
29 |
|
references are added. |
30 |
|
|
31 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
34 |
|
Note that a test fails that assumes XML attribute value |
35 |
|
normalization fails since XMLParserTemp.pm does |
36 |
|
not normalize white space in attribute value when |
37 |
|
creating an attribute node (and new NanoDOM-based |
38 |
|
manakai's Attr.value does not normalize white space |
39 |
|
for more Web compatibility). |
40 |
|
|
41 |
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
44 |
|
files are added. |
45 |
|
|
46 |
|
* tokenize/, tree-construction/: Sync with latest html5lib |
47 |
|
trunk. |
48 |
|
|
49 |
|
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* content-model-2.dat: |script| |async| and |defer| |
52 |
|
no longer require |src|. |async| MUST NOT be |
53 |
|
specified if |defer|. (HTML5 revision 858). |
54 |
|
|
55 |
|
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* ContentChecker.t: Don't use obsolete |new| method. |
58 |
|
|
59 |
|
* tree-test-1.dat: Nested form test added. |
60 |
|
|
61 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
* content-model-2.dat: Some error messages are updated. |
* content-model-2.dat: Some error messages are updated. |