Parent Directory
|
Revision Log
++ ChangeLog 2 May 2007 13:37:34 -0000 2007-05-02 Wakaba <wakaba@suika.fam.cx> * readme.en.html: TODO section is added. ++ whatpm/t/ChangeLog 2 May 2007 13:44:02 -0000 2007-05-02 Wakaba <wakaba@suika.fam.cx> * .cvsignore: Result files are added. * HTML-tree.t: Support for document fragment tests. * Makefile: Generate test result files. * tokenizer-test-1.test: A new test to ensure that characters after end tag are preserved in RCDATA or CDATA case. ++ whatpm/Whatpm/ChangeLog 2 May 2007 13:42:17 -0000 2007-05-02 Wakaba <wakaba@suika.fam.cx> * NanoDOM.pm (DOMImplementation): New class. (append_child): Weaken the |parent_node| reference. (create_element_ns, Element new): Set the |owner_document| reference. (implementation): New attribute. (owner_document, local_name, namespace_uri): New attributes. * HTML.pm.src (parse_string): Line and column numbers are now provided to error handler. (!!!parse-error): Short descriptions are added. (_construct_tree): Split into three methods; support for innerHTML mode. (set_inner_html): New method.
1 | wakaba | 1.1 | WGET = wget |
2 | wakaba | 1.2 | MKDIR = mkdir |
3 | wakaba | 1.1 | |
4 | wakaba | 1.2 | all: tokenizer-files tree-construction-files |
5 | wakaba | 1.1 | |
6 | wakaba | 1.2 | tokenizer-files: tokenizer \ |
7 | wakaba | 1.3 | tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \ |
8 | tokenizer-result.txt | ||
9 | wakaba | 1.1 | |
10 | tokenizer: | ||
11 | wakaba | 1.2 | $(MKDIR) $@ |
12 | |||
13 | tokenizer/%.test: | ||
14 | $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ | ||
15 | wakaba | 1.1 | |
16 | wakaba | 1.3 | tokenizer-result.txt: always |
17 | cd .. && perl t/HTML-tokenizer.t &> t/$@ | ||
18 | |||
19 | wakaba | 1.2 | tree-construction-files: tree-construction \ |
20 | tree-construction/tests1.dat \ | ||
21 | tree-construction/tests2.dat \ | ||
22 | tree-construction/tests3.dat \ | ||
23 | wakaba | 1.3 | tree-construction/tests4.dat \ |
24 | tree-construction-result.txt | ||
25 | wakaba | 1.2 | |
26 | tree-construction: | ||
27 | $(MKDIR) $@ | ||
28 | wakaba | 1.1 | |
29 | wakaba | 1.2 | tree-construction/%.dat: |
30 | wakaba | 1.1 | $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ |
31 | wakaba | 1.2 | |
32 | wakaba | 1.3 | tree-construction-result.txt: always |
33 | cd .. && perl t/HTML-tree.t &> t/$@ | ||
34 | |||
35 | always: | ||
36 | |||
37 | wakaba | 1.2 | ## License: Public Domain. |
38 | wakaba | 1.3 | ## $Date: 2007/04/30 14:12:02 $ |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |