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