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