Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 23 Jun 2007 12:56:46 -0000 * tree-test-1.dat: Always use uppercase document type name. 2007-06-23 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 23 Jun 2007 13:05:07 -0000 * NanoDOM.pm (manakai_is_html): Setting to false did not work. * HTML.pm.src: HTML5 revision 914 (</ in CDATA, RCDATA). HTML5 revision 915 (<nobr>). 2007-06-23 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.34 | 2007-06-23 Wakaba <[email protected]> |
| 2 | |||
| 3 | wakaba | 1.45 | * tree-test-1.dat: Always use uppercase document type name. |
| 4 | |||
| 5 | 2007-06-23 Wakaba <[email protected]> | ||
| 6 | |||
| 7 | wakaba | 1.44 | * HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
| 8 | |||
| 9 | * tokenizer-test-1.test: Tests for DOCTYPE tokens | ||
| 10 | are revised and added. | ||
| 11 | |||
| 12 | 2007-06-23 Wakaba <[email protected]> | ||
| 13 | |||
| 14 | wakaba | 1.43 | * tokenizer-test-1.test: Tests for |<| in tags are |
| 15 | added. (HTML5 revisions 900, 901, 902, and 911.) | ||
| 16 | |||
| 17 | 2007-06-23 Wakaba <[email protected]> | ||
| 18 | |||
| 19 | wakaba | 1.42 | * tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
| 20 | are added. (HTML5 revision 895.) A test for |&;| | ||
| 21 | is added. | ||
| 22 | |||
| 23 | 2007-06-23 Wakaba <[email protected]> | ||
| 24 | |||
| 25 | wakaba | 1.41 | * tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
| 26 | |||
| 27 | * HTML-tree.t: Output test file names. Escaped | ||
| 28 | new line at the end of test data was removed. | ||
| 29 | |||
| 30 | * tokenizer-test-2.dat: Tests for newlines, NULL, and | ||
| 31 | escape flag stuff in |set_inner_html|. | ||
| 32 | |||
| 33 | 2007-06-23 Wakaba <[email protected]> | ||
| 34 | |||
| 35 | wakaba | 1.40 | * tree-test-1.dat: New test for HTML5 revision 884 (</form> |
| 36 | try to close its children). | ||
| 37 | |||
| 38 | 2007-06-23 Wakaba <[email protected]> | ||
| 39 | |||
| 40 | wakaba | 1.39 | * content-model-1.dat: Tests for space characters |
| 41 | in id="" attribute are added. | ||
| 42 | |||
| 43 | 2007-06-23 Wakaba <[email protected]> | ||
| 44 | |||
| 45 | wakaba | 1.38 | * tree-test-1.dat: New tests for parse errors by |
| 46 | tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) | ||
| 47 | |||
| 48 | 2007-06-23 Wakaba <[email protected]> | ||
| 49 | |||
| 50 | wakaba | 1.37 | * tokenizer-test-2.dat: New test. This test file contains |
| 51 | some tests that cannot be reliably tested by |HTML-tokenize.t|, | ||
| 52 | since they depends on how characeters are supplied to the | ||
| 53 | tokenizer. | ||
| 54 | |||
| 55 | * HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| | ||
| 56 | etc. supported. | ||
| 57 | |||
| 58 | 2007-06-23 Wakaba <[email protected]> | ||
| 59 | |||
| 60 | wakaba | 1.36 | * tokenizer-test-1.test: Tests for C1 character |
| 61 | references are added. | ||
| 62 | |||
| 63 | 2007-06-23 Wakaba <[email protected]> | ||
| 64 | |||
| 65 | wakaba | 1.35 | * ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
| 66 | Note that a test fails that assumes XML attribute value | ||
| 67 | normalization fails since XMLParserTemp.pm does | ||
| 68 | not normalize white space in attribute value when | ||
| 69 | creating an attribute node (and new NanoDOM-based | ||
| 70 | manakai's Attr.value does not normalize white space | ||
| 71 | for more Web compatibility). | ||
| 72 | |||
| 73 | 2007-06-23 Wakaba <[email protected]> | ||
| 74 | |||
| 75 | wakaba | 1.34 | * Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
| 76 | files are added. | ||
| 77 | |||
| 78 | * tokenize/, tree-construction/: Sync with latest html5lib | ||
| 79 | trunk. | ||
| 80 | |||
| 81 | wakaba | 1.33 | 2007-06-05 Wakaba <[email protected]> |
| 82 | |||
| 83 | * content-model-2.dat: |script| |async| and |defer| | ||
| 84 | no longer require |src|. |async| MUST NOT be | ||
| 85 | specified if |defer|. (HTML5 revision 858). | ||
| 86 | |||
| 87 | wakaba | 1.32 | 2007-05-30 Wakaba <[email protected]> |
| 88 | |||
| 89 | * ContentChecker.t: Don't use obsolete |new| method. | ||
| 90 | |||
| 91 | * tree-test-1.dat: Nested form test added. | ||
| 92 | |||
| 93 | wakaba | 1.31 | 2007-05-27 Wakaba <[email protected]> |
| 94 | |||
| 95 | * content-model-2.dat: Some error messages are updated. | ||
| 96 | |||
| 97 | * content-model-1.dat: Very simple test for |tbody|, |thead|, | ||
| 98 | and |tfoot| is added. | ||
| 99 | |||
| 100 | wakaba | 1.29 | 2007-05-26 Wakaba <[email protected]> |
| 101 | |||
| 102 | wakaba | 1.30 | * content-model-2.dat: Tests for |rel| values are added. |
| 103 | |||
| 104 | 2007-05-26 Wakaba <[email protected]> | ||
| 105 | |||
| 106 | wakaba | 1.29 | * content-model-2.dat: Errors on obsolete media |
| 107 | type (i.e. |text/javascript|) are added to the expected results. | ||
| 108 | |||
| 109 | * tree-test-1.dat: Tests for |style| elements' attributes | ||
| 110 | are added. | ||
| 111 | |||
| 112 | wakaba | 1.26 | 2007-05-25 Wakaba <[email protected]> |
| 113 | |||
| 114 | wakaba | 1.27 | * URIChecker.t: New test entries. |
| 115 | |||
| 116 | wakaba | 1.28 | * content-model-2.dat: New test entries for URI attributes. |
| 117 | |||
| 118 | wakaba | 1.27 | 2007-05-25 Wakaba <[email protected]> |
| 119 | |||
| 120 | wakaba | 1.26 | * URIChecker.t: New test. |
| 121 | |||
| 122 | wakaba | 1.22 | 2007-05-20 Wakaba <[email protected]> |
| 123 | |||
| 124 | wakaba | 1.25 | * Makefile (content-type-files, content-checker-files): New rukes. |
| 125 | |||
| 126 | * content-type-result.txt, content-checker-result.txt: New files. | ||
| 127 | |||
| 128 | * tokenizer-result.txt, tree-construction-result.txt: New to CVS. | ||
| 129 | |||
| 130 | * content-model-2.dat: Warnings are added to unknown attributes | ||
| 131 | for unknown elements. New tests for newly implemented | ||
| 132 | attributes are added. | ||
| 133 | |||
| 134 | 2007-05-20 Wakaba <[email protected]> | ||
| 135 | |||
| 136 | wakaba | 1.24 | * content-model-1.dat: Required attributes are |
| 137 | added to <link>s. | ||
| 138 | |||
| 139 | * content-model-2.dat: Tests for global event handler | ||
| 140 | content attributes, <link>s and <embed>s are added. | ||
| 141 | |||
| 142 | 2007-05-20 Wakaba <[email protected]> | ||
| 143 | |||
| 144 | wakaba | 1.23 | * content-model-2.dat: Tests for additionally-implemented |
| 145 | attributes are added. | ||
| 146 | |||
| 147 | 2007-05-20 Wakaba <[email protected]> | ||
| 148 | |||
| 149 | wakaba | 1.22 | * content-model-2.dat: Tests for <a>/interactive |
| 150 | elements non-nesting are added. | ||
| 151 | |||
| 152 | wakaba | 1.16 | 2007-05-19 Wakaba <[email protected]> |
| 153 | |||
| 154 | wakaba | 1.21 | * content-model-3.dat: New test. |
| 155 | |||
| 156 | * ContentChecker.t (@FILES): |content-model-3.dat| added. | ||
| 157 | |||
| 158 | 2007-05-19 Wakaba <[email protected]> | ||
| 159 | |||
| 160 | wakaba | 1.20 | * tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
| 161 | and |<xmp>| are added. | ||
| 162 | |||
| 163 | 2007-05-19 Wakaba <[email protected]> | ||
| 164 | |||
| 165 | wakaba | 1.19 | * content-model-1.dat: A content model conformance |
| 166 | error was missing. | ||
| 167 | |||
| 168 | * content-model-2.dat: Unsupported global attribute (prefixed | ||
| 169 | attribute) test is added. Tests for many HTML5 elements | ||
| 170 | are added. | ||
| 171 | |||
| 172 | 2007-05-19 Wakaba <[email protected]> | ||
| 173 | |||
| 174 | wakaba | 1.18 | * content-model-2.dat: Tests for elements up to |progress|. |
| 175 | |||
| 176 | 2007-05-19 Wakaba <[email protected]> | ||
| 177 | |||
| 178 | wakaba | 1.17 | * content-model-2.dat: Tests for global attributes, |html|, |head|, |
| 179 | |base|, |meta|, and |style|. | ||
| 180 | |||
| 181 | * ContentChecker.t: Support for |#data html| (HTML parsing | ||
| 182 | mode). | ||
| 183 | |||
| 184 | 2007-05-19 Wakaba <[email protected]> | ||
| 185 | |||
| 186 | wakaba | 1.16 | * content-model-2.dat: New test. |
| 187 | |||
| 188 | * ContentChecker.t (@FILES): |content-model-2.dat| is added. | ||
| 189 | (get_node_path): |ATTRIBUTE_NODE| support. | ||
| 190 | |||
| 191 | * content-model-1.dat: New tests for unknown | ||
| 192 | element in HTML namespace. | ||
| 193 | |||
| 194 | wakaba | 1.11 | 2007-05-13 Wakaba <[email protected]> |
| 195 | |||
| 196 | wakaba | 1.16 | * ContentChecker.t (manakai_element_type_match): Removed. |
| 197 | wakaba | 1.15 | |
| 198 | 2007-05-13 Wakaba <[email protected]> | ||
| 199 | |||
| 200 | wakaba | 1.14 | * content-model-1.dat: Tests for |a| content model are added. |
| 201 | Tests for |legend| content model are added. | ||
| 202 | |||
| 203 | 2007-05-13 Wakaba <[email protected]> | ||
| 204 | |||
| 205 | wakaba | 1.13 | * content-model-1.dat: Tests for |li| content model are added. |
| 206 | |||
| 207 | 2007-05-13 Wakaba <[email protected]> | ||
| 208 | |||
| 209 | wakaba | 1.12 | * content-model-1.dat: Tests for |dd| content model are added. |
| 210 | Tests for |em| content model (inline-level content | ||
| 211 | or stricly inline-level content) are added. | ||
| 212 | Tests for |dfn| content model are added. | ||
| 213 | |||
| 214 | 2007-05-13 Wakaba <[email protected]> | ||
| 215 | |||
| 216 | wakaba | 1.11 | * content-model-1.dat: New test data. |
| 217 | |||
| 218 | * ContentChecker.t: New test. | ||
| 219 | |||
| 220 | wakaba | 1.10 | 2007-05-05 Wakaba <[email protected]> |
| 221 | |||
| 222 | * tree-test-1.dat: ins > p test and noscript in noscript test | ||
| 223 | are added. | ||
| 224 | |||
| 225 | wakaba | 1.9 | 2007-05-03 Wakaba <[email protected]> |
| 226 | |||
| 227 | * tokenizer-test-1.test: Incorrect DOCTYPE testa | ||
| 228 | are added. | ||
| 229 | |||
| 230 | * tree-test-1.dat: |innerHTML| tests are added. | ||
| 231 | |||
| 232 | 2007-05-03 Wakaba <[email protected]> | ||
| 233 | |||
| 234 | * LICENSE: New document. | ||
| 235 | |||
| 236 | wakaba | 1.8 | 2007-05-02 Wakaba <[email protected]> |
| 237 | |||
| 238 | * .cvsignore: Result files are added. | ||
| 239 | |||
| 240 | * HTML-tree.t: Support for document fragment tests. | ||
| 241 | |||
| 242 | * Makefile: Generate test result files. | ||
| 243 |