Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 4 Oct 2008 09:14:33 -0000 * tree-test-void.dat: Test on unmatched void end tag added (cf. HTML5 revision 1731). * tree-test-1.dat: Test on unmatched end tag added (cf. HTML5 revision 1731). 2008-10-04 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 4 Oct 2008 09:17:21 -0000 * HTML.pm.src: Drop redundant code (HTML5 revision 1731). 2008-10-04 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | #data |
| 2 | <command>a | ||
| 3 | #errors | ||
| 4 | no DOCTYPE | ||
| 5 | #document | ||
| 6 | | <html> | ||
| 7 | | <head> | ||
| 8 | | <command> | ||
| 9 | | <body> | ||
| 10 | | "a" | ||
| 11 | |||
| 12 | #data | ||
| 13 | <eventsource>a | ||
| 14 | #errors | ||
| 15 | no DOCTYPE | ||
| 16 | #document | ||
| 17 | | <html> | ||
| 18 | | <head> | ||
| 19 | | <eventsource> | ||
| 20 | | <body> | ||
| 21 | | "a" | ||
| 22 | |||
| 23 | #data | ||
| 24 | <event-source>a | ||
| 25 | #errors | ||
| 26 | no DOCTYPE | ||
| 27 | unexpected EOF | ||
| 28 | #document | ||
| 29 | | <html> | ||
| 30 | | <head> | ||
| 31 | | <body> | ||
| 32 | | <event-source> | ||
| 33 | | "a" | ||
| 34 | |||
| 35 | #data | ||
| 36 | <head><command>a | ||
| 37 | #errors | ||
| 38 | no DOCTYPE | ||
| 39 | #document | ||
| 40 | | <html> | ||
| 41 | | <head> | ||
| 42 | | <command> | ||
| 43 | | <body> | ||
| 44 | | "a" | ||
| 45 | |||
| 46 | #data | ||
| 47 | <head><eventsource>a | ||
| 48 | #errors | ||
| 49 | no DOCTYPE | ||
| 50 | #document | ||
| 51 | | <html> | ||
| 52 | | <head> | ||
| 53 | | <eventsource> | ||
| 54 | | <body> | ||
| 55 | | "a" | ||
| 56 | |||
| 57 | #data | ||
| 58 | <head><event-source>a | ||
| 59 | #errors | ||
| 60 | no DOCTYPE | ||
| 61 | unexpected EOF | ||
| 62 | #document | ||
| 63 | | <html> | ||
| 64 | | <head> | ||
| 65 | | <body> | ||
| 66 | | <event-source> | ||
| 67 | | "a" | ||
| 68 | |||
| 69 | #data | ||
| 70 | </head><command>a | ||
| 71 | #errors | ||
| 72 | no DOCTYPE | ||
| 73 | #document | ||
| 74 | | <html> | ||
| 75 | | <head> | ||
| 76 | | <body> | ||
| 77 | | <command> | ||
| 78 | | "a" | ||
| 79 | |||
| 80 | #data | ||
| 81 | </head><eventsource>a | ||
| 82 | #errors | ||
| 83 | no DOCTYPE | ||
| 84 | #document | ||
| 85 | | <html> | ||
| 86 | | <head> | ||
| 87 | | <body> | ||
| 88 | | <eventsource> | ||
| 89 | | "a" | ||
| 90 | |||
| 91 | #data | ||
| 92 | </head><event-source>x | ||
| 93 | #errors | ||
| 94 | no DOCTYPE | ||
| 95 | unexpected EOF | ||
| 96 | #document | ||
| 97 | | <html> | ||
| 98 | | <head> | ||
| 99 | | <body> | ||
| 100 | | <event-source> | ||
| 101 | | "x" | ||
| 102 | |||
| 103 | #data | ||
| 104 | <body><command>a | ||
| 105 | #errors | ||
| 106 | no DOCTYPE | ||
| 107 | #document | ||
| 108 | | <html> | ||
| 109 | | <head> | ||
| 110 | | <body> | ||
| 111 | | <command> | ||
| 112 | | "a" | ||
| 113 | |||
| 114 | #data | ||
| 115 | <body><eventsource>x | ||
| 116 | #errors | ||
| 117 | no DOCTYPE | ||
| 118 | #document | ||
| 119 | | <html> | ||
| 120 | | <head> | ||
| 121 | | <body> | ||
| 122 | | <eventsource> | ||
| 123 | | "x" | ||
| 124 | |||
| 125 | #data | ||
| 126 | <body><event-source>x | ||
| 127 | #errors | ||
| 128 | no DOCTYPE | ||
| 129 | unexpected EOF | ||
| 130 | #document | ||
| 131 | | <html> | ||
| 132 | | <head> | ||
| 133 | | <body> | ||
| 134 | | <event-source> | ||
| 135 | | "x" | ||
| 136 | |||
| 137 | #data | ||
| 138 | <head><noscript><command>x | ||
| 139 | #errors | ||
| 140 | no DOCTYPE | ||
| 141 | no </noscript> | ||
| 142 | #document | ||
| 143 | | <html> | ||
| 144 | | <head> | ||
| 145 | | <noscript> | ||
| 146 | | <body> | ||
| 147 | | <command> | ||
| 148 | | "x" | ||
| 149 | |||
| 150 | #data | ||
| 151 | <head><noscript><eventsource>x | ||
| 152 | #errors | ||
| 153 | no DOCTYPE | ||
| 154 | no </noscript> | ||
| 155 | #document | ||
| 156 | | <html> | ||
| 157 | | <head> | ||
| 158 | | <noscript> | ||
| 159 | | <body> | ||
| 160 | | <eventsource> | ||
| 161 | | "x" | ||
| 162 | |||
| 163 | #data | ||
| 164 | <head><noscript><event-source>x | ||
| 165 | #errors | ||
| 166 | no DOCTYPE | ||
| 167 | no </noscript> | ||
| 168 | unexpected EOF | ||
| 169 | #document | ||
| 170 | | <html> | ||
| 171 | | <head> | ||
| 172 | | <noscript> | ||
| 173 | | <body> | ||
| 174 | | <event-source> | ||
| 175 | | "x" | ||
| 176 | |||
| 177 | wakaba | 1.2 | #data |
| 178 | <b><i></b><area> | ||
| 179 | #errors | ||
| 180 | no DOCTYPE | ||
| 181 | no </i> before </b> | ||
| 182 | unexpected EOF | ||
| 183 | #document | ||
| 184 | | <html> | ||
| 185 | | <head> | ||
| 186 | | <body> | ||
| 187 | | <b> | ||
| 188 | | <i> | ||
| 189 | | <i> | ||
| 190 | | <area> | ||
| 191 | |||
| 192 | #data | ||
| 193 | <b><i></b><basefont> | ||
| 194 | #errors | ||
| 195 | no DOCTYPE | ||
| 196 | no </i> before </b> | ||
| 197 | unexpected EOF | ||
| 198 | #document | ||
| 199 | | <html> | ||
| 200 | | <head> | ||
| 201 | | <body> | ||
| 202 | | <b> | ||
| 203 | | <i> | ||
| 204 | | <i> | ||
| 205 | | <basefont> | ||
| 206 | |||
| 207 | #data | ||
| 208 | <b><i></b><bgsound> | ||
| 209 | #errors | ||
| 210 | no DOCTYPE | ||
| 211 | no </i> before </b> | ||
| 212 | unexpected EOF | ||
| 213 | #document | ||
| 214 | | <html> | ||
| 215 | | <head> | ||
| 216 | | <body> | ||
| 217 | | <b> | ||
| 218 | | <i> | ||
| 219 | | <i> | ||
| 220 | | <bgsound> | ||
| 221 | |||
| 222 | #data | ||
| 223 | <b><i></b><br> | ||
| 224 | #errors | ||
| 225 | no DOCTYPE | ||
| 226 | no </i> before </b> | ||
| 227 | unexpected EOF | ||
| 228 | #document | ||
| 229 | | <html> | ||
| 230 | | <head> | ||
| 231 | | <body> | ||
| 232 | | <b> | ||
| 233 | | <i> | ||
| 234 | | <i> | ||
| 235 | | <br> | ||
| 236 | |||
| 237 | #data | ||
| 238 | <b><i></b></br> | ||
| 239 | #errors | ||
| 240 | no DOCTYPE | ||
| 241 | no </i> before </b> | ||
| 242 | </br> | ||
| 243 | unexpected EOF | ||
| 244 | #document | ||
| 245 | | <html> | ||
| 246 | | <head> | ||
| 247 | | <body> | ||
| 248 | | <b> | ||
| 249 | | <i> | ||
| 250 | | <i> | ||
| 251 | | <br> | ||
| 252 | |||
| 253 | #data | ||
| 254 | <b><i></b><embed> | ||
| 255 | #errors | ||
| 256 | no DOCTYPE | ||
| 257 | no </i> before </b> | ||
| 258 | unexpected EOF | ||
| 259 | #document | ||
| 260 | | <html> | ||
| 261 | | <head> | ||
| 262 | | <body> | ||
| 263 | | <b> | ||
| 264 | | <i> | ||
| 265 | | <i> | ||
| 266 | | <embed> | ||
| 267 | |||
| 268 | #data | ||
| 269 | <b><i></b><img> | ||
| 270 | #errors | ||
| 271 | no DOCTYPE | ||
| 272 | no </i> before </b> | ||
| 273 | unexpected EOF | ||
| 274 | #document | ||
| 275 | | <html> | ||
| 276 | | <head> | ||
| 277 | | <body> | ||
| 278 | | <b> | ||
| 279 | | <i> | ||
| 280 | | <i> | ||
| 281 | | <img> | ||
| 282 | |||
| 283 | #data | ||
| 284 | <b><i></b><spacer> | ||
| 285 | #errors | ||
| 286 | no DOCTYPE | ||
| 287 | no </i> before </b> | ||
| 288 | unexpected EOF | ||
| 289 | #document | ||
| 290 | | <html> | ||
| 291 | | <head> | ||
| 292 | | <body> | ||
| 293 | | <b> | ||
| 294 | | <i> | ||
| 295 | | <i> | ||
| 296 | | <spacer> | ||
| 297 | |||
| 298 | #data | ||
| 299 | <b><i></b><wbr> | ||
| 300 | #errors | ||
| 301 | no DOCTYPE | ||
| 302 | no </i> before </b> | ||
| 303 | unexpected EOF | ||
| 304 | #document | ||
| 305 | | <html> | ||
| 306 | | <head> | ||
| 307 | | <body> | ||
| 308 | | <b> | ||
| 309 | | <i> | ||
| 310 | | <i> | ||
| 311 | | <wbr> | ||
| 312 | |||
| 313 | #data | ||
| 314 | <b><i></b><param> | ||
| 315 | #errors | ||
| 316 | no DOCTYPE | ||
| 317 | no </i> before </b> | ||
| 318 | #document | ||
| 319 | | <html> | ||
| 320 | | <head> | ||
| 321 | | <body> | ||
| 322 | | <b> | ||
| 323 | | <i> | ||
| 324 | | <param> | ||
| 325 | |||
| 326 | #data | ||
| 327 | <b><i></b><source> | ||
| 328 | #errors | ||
| 329 | no DOCTYPE | ||
| 330 | no </i> before </b> | ||
| 331 | #document | ||
| 332 | | <html> | ||
| 333 | | <head> | ||
| 334 | | <body> | ||
| 335 | | <b> | ||
| 336 | | <i> | ||
| 337 | | <source> | ||
| 338 | |||
| 339 | #data | ||
| 340 | <command/> | ||
| 341 | #errors | ||
| 342 | no DOCTYPE | ||
| 343 | #document | ||
| 344 | | <html> | ||
| 345 | | <head> | ||
| 346 | | <command> | ||
| 347 | | <body> | ||
| 348 | |||
| 349 | #data | ||
| 350 | <eventsource/> | ||
| 351 | #errors | ||
| 352 | no DOCTYPE | ||
| 353 | #document | ||
| 354 | | <html> | ||
| 355 | | <head> | ||
| 356 | | <eventsource> | ||
| 357 | | <body> | ||
| 358 | |||
| 359 | #data | ||
| 360 | <event-source/> | ||
| 361 | #errors | ||
| 362 | no DOCTYPE | ||
| 363 | /> | ||
| 364 | unexpected EOF | ||
| 365 | #document | ||
| 366 | | <html> | ||
| 367 | | <head> | ||
| 368 | | <body> | ||
| 369 | | <event-source> | ||
| 370 | |||
| 371 | #data | ||
| 372 | <param/> | ||
| 373 | #errors | ||
| 374 | no DOCTYPE | ||
| 375 | #document | ||
| 376 | | <html> | ||
| 377 | | <head> | ||
| 378 | | <body> | ||
| 379 | | <param> | ||
| 380 | |||
| 381 | #data | ||
| 382 | <source/> | ||
| 383 | #errors | ||
| 384 | no DOCTYPE | ||
| 385 | #document | ||
| 386 | | <html> | ||
| 387 | | <head> | ||
| 388 | | <body> | ||
| 389 | | <source> | ||
| 390 | wakaba | 1.3 | |
| 391 | #data | ||
| 392 | <body></area> | ||
| 393 | #errors | ||
| 394 | no DOCTYPE | ||
| 395 | unmatched end tag | ||
| 396 | #document | ||
| 397 | | <html> | ||
| 398 | | <head> | ||
| 399 | | <body> | ||
| 400 | |||
| 401 | #data | ||
| 402 | <body></base> | ||
| 403 | #errors | ||
| 404 | no DOCTYPE | ||
| 405 | unmatched end tag | ||
| 406 | #document | ||
| 407 | | <html> | ||
| 408 | | <head> | ||
| 409 | | <body> | ||
| 410 | |||
| 411 | #data | ||
| 412 | <body></basefont> | ||
| 413 | #errors | ||
| 414 | no DOCTYPE | ||
| 415 | unmatched end tag | ||
| 416 | #document | ||
| 417 | | <html> | ||
| 418 | | <head> | ||
| 419 | | <body> | ||
| 420 | |||
| 421 | #data | ||
| 422 | <body></bgsound> | ||
| 423 | #errors | ||
| 424 | no DOCTYPE | ||
| 425 | unmatched end tag | ||
| 426 | #document | ||
| 427 | | <html> | ||
| 428 | | <head> | ||
| 429 | | <body> | ||
| 430 | |||
| 431 | #data | ||
| 432 | <body></command> | ||
| 433 | #errors | ||
| 434 | no DOCTYPE | ||
| 435 | unmatched end tag | ||
| 436 | #document | ||
| 437 | | <html> | ||
| 438 | | <head> | ||
| 439 | | <body> | ||
| 440 | |||
| 441 | #data | ||
| 442 | <body></embed> | ||
| 443 | #errors | ||
| 444 | no DOCTYPE | ||
| 445 | unmatched end tag | ||
| 446 | #document | ||
| 447 | | <html> | ||
| 448 | | <head> | ||
| 449 | | <body> | ||
| 450 | |||
| 451 | #data | ||
| 452 | <body></eventsource> | ||
| 453 | #errors | ||
| 454 | no DOCTYPE | ||
| 455 | unmatched end tag | ||
| 456 | #document | ||
| 457 | | <html> | ||
| 458 | | <head> | ||
| 459 | | <body> | ||
| 460 | |||
| 461 | #data | ||
| 462 | <body></event-source> | ||
| 463 | #errors | ||
| 464 | no DOCTYPE | ||
| 465 | unmatched end tag | ||
| 466 | #document | ||
| 467 | | <html> | ||
| 468 | | <head> | ||
| 469 | | <body> | ||
| 470 | |||
| 471 | #data | ||
| 472 | <body></hr> | ||
| 473 | #errors | ||
| 474 | no DOCTYPE | ||
| 475 | unmatched end tag | ||
| 476 | #document | ||
| 477 | | <html> | ||
| 478 | | <head> | ||
| 479 | | <body> | ||
| 480 | |||
| 481 | #data | ||
| 482 | <body></image> | ||
| 483 | #errors | ||
| 484 | no DOCTYPE | ||
| 485 | unmatched end tag | ||
| 486 | #document | ||
| 487 | | <html> | ||
| 488 | | <head> | ||
| 489 | | <body> | ||
| 490 | |||
| 491 | #data | ||
| 492 | <body></img> | ||
| 493 | #errors | ||
| 494 | no DOCTYPE | ||
| 495 | unmatched end tag | ||
| 496 | #document | ||
| 497 | | <html> | ||
| 498 | | <head> | ||
| 499 | | <body> | ||
| 500 | |||
| 501 | #data | ||
| 502 | <body></input> | ||
| 503 | #errors | ||
| 504 | no DOCTYPE | ||
| 505 | unmatched end tag | ||
| 506 | #document | ||
| 507 | | <html> | ||
| 508 | | <head> | ||
| 509 | | <body> | ||
| 510 | |||
| 511 | #data | ||
| 512 | <body></isindex> | ||
| 513 | #errors | ||
| 514 | no DOCTYPE | ||
| 515 | unmatched end tag | ||
| 516 | #document | ||
| 517 | | <html> | ||
| 518 | | <head> | ||
| 519 | | <body> | ||
| 520 | |||
| 521 | #data | ||
| 522 | <body></link> | ||
| 523 | #errors | ||
| 524 | no DOCTYPE | ||
| 525 | unmatched end tag | ||
| 526 | #document | ||
| 527 | | <html> | ||
| 528 | | <head> | ||
| 529 | | <body> | ||
| 530 | |||
| 531 | #data | ||
| 532 | <body></meta> | ||
| 533 | #errors | ||
| 534 | no DOCTYPE | ||
| 535 | unmatched end tag | ||
| 536 | #document | ||
| 537 | | <html> | ||
| 538 | | <head> | ||
| 539 | | <body> | ||
| 540 | |||
| 541 | #data | ||
| 542 | <body></param> | ||
| 543 | #errors | ||
| 544 | no DOCTYPE | ||
| 545 | unmatched end tag | ||
| 546 | #document | ||
| 547 | | <html> | ||
| 548 | | <head> | ||
| 549 | | <body> | ||
| 550 | |||
| 551 | #data | ||
| 552 | <body></source> | ||
| 553 | #errors | ||
| 554 | no DOCTYPE | ||
| 555 | unmatched end tag | ||
| 556 | #document | ||
| 557 | | <html> | ||
| 558 | | <head> | ||
| 559 | | <body> | ||
| 560 | |||
| 561 | #data | ||
| 562 | <body></spacer> | ||
| 563 | #errors | ||
| 564 | no DOCTYPE | ||
| 565 | unmatched end tag | ||
| 566 | #document | ||
| 567 | | <html> | ||
| 568 | | <head> | ||
| 569 | | <body> | ||
| 570 | |||
| 571 | #data | ||
| 572 | <body></wbr> | ||
| 573 | #errors | ||
| 574 | no DOCTYPE | ||
| 575 | unmatched end tag | ||
| 576 | #document | ||
| 577 | | <html> | ||
| 578 | | <head> | ||
| 579 | | <body> |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |