| 1 |
wakaba |
1.34 |
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
|
| 3 |
wakaba |
1.46 |
* tokenizer-test-1.test: Tests for conforming bare |&| |
| 4 |
|
|
are added. |
| 5 |
|
|
|
| 6 |
|
|
* tree-test-1.dat: Tests for |</body>| are added. |
| 7 |
|
|
|
| 8 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 9 |
|
|
|
| 10 |
wakaba |
1.45 |
* tree-test-1.dat: Always use uppercase document type name. |
| 11 |
|
|
|
| 12 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 13 |
|
|
|
| 14 |
wakaba |
1.44 |
* HTML-tokenizer.t: Support for new DOCTYPE token syntax. |
| 15 |
|
|
|
| 16 |
|
|
* tokenizer-test-1.test: Tests for DOCTYPE tokens |
| 17 |
|
|
are revised and added. |
| 18 |
|
|
|
| 19 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 20 |
|
|
|
| 21 |
wakaba |
1.43 |
* tokenizer-test-1.test: Tests for |<| in tags are |
| 22 |
|
|
added. (HTML5 revisions 900, 901, 902, and 911.) |
| 23 |
|
|
|
| 24 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
|
| 26 |
wakaba |
1.42 |
* tokenizer-test-1.test: |⟨|, and |&rlang;| tests |
| 27 |
|
|
are added. (HTML5 revision 895.) A test for |&;| |
| 28 |
|
|
is added. |
| 29 |
|
|
|
| 30 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
|
|
| 32 |
wakaba |
1.41 |
* tokenizer-test-1.test: |™| test added. (HTML5 revision 889.) |
| 33 |
|
|
|
| 34 |
|
|
* HTML-tree.t: Output test file names. Escaped |
| 35 |
|
|
new line at the end of test data was removed. |
| 36 |
|
|
|
| 37 |
|
|
* tokenizer-test-2.dat: Tests for newlines, NULL, and |
| 38 |
|
|
escape flag stuff in |set_inner_html|. |
| 39 |
|
|
|
| 40 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 41 |
|
|
|
| 42 |
wakaba |
1.40 |
* tree-test-1.dat: New test for HTML5 revision 884 (</form> |
| 43 |
|
|
try to close its children). |
| 44 |
|
|
|
| 45 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 46 |
|
|
|
| 47 |
wakaba |
1.39 |
* content-model-1.dat: Tests for space characters |
| 48 |
|
|
in id="" attribute are added. |
| 49 |
|
|
|
| 50 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 51 |
|
|
|
| 52 |
wakaba |
1.38 |
* tree-test-1.dat: New tests for parse errors by |
| 53 |
|
|
tags closed by <li>, <dt>, or <dd>. (HTML5 revision 880.) |
| 54 |
|
|
|
| 55 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 56 |
|
|
|
| 57 |
wakaba |
1.37 |
* tokenizer-test-2.dat: New test. This test file contains |
| 58 |
|
|
some tests that cannot be reliably tested by |HTML-tokenize.t|, |
| 59 |
|
|
since they depends on how characeters are supplied to the |
| 60 |
|
|
tokenizer. |
| 61 |
|
|
|
| 62 |
|
|
* HTML-tree.t: |tokenizer-test-2.dat| added. |#data escaped| |
| 63 |
|
|
etc. supported. |
| 64 |
|
|
|
| 65 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 66 |
|
|
|
| 67 |
wakaba |
1.36 |
* tokenizer-test-1.test: Tests for C1 character |
| 68 |
|
|
references are added. |
| 69 |
|
|
|
| 70 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 71 |
|
|
|
| 72 |
wakaba |
1.35 |
* ContentChecker.t: Use NanoDOM-based manakai for XHTML. |
| 73 |
|
|
Note that a test fails that assumes XML attribute value |
| 74 |
|
|
normalization fails since XMLParserTemp.pm does |
| 75 |
|
|
not normalize white space in attribute value when |
| 76 |
|
|
creating an attribute node (and new NanoDOM-based |
| 77 |
|
|
manakai's Attr.value does not normalize white space |
| 78 |
|
|
for more Web compatibility). |
| 79 |
|
|
|
| 80 |
|
|
2007-06-23 Wakaba <wakaba@suika.fam.cx> |
| 81 |
|
|
|
| 82 |
wakaba |
1.34 |
* Makefile, HTML-tokenizer.t, HTML-tree.t: New test |
| 83 |
|
|
files are added. |
| 84 |
|
|
|
| 85 |
|
|
* tokenize/, tree-construction/: Sync with latest html5lib |
| 86 |
|
|
trunk. |
| 87 |
|
|
|
| 88 |
wakaba |
1.33 |
2007-06-05 Wakaba <wakaba@suika.fam.cx> |
| 89 |
|
|
|
| 90 |
|
|
* content-model-2.dat: |script| |async| and |defer| |
| 91 |
|
|
no longer require |src|. |async| MUST NOT be |
| 92 |
|
|
specified if |defer|. (HTML5 revision 858). |
| 93 |
|
|
|
| 94 |
wakaba |
1.32 |
2007-05-30 Wakaba <wakaba@suika.fam.cx> |
| 95 |
|
|
|
| 96 |
|
|
* ContentChecker.t: Don't use obsolete |new| method. |
| 97 |
|
|
|
| 98 |
|
|
* tree-test-1.dat: Nested form test added. |
| 99 |
|
|
|
| 100 |
wakaba |
1.31 |
2007-05-27 Wakaba <wakaba@suika.fam.cx> |
| 101 |
|
|
|
| 102 |
|
|
* content-model-2.dat: Some error messages are updated. |
| 103 |
|
|
|
| 104 |
|
|
* content-model-1.dat: Very simple test for |tbody|, |thead|, |
| 105 |
|
|
and |tfoot| is added. |
| 106 |
|
|
|
| 107 |
wakaba |
1.29 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
| 108 |
|
|
|
| 109 |
wakaba |
1.30 |
* content-model-2.dat: Tests for |rel| values are added. |
| 110 |
|
|
|
| 111 |
|
|
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
| 112 |
|
|
|
| 113 |
wakaba |
1.29 |
* content-model-2.dat: Errors on obsolete media |
| 114 |
|
|
type (i.e. |text/javascript|) are added to the expected results. |
| 115 |
|
|
|
| 116 |
|
|
* tree-test-1.dat: Tests for |style| elements' attributes |
| 117 |
|
|
are added. |
| 118 |
|
|
|
| 119 |
wakaba |
1.26 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
| 120 |
|
|
|
| 121 |
wakaba |
1.27 |
* URIChecker.t: New test entries. |
| 122 |
|
|
|
| 123 |
wakaba |
1.28 |
* content-model-2.dat: New test entries for URI attributes. |
| 124 |
|
|
|
| 125 |
wakaba |
1.27 |
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
| 126 |
|
|
|
| 127 |
wakaba |
1.26 |
* URIChecker.t: New test. |
| 128 |
|
|
|
| 129 |
wakaba |
1.22 |
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
| 130 |
|
|
|
| 131 |
wakaba |
1.25 |
* Makefile (content-type-files, content-checker-files): New rukes. |
| 132 |
|
|
|
| 133 |
|
|
* content-type-result.txt, content-checker-result.txt: New files. |
| 134 |
|
|
|
| 135 |
|
|
* tokenizer-result.txt, tree-construction-result.txt: New to CVS. |
| 136 |
|
|
|
| 137 |
|
|
* content-model-2.dat: Warnings are added to unknown attributes |
| 138 |
|
|
for unknown elements. New tests for newly implemented |
| 139 |
|
|
attributes are added. |
| 140 |
|
|
|
| 141 |
|
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
| 142 |
|
|
|
| 143 |
wakaba |
1.24 |
* content-model-1.dat: Required attributes are |
| 144 |
|
|
added to <link>s. |
| 145 |
|
|
|
| 146 |
|
|
* content-model-2.dat: Tests for global event handler |
| 147 |
|
|
content attributes, <link>s and <embed>s are added. |
| 148 |
|
|
|
| 149 |
|
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
| 150 |
|
|
|
| 151 |
wakaba |
1.23 |
* content-model-2.dat: Tests for additionally-implemented |
| 152 |
|
|
attributes are added. |
| 153 |
|
|
|
| 154 |
|
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
| 155 |
|
|
|
| 156 |
wakaba |
1.22 |
* content-model-2.dat: Tests for <a>/interactive |
| 157 |
|
|
elements non-nesting are added. |
| 158 |
|
|
|
| 159 |
wakaba |
1.16 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 160 |
|
|
|
| 161 |
wakaba |
1.21 |
* content-model-3.dat: New test. |
| 162 |
|
|
|
| 163 |
|
|
* ContentChecker.t (@FILES): |content-model-3.dat| added. |
| 164 |
|
|
|
| 165 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 166 |
|
|
|
| 167 |
wakaba |
1.20 |
* tree-test-1.dat: Tests for |<iframe>|, |<noframes>|, |
| 168 |
|
|
and |<xmp>| are added. |
| 169 |
|
|
|
| 170 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 171 |
|
|
|
| 172 |
wakaba |
1.19 |
* content-model-1.dat: A content model conformance |
| 173 |
|
|
error was missing. |
| 174 |
|
|
|
| 175 |
|
|
* content-model-2.dat: Unsupported global attribute (prefixed |
| 176 |
|
|
attribute) test is added. Tests for many HTML5 elements |
| 177 |
|
|
are added. |
| 178 |
|
|
|
| 179 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 180 |
|
|
|
| 181 |
wakaba |
1.18 |
* content-model-2.dat: Tests for elements up to |progress|. |
| 182 |
|
|
|
| 183 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 184 |
|
|
|
| 185 |
wakaba |
1.17 |
* content-model-2.dat: Tests for global attributes, |html|, |head|, |
| 186 |
|
|
|base|, |meta|, and |style|. |
| 187 |
|
|
|
| 188 |
|
|
* ContentChecker.t: Support for |#data html| (HTML parsing |
| 189 |
|
|
mode). |
| 190 |
|
|
|
| 191 |
|
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
| 192 |
|
|
|
| 193 |
wakaba |
1.16 |
* content-model-2.dat: New test. |
| 194 |
|
|
|
| 195 |
|
|
* ContentChecker.t (@FILES): |content-model-2.dat| is added. |
| 196 |
|
|
(get_node_path): |ATTRIBUTE_NODE| support. |
| 197 |
|
|
|
| 198 |
|
|
* content-model-1.dat: New tests for unknown |
| 199 |
|
|
element in HTML namespace. |
| 200 |
|
|
|
| 201 |
wakaba |
1.11 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
| 202 |
|
|
|
| 203 |
wakaba |
1.16 |
* ContentChecker.t (manakai_element_type_match): Removed. |
| 204 |
wakaba |
1.15 |
|
| 205 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
| 206 |
|
|
|
| 207 |
wakaba |
1.14 |
* content-model-1.dat: Tests for |a| content model are added. |
| 208 |
|
|
Tests for |legend| content model are added. |
| 209 |
|
|
|
| 210 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
| 211 |
|
|
|
| 212 |
wakaba |
1.13 |
* content-model-1.dat: Tests for |li| content model are added. |
| 213 |
|
|
|
| 214 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
| 215 |
|
|
|
| 216 |
wakaba |
1.12 |
* content-model-1.dat: Tests for |dd| content model are added. |
| 217 |
|
|
Tests for |em| content model (inline-level content |
| 218 |
|
|
or stricly inline-level content) are added. |
| 219 |
|
|
Tests for |dfn| content model are added. |
| 220 |
|
|
|
| 221 |
|
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
| 222 |
|
|
|
| 223 |
wakaba |
1.11 |
* content-model-1.dat: New test data. |
| 224 |
|
|
|
| 225 |
|
|
* ContentChecker.t: New test. |
| 226 |
|
|
|
| 227 |
wakaba |
1.10 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
| 228 |
|
|
|
| 229 |
|
|
* tree-test-1.dat: ins > p test and noscript in noscript test |
| 230 |
|
|
are added. |
| 231 |
|
|
|
| 232 |
wakaba |
1.9 |
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
| 233 |
|
|
|
| 234 |
|
|
* tokenizer-test-1.test: Incorrect DOCTYPE testa |
| 235 |
|
|
are added. |
| 236 |
|
|
|
| 237 |
|
|
* tree-test-1.dat: |innerHTML| tests are added. |
| 238 |
|
|
|
| 239 |
|
|
2007-05-03 Wakaba <wakaba@suika.fam.cx> |
| 240 |
|
|
|
| 241 |
|
|
* LICENSE: New document. |
| 242 |
|
|
|
| 243 |
wakaba |
1.8 |
2007-05-02 Wakaba <wakaba@suika.fam.cx> |
| 244 |
|
|
|
| 245 |
|
|
* .cvsignore: Result files are added. |
| 246 |
|
|
|
| 247 |
|
|
* HTML-tree.t: Support for document fragment tests. |
| 248 |
|
|
|
| 249 |
|
|
* Makefile: Generate test result files. |
| 250 |
|
|
|
| 251 |
|
|
* tokenizer-test-1.test: A new test to ensure that |
| 252 |
|
|
characters after end tag are preserved in RCDATA or CDATA |
| 253 |
|
|
case. |
| 254 |
|
|
|
| 255 |
wakaba |
1.6 |
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 256 |
|
|
|
| 257 |
wakaba |
1.7 |
* HTML-tree.t: Use new |What::HTML->parse_string| method |
| 258 |
|
|
so that this test don't have to know parser class's |
| 259 |
|
|
internals. |
| 260 |
|
|
|
| 261 |
|
|
* tree-test-1.dat: New tests for "(<head> stuffs) in body" |
| 262 |
|
|
and "(<head> stuffs) after body" are added. |
| 263 |
|
|
|
| 264 |
|
|
2007-05-01 Wakaba <wakaba@suika.fam.cx> |
| 265 |
|
|
|
| 266 |
wakaba |
1.6 |
* HTML-tree.t: New test file is added. Sort key |
| 267 |
|
|
was incorrect. |
| 268 |
|
|
|
| 269 |
|
|
* HTML-tokenizer.t: New test file is added. |
| 270 |
|
|
|
| 271 |
|
|
* tokenizer-test-1.test, tree-test-1.dat: New tests. |
| 272 |
|
|
|
| 273 |
wakaba |
1.3 |
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
| 274 |
|
|
|
| 275 |
wakaba |
1.5 |
* .cvsignore: |tree-consturction| is added. |
| 276 |
|
|
|
| 277 |
|
|
* HTML-tree.t: New test. |
| 278 |
|
|
|
| 279 |
|
|
* Makefile: Rules for tree constructor tests are added. |
| 280 |
|
|
|
| 281 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
| 282 |
|
|
|
| 283 |
wakaba |
1.4 |
* HTML-tokenizer.t: |Data::Dumper::Useqq| is replaced |
| 284 |
|
|
by customized ones so that utf8 vs byte string handling |
| 285 |
|
|
cause no error. Set |$JSON::UTF8| flag on so |
| 286 |
|
|
that the |JSON| module turns the utf8 flag on. |
| 287 |
|
|
Support for the |contentModelFlags| and |lastStartTag| |
| 288 |
|
|
test props. Show the input as well as description |
| 289 |
|
|
when a test fails. |
| 290 |
|
|
|
| 291 |
|
|
2007-04-30 Wakaba <wakaba@suika.fam.cx> |
| 292 |
|
|
|
| 293 |
wakaba |
1.3 |
* .cvsignore: New file. |
| 294 |
|
|
|
| 295 |
|
|
* Makefile: New file. |
| 296 |
|
|
|
| 297 |
|
|
* HTML-tokenizer.t: New test. |
| 298 |
|
|
|
| 299 |
wakaba |
1.1 |
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
| 300 |
|
|
|
| 301 |
wakaba |
1.2 |
* ContentType.t: Remove some |my|s to avoid warnings. |
| 302 |
|
|
|
| 303 |
|
|
2007-04-24 Wakaba <wakaba@suika.fam.cx> |
| 304 |
|
|
|
| 305 |
wakaba |
1.1 |
* ChangeLog: New file. |
| 306 |
|
|
|
| 307 |
|
|
* ContentType.t: New Perl test. |
| 308 |
|
|
|
| 309 |
|
|
|