1 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML-tokenizer.t: Raise a parse error if there are disallowed |
4 |
|
character (for compatibility with existing html5lib test data). |
5 |
|
|
6 |
|
* tokenizer-test-1.test: Some test results are updated with |
7 |
|
regard to parse errors on disallowed characters. |
8 |
|
|
9 |
|
* tokenizer-test-2.dat: Test data for disallowed characters |
10 |
|
are added (HTML5 revision 1263). |
11 |
|
|
12 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML-tokenizer.t, HTML-tree.t, Makefile: Support for html5lib |
15 |
|
new test files. |
16 |
|
|
17 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* content-model-2.dat: Test data updated and added for |
20 |
|
global |xmlns| attributes (HTML5 revision 1426). |
21 |
|
|
22 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML-tokenizer.t: Remove "self-closing flag" if the start |
25 |
|
tag token is that of a slash permitted element (This is necessary |
26 |
|
to maintain compatibility with current test data, since in the |
27 |
|
new algorithm whether slash is permitted or not is decided in |
28 |
|
tree construction stage). |
29 |
|
|
30 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* content-model-6.dat: New test data file. Test data for |
33 |
|
HTML custom data attributes (HTML5 revision 1399) are added. |
34 |
|
|
35 |
|
* ContentChecker.t: New test file |content-model-6.dat| is added. |
36 |
|
|
37 |
|
2008-03-29 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* content-model-1.dat, content-model-2.dat: s/prose/flow/g. |
40 |
|
|
41 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
* content-model-2.dat: Test data on |rev| attribute are added. |
* content-model-2.dat: Test data on |rev| attribute are added. |