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