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