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