| 1 |
wakaba |
1.1 |
#data |
| 2 |
|
|
Test |
| 3 |
|
|
#errors |
| 4 |
|
|
5: missing document type declaration |
| 5 |
|
|
#document |
| 6 |
|
|
| <html> |
| 7 |
|
|
| <head> |
| 8 |
|
|
| <body> |
| 9 |
|
|
| "Test" |
| 10 |
|
|
|
| 11 |
|
|
#data |
| 12 |
|
|
<p>One<p>Two |
| 13 |
|
|
#errors |
| 14 |
|
|
3: missing document type declaration |
| 15 |
|
|
#document |
| 16 |
|
|
| <html> |
| 17 |
|
|
| <head> |
| 18 |
|
|
| <body> |
| 19 |
|
|
| <p> |
| 20 |
|
|
| "One" |
| 21 |
|
|
| <p> |
| 22 |
|
|
| "Two" |
| 23 |
|
|
|
| 24 |
|
|
#data |
| 25 |
|
|
Line1<br>Line2<br>Line3<br>Line4 |
| 26 |
|
|
#errors |
| 27 |
|
|
7: missing document type declaration |
| 28 |
|
|
#document |
| 29 |
|
|
| <html> |
| 30 |
|
|
| <head> |
| 31 |
|
|
| <body> |
| 32 |
|
|
| "Line1" |
| 33 |
|
|
| <br> |
| 34 |
|
|
| "Line2" |
| 35 |
|
|
| <br> |
| 36 |
|
|
| "Line3" |
| 37 |
|
|
| <br> |
| 38 |
|
|
| "Line4" |
| 39 |
|
|
|
| 40 |
|
|
#data |
| 41 |
|
|
<html> |
| 42 |
|
|
#errors |
| 43 |
|
|
6: missing document type declaration |
| 44 |
|
|
#document |
| 45 |
|
|
| <html> |
| 46 |
|
|
| <head> |
| 47 |
|
|
| <body> |
| 48 |
|
|
|
| 49 |
|
|
#data |
| 50 |
|
|
<head> |
| 51 |
|
|
#errors |
| 52 |
|
|
6: missing document type declaration |
| 53 |
|
|
#document |
| 54 |
|
|
| <html> |
| 55 |
|
|
| <head> |
| 56 |
|
|
| <body> |
| 57 |
|
|
|
| 58 |
|
|
#data |
| 59 |
|
|
<body> |
| 60 |
|
|
#errors |
| 61 |
|
|
6: missing document type declaration |
| 62 |
|
|
#document |
| 63 |
|
|
| <html> |
| 64 |
|
|
| <head> |
| 65 |
|
|
| <body> |
| 66 |
|
|
|
| 67 |
|
|
#data |
| 68 |
|
|
<html><head> |
| 69 |
|
|
#errors |
| 70 |
|
|
6: missing document type declaration |
| 71 |
|
|
#document |
| 72 |
|
|
| <html> |
| 73 |
|
|
| <head> |
| 74 |
|
|
| <body> |
| 75 |
|
|
|
| 76 |
|
|
#data |
| 77 |
|
|
<html><head></head> |
| 78 |
|
|
#errors |
| 79 |
|
|
6: missing document type declaration |
| 80 |
|
|
#document |
| 81 |
|
|
| <html> |
| 82 |
|
|
| <head> |
| 83 |
|
|
| <body> |
| 84 |
|
|
|
| 85 |
|
|
#data |
| 86 |
|
|
<html><head></head><body> |
| 87 |
|
|
#errors |
| 88 |
|
|
6: missing document type declaration |
| 89 |
|
|
#document |
| 90 |
|
|
| <html> |
| 91 |
|
|
| <head> |
| 92 |
|
|
| <body> |
| 93 |
|
|
|
| 94 |
|
|
#data |
| 95 |
|
|
<html><head></head><body></body> |
| 96 |
|
|
#errors |
| 97 |
|
|
6: missing document type declaration |
| 98 |
|
|
#document |
| 99 |
|
|
| <html> |
| 100 |
|
|
| <head> |
| 101 |
|
|
| <body> |
| 102 |
|
|
|
| 103 |
|
|
#data |
| 104 |
|
|
<html><head><body></body></html> |
| 105 |
|
|
#errors |
| 106 |
|
|
6: missing document type declaration |
| 107 |
|
|
#document |
| 108 |
|
|
| <html> |
| 109 |
|
|
| <head> |
| 110 |
|
|
| <body> |
| 111 |
|
|
|
| 112 |
|
|
#data |
| 113 |
|
|
<html><head></body></html> |
| 114 |
|
|
#errors |
| 115 |
|
|
6: missing document type declaration |
| 116 |
|
|
19: unexpected body element end tag in head |
| 117 |
|
|
#document |
| 118 |
|
|
| <html> |
| 119 |
|
|
| <head> |
| 120 |
|
|
| <body> |
| 121 |
|
|
|
| 122 |
|
|
#data |
| 123 |
|
|
<html><head><body></html> |
| 124 |
|
|
#errors |
| 125 |
|
|
6: missing document type declaration |
| 126 |
|
|
#document |
| 127 |
|
|
| <html> |
| 128 |
|
|
| <head> |
| 129 |
|
|
| <body> |
| 130 |
|
|
|
| 131 |
|
|
#data |
| 132 |
|
|
<html><body></html> |
| 133 |
|
|
#errors |
| 134 |
|
|
6: missing document type declaration |
| 135 |
|
|
#document |
| 136 |
|
|
| <html> |
| 137 |
|
|
| <head> |
| 138 |
|
|
| <body> |
| 139 |
|
|
|
| 140 |
|
|
#data |
| 141 |
|
|
<body></html> |
| 142 |
|
|
#errors |
| 143 |
|
|
6: missing document type declaration |
| 144 |
|
|
#document |
| 145 |
|
|
| <html> |
| 146 |
|
|
| <head> |
| 147 |
|
|
| <body> |
| 148 |
|
|
|
| 149 |
|
|
#data |
| 150 |
|
|
<head></html> |
| 151 |
|
|
#errors |
| 152 |
|
|
6: missing document type declaration |
| 153 |
|
|
#document |
| 154 |
|
|
| <html> |
| 155 |
|
|
| <head> |
| 156 |
|
|
| <body> |
| 157 |
|
|
|
| 158 |
|
|
#data |
| 159 |
|
|
</head> |
| 160 |
|
|
#errors |
| 161 |
|
|
7: missing document type declaration |
| 162 |
|
|
7: unexpected head element end tag |
| 163 |
|
|
#document |
| 164 |
|
|
| <html> |
| 165 |
|
|
| <head> |
| 166 |
|
|
| <body> |
| 167 |
|
|
|
| 168 |
|
|
#data |
| 169 |
|
|
</body> |
| 170 |
|
|
#errors |
| 171 |
|
|
7: missing document type declaration |
| 172 |
|
|
7: unexpected body element end tag |
| 173 |
|
|
#document |
| 174 |
|
|
| <html> |
| 175 |
|
|
| <head> |
| 176 |
|
|
| <body> |
| 177 |
|
|
|
| 178 |
|
|
#data |
| 179 |
|
|
</html> |
| 180 |
|
|
#errors |
| 181 |
|
|
7: missing document type declaration |
| 182 |
|
|
#document |
| 183 |
|
|
| <html> |
| 184 |
|
|
| <head> |
| 185 |
|
|
| <body> |
| 186 |
|
|
|
| 187 |
|
|
#data |
| 188 |
|
|
<b><table><td><i></table> |
| 189 |
|
|
#errors |
| 190 |
|
|
3: missing document type declaration |
| 191 |
|
|
14: required tr element start tag implied by unexpected td element start tag |
| 192 |
|
|
25: unexpected td element end tag implied other end tags |
| 193 |
|
|
26: mismatched body element end tag (premature end of file?) |
| 194 |
|
|
#document |
| 195 |
|
|
| <html> |
| 196 |
|
|
| <head> |
| 197 |
|
|
| <body> |
| 198 |
|
|
| <b> |
| 199 |
|
|
| <table> |
| 200 |
|
|
| <tbody> |
| 201 |
|
|
| <tr> |
| 202 |
|
|
| <td> |
| 203 |
|
|
| <i> |
| 204 |
|
|
|
| 205 |
|
|
#data |
| 206 |
|
|
<b><table><td></b><i></table>X |
| 207 |
|
|
#errors |
| 208 |
|
|
3: missing document type declaration |
| 209 |
|
|
14: required tr element start tag implied by unexpected td element start tag |
| 210 |
|
|
18: mismatched b element end tag (no matching start tag) |
| 211 |
|
|
29: unexpected td element end tag implied other end tags |
| 212 |
|
|
31: mismatched body element end tag (premature end of file?) |
| 213 |
|
|
#document |
| 214 |
|
|
| <html> |
| 215 |
|
|
| <head> |
| 216 |
|
|
| <body> |
| 217 |
|
|
| <b> |
| 218 |
|
|
| <table> |
| 219 |
|
|
| <tbody> |
| 220 |
|
|
| <tr> |
| 221 |
|
|
| <td> |
| 222 |
|
|
| <i> |
| 223 |
|
|
| "X" |
| 224 |
|
|
|
| 225 |
|
|
#data |
| 226 |
|
|
<h1>Hello<h2>World |
| 227 |
|
|
#errors |
| 228 |
|
|
4: missing document type declaration |
| 229 |
|
|
13: h2 element start tag implying h1 element end tag |
| 230 |
|
|
19: mismatched body element end tag (premature end of file?) |
| 231 |
|
|
#document |
| 232 |
|
|
| <html> |
| 233 |
|
|
| <head> |
| 234 |
|
|
| <body> |
| 235 |
|
|
| <h1> |
| 236 |
|
|
| "Hello" |
| 237 |
|
|
| <h2> |
| 238 |
|
|
| "World" |
| 239 |
|
|
|
| 240 |
|
|
#data |
| 241 |
|
|
<a><p>X<a>Y</a>Z</p></a> |
| 242 |
|
|
#errors |
| 243 |
|
|
3: missing document type declaration |
| 244 |
|
|
10: a element start tag implying a element end tag |
| 245 |
|
|
10: mismatched a element end tag (misnested tags) |
| 246 |
|
|
24: mismatched a element end tag (no matching start tag) |
| 247 |
|
|
#document |
| 248 |
|
|
| <html> |
| 249 |
|
|
| <head> |
| 250 |
|
|
| <body> |
| 251 |
|
|
| <a> |
| 252 |
|
|
| <p> |
| 253 |
|
|
| <a> |
| 254 |
|
|
| "X" |
| 255 |
|
|
| <a> |
| 256 |
|
|
| "Y" |
| 257 |
|
|
| "Z" |
| 258 |
|
|
|
| 259 |
|
|
#data |
| 260 |
|
|
<b><button></b></button></b> |
| 261 |
|
|
#errors |
| 262 |
|
|
3: missing document type declaration |
| 263 |
|
|
15: mismatched b element end tag (no matching start tag) |
| 264 |
|
|
#document |
| 265 |
|
|
| <html> |
| 266 |
|
|
| <head> |
| 267 |
|
|
| <body> |
| 268 |
|
|
| <b> |
| 269 |
|
|
| <button> |
| 270 |
|
|
|
| 271 |
|
|
#data |
| 272 |
|
|
<p><b><div><marquee></p></b></div>X |
| 273 |
|
|
#errors |
| 274 |
|
|
3: missing document type declaration |
| 275 |
|
|
11: mismatched p element end tag |
| 276 |
|
|
24: mismatched p element end tag |
| 277 |
|
|
28: mismatched b element end tag (no matching start tag) |
| 278 |
|
|
34: mismatched div element end tag |
| 279 |
|
|
36: mismatched body element end tag (premature end of file?) |
| 280 |
|
|
#document |
| 281 |
|
|
| <html> |
| 282 |
|
|
| <head> |
| 283 |
|
|
| <body> |
| 284 |
|
|
| <p> |
| 285 |
|
|
| <b> |
| 286 |
|
|
| <div> |
| 287 |
|
|
| <b> |
| 288 |
|
|
| <marquee> |
| 289 |
|
|
| "X" |
| 290 |
|
|
|
| 291 |
|
|
#data |
| 292 |
|
|
<script><div></script></div><title><p></title><p><p> |
| 293 |
|
|
#errors |
| 294 |
|
|
8: missing document type declaration |
| 295 |
|
|
28: unexpected div element end tag in head |
| 296 |
|
|
#document |
| 297 |
|
|
| <html> |
| 298 |
|
|
| <head> |
| 299 |
|
|
| <script> |
| 300 |
|
|
| "<div>" |
| 301 |
|
|
| <title> |
| 302 |
|
|
| "<p>" |
| 303 |
|
|
| <body> |
| 304 |
|
|
| <p> |
| 305 |
|
|
| <p> |
| 306 |
|
|
|
| 307 |
|
|
#data |
| 308 |
|
|
<!--><div>--<!--> |
| 309 |
|
|
#errors |
| 310 |
|
|
13: unexpected character after two '-' characters while parsing comment |
| 311 |
|
|
18: missing document type declaration |
| 312 |
|
|
#document |
| 313 |
|
|
| <!-- ><div>--<! --> |
| 314 |
|
|
| <html> |
| 315 |
|
|
| <head> |
| 316 |
|
|
| <body> |
| 317 |
|
|
|
| 318 |
|
|
#data |
| 319 |
|
|
<p><hr></p> |
| 320 |
|
|
#errors |
| 321 |
|
|
3: missing document type declaration |
| 322 |
|
|
11: mismatched p element end tag |
| 323 |
|
|
#document |
| 324 |
|
|
| <html> |
| 325 |
|
|
| <head> |
| 326 |
|
|
| <body> |
| 327 |
|
|
| <p> |
| 328 |
|
|
| <hr> |
| 329 |
|
|
|
| 330 |
|
|
#data |
| 331 |
|
|
<select><b><option><select><option></b></select>X |
| 332 |
|
|
#errors |
| 333 |
|
|
8: missing document type declaration |
| 334 |
|
|
11: unexpected node in select element context |
| 335 |
|
|
27: select element start tag used as end tag |
| 336 |
|
|
35: unexpected option element start tag in body |
| 337 |
|
|
39: mismatched b element end tag (no matching start tag) |
| 338 |
|
|
48: mismatched special end tag select |
| 339 |
|
|
#document |
| 340 |
|
|
| <html> |
| 341 |
|
|
| <head> |
| 342 |
|
|
| <body> |
| 343 |
|
|
| <select> |
| 344 |
|
|
| <option> |
| 345 |
|
|
| "X" |
| 346 |
|
|
|
| 347 |
|
|
#data |
| 348 |
|
|
<a><table><td><a><table></table><a></tr><a></table><b>X</b>C<a>Y |
| 349 |
|
|
#errors |
| 350 |
|
|
3: missing document type declaration |
| 351 |
|
|
14: required tr element start tag implied by unexpected td element start tag |
| 352 |
|
|
35: a element start tag implying a element end tag |
| 353 |
|
|
40: unexpected td element end tag implied other end tags |
| 354 |
|
|
43: unexpected node in table context |
| 355 |
|
|
43: a element start tag implying a element end tag |
| 356 |
|
|
43: unexpected node in table context |
| 357 |
|
|
43: mismatched a element end tag (misnested tags across <table> tag) |
| 358 |
|
|
63: a element start tag implying a element end tag |
| 359 |
|
|
65: mismatched body element end tag (premature end of file?) |
| 360 |
|
|
#document |
| 361 |
|
|
| <html> |
| 362 |
|
|
| <head> |
| 363 |
|
|
| <body> |
| 364 |
|
|
| <a> |
| 365 |
|
|
| <a> |
| 366 |
|
|
| <table> |
| 367 |
|
|
| <tbody> |
| 368 |
|
|
| <tr> |
| 369 |
|
|
| <td> |
| 370 |
|
|
| <a> |
| 371 |
|
|
| <table> |
| 372 |
|
|
| <a> |
| 373 |
|
|
| <a> |
| 374 |
|
|
| <b> |
| 375 |
|
|
| "X" |
| 376 |
|
|
| "C" |
| 377 |
|
|
| <a> |
| 378 |
|
|
| "Y" |
| 379 |
|
|
|
| 380 |
|
|
#data |
| 381 |
|
|
<a X>0<b>1<a Y>2 |
| 382 |
|
|
#errors |
| 383 |
|
|
5: missing document type declaration |
| 384 |
|
|
15: a element start tag implying a element end tag |
| 385 |
|
|
15: mismatched a element end tag (misnested tags) |
| 386 |
|
|
17: mismatched body element end tag (premature end of file?) |
| 387 |
|
|
#document |
| 388 |
|
|
| <html> |
| 389 |
|
|
| <head> |
| 390 |
|
|
| <body> |
| 391 |
|
|
| <a> |
| 392 |
|
|
| x="" |
| 393 |
|
|
| "0" |
| 394 |
|
|
| <b> |
| 395 |
|
|
| "1" |
| 396 |
|
|
| <b> |
| 397 |
|
|
| <a> |
| 398 |
|
|
| y="" |
| 399 |
|
|
| "2" |
| 400 |
|
|
|
| 401 |
|
|
#data |
| 402 |
|
|
<!-----><font><div>hello<table>excite!<b>me!<th><i>please!</tr><!--X--> |
| 403 |
|
|
#errors |
| 404 |
|
|
7: unexpected '-' character after two '-' characters while parsing comment |
| 405 |
|
|
14: missing document type declaration |
| 406 |
|
|
40: unexpected node in table context |
| 407 |
|
|
41: unexpected node in table context |
| 408 |
|
|
46: unexpected node in table context |
| 409 |
|
|
48: required tr element start tag implied by unexpected th element start tag |
| 410 |
|
|
63: unexpected th element end tag implied other end tags |
| 411 |
|
|
72: unexpected end of file implied table element end tag |
| 412 |
|
|
72: mismatched body element end tag (premature end of file?) |
| 413 |
|
|
#document |
| 414 |
|
|
| <!-- - --> |
| 415 |
|
|
| <html> |
| 416 |
|
|
| <head> |
| 417 |
|
|
| <body> |
| 418 |
|
|
| <font> |
| 419 |
|
|
| <div> |
| 420 |
|
|
| "helloexcite!" |
| 421 |
|
|
| <b> |
| 422 |
|
|
| "me!" |
| 423 |
|
|
| <table> |
| 424 |
|
|
| <tbody> |
| 425 |
|
|
| <tr> |
| 426 |
|
|
| <th> |
| 427 |
|
|
| <i> |
| 428 |
|
|
| "please!" |
| 429 |
|
|
| <!-- X --> |
| 430 |
|
|
|
| 431 |
|
|
#data |
| 432 |
|
|
<!DOCTYPE HTML><li>hello<li>world<ul>how<li>do</ul>you</body><!--do--> |
| 433 |
|
|
#errors |
| 434 |
|
|
#document |
| 435 |
|
|
| <!DOCTYPE HTML> |
| 436 |
|
|
| <html> |
| 437 |
|
|
| <head> |
| 438 |
|
|
| <body> |
| 439 |
|
|
| <li> |
| 440 |
|
|
| "hello" |
| 441 |
|
|
| <li> |
| 442 |
|
|
| "world" |
| 443 |
|
|
| <ul> |
| 444 |
|
|
| "how" |
| 445 |
|
|
| <li> |
| 446 |
|
|
| "do" |
| 447 |
|
|
| "you" |
| 448 |
|
|
| <!-- do --> |
| 449 |
|
|
|
| 450 |
|
|
#data |
| 451 |
|
|
<!DOCTYPE HTML>A<option>B<optgroup>C<select>D</option>E |
| 452 |
|
|
#errors |
| 453 |
|
|
24: unexpected option element start tag in body |
| 454 |
|
|
35: unexpected optgroup element start tag in body |
| 455 |
|
|
54: unexpected option element end tag |
| 456 |
|
|
56: required select element end tag implied by unexpected end of file |
| 457 |
|
|
#document |
| 458 |
|
|
| <!DOCTYPE HTML> |
| 459 |
|
|
| <html> |
| 460 |
|
|
| <head> |
| 461 |
|
|
| <body> |
| 462 |
|
|
| "ABC" |
| 463 |
|
|
| <select> |
| 464 |
|
|
| "DE" |
| 465 |
|
|
|
| 466 |
|
|
#data |
| 467 |
|
|
< |
| 468 |
|
|
#errors |
| 469 |
|
|
2: unescaped '<' character |
| 470 |
|
|
2: missing document type declaration |
| 471 |
|
|
#document |
| 472 |
|
|
| <html> |
| 473 |
|
|
| <head> |
| 474 |
|
|
| <body> |
| 475 |
|
|
| "<" |
| 476 |
|
|
|
| 477 |
|
|
#data |
| 478 |
|
|
<# |
| 479 |
|
|
#errors |
| 480 |
|
|
2: unescaped '<' character |
| 481 |
|
|
3: missing document type declaration |
| 482 |
|
|
#document |
| 483 |
|
|
| <html> |
| 484 |
|
|
| <head> |
| 485 |
|
|
| <body> |
| 486 |
|
|
| "<#" |
| 487 |
|
|
|
| 488 |
|
|
#data |
| 489 |
|
|
</ |
| 490 |
|
|
#errors |
| 491 |
|
|
3: unescaped '<' character followed by '/' at EOF |
| 492 |
|
|
3: missing document type declaration |
| 493 |
|
|
#document |
| 494 |
|
|
| <html> |
| 495 |
|
|
| <head> |
| 496 |
|
|
| <body> |
| 497 |
|
|
| "</" |
| 498 |
|
|
|
| 499 |
|
|
#data |
| 500 |
|
|
</# |
| 501 |
|
|
#errors |
| 502 |
|
|
3: unescaped '<' character followed by '/' |
| 503 |
|
|
4: missing document type declaration |
| 504 |
|
|
#document |
| 505 |
|
|
| <!-- # --> |
| 506 |
|
|
| <html> |
| 507 |
|
|
| <head> |
| 508 |
|
|
| <body> |
| 509 |
|
|
|
| 510 |
|
|
#data |
| 511 |
|
|
<? |
| 512 |
|
|
#errors |
| 513 |
|
|
2: PIs are not supported in HTML5 |
| 514 |
|
|
3: missing document type declaration |
| 515 |
|
|
#document |
| 516 |
|
|
| <!-- ? --> |
| 517 |
|
|
| <html> |
| 518 |
|
|
| <head> |
| 519 |
|
|
| <body> |
| 520 |
|
|
|
| 521 |
|
|
#data |
| 522 |
|
|
<?# |
| 523 |
|
|
#errors |
| 524 |
|
|
2: PIs are not supported in HTML5 |
| 525 |
|
|
4: missing document type declaration |
| 526 |
|
|
#document |
| 527 |
|
|
| <!-- ?# --> |
| 528 |
|
|
| <html> |
| 529 |
|
|
| <head> |
| 530 |
|
|
| <body> |
| 531 |
|
|
|
| 532 |
|
|
#data |
| 533 |
|
|
<! |
| 534 |
|
|
#errors |
| 535 |
|
|
3: markup declarations are not supported in HTML5 |
| 536 |
|
|
3: missing document type declaration |
| 537 |
|
|
#document |
| 538 |
|
|
| <!-- --> |
| 539 |
|
|
| <html> |
| 540 |
|
|
| <head> |
| 541 |
|
|
| <body> |
| 542 |
|
|
|
| 543 |
|
|
#data |
| 544 |
|
|
<!# |
| 545 |
|
|
#errors |
| 546 |
|
|
3: markup declarations are not supported in HTML5 |
| 547 |
|
|
4: missing document type declaration |
| 548 |
|
|
#document |
| 549 |
|
|
| <!-- # --> |
| 550 |
|
|
| <html> |
| 551 |
|
|
| <head> |
| 552 |
|
|
| <body> |
| 553 |
|
|
|
| 554 |
|
|
#data |
| 555 |
|
|
<?COMMENT?> |
| 556 |
|
|
#errors |
| 557 |
|
|
2: PIs are not supported in HTML5 |
| 558 |
|
|
12: missing document type declaration |
| 559 |
|
|
#document |
| 560 |
|
|
| <!-- ?COMMENT? --> |
| 561 |
|
|
| <html> |
| 562 |
|
|
| <head> |
| 563 |
|
|
| <body> |
| 564 |
|
|
|
| 565 |
|
|
#data |
| 566 |
|
|
<!COMMENT> |
| 567 |
|
|
#errors |
| 568 |
|
|
3: markup declarations are not supported in HTML5 |
| 569 |
|
|
11: missing document type declaration |
| 570 |
|
|
#document |
| 571 |
|
|
| <!-- COMMENT --> |
| 572 |
|
|
| <html> |
| 573 |
|
|
| <head> |
| 574 |
|
|
| <body> |
| 575 |
|
|
|
| 576 |
|
|
#data |
| 577 |
|
|
</ COMMENT > |
| 578 |
|
|
#errors |
| 579 |
|
|
3: unescaped '<' character followed by '/' |
| 580 |
|
|
13: missing document type declaration |
| 581 |
|
|
#document |
| 582 |
|
|
| <!-- COMMENT --> |
| 583 |
|
|
| <html> |
| 584 |
|
|
| <head> |
| 585 |
|
|
| <body> |
| 586 |
|
|
|
| 587 |
|
|
#data |
| 588 |
|
|
<?COM--MENT?> |
| 589 |
|
|
#errors |
| 590 |
|
|
2: PIs are not supported in HTML5 |
| 591 |
|
|
14: missing document type declaration |
| 592 |
|
|
#document |
| 593 |
|
|
| <!-- ?COM--MENT? --> |
| 594 |
|
|
| <html> |
| 595 |
|
|
| <head> |
| 596 |
|
|
| <body> |
| 597 |
|
|
|
| 598 |
|
|
#data |
| 599 |
|
|
<!COM--MENT> |
| 600 |
|
|
#errors |
| 601 |
|
|
3: markup declarations are not supported in HTML5 |
| 602 |
|
|
13: missing document type declaration |
| 603 |
|
|
#document |
| 604 |
|
|
| <!-- COM--MENT --> |
| 605 |
|
|
| <html> |
| 606 |
|
|
| <head> |
| 607 |
|
|
| <body> |
| 608 |
|
|
|
| 609 |
|
|
#data |
| 610 |
|
|
</ COM--MENT > |
| 611 |
|
|
#errors |
| 612 |
|
|
3: unescaped '<' character followed by '/' |
| 613 |
|
|
15: missing document type declaration |
| 614 |
|
|
#document |
| 615 |
|
|
| <!-- COM--MENT --> |
| 616 |
|
|
| <html> |
| 617 |
|
|
| <head> |
| 618 |
|
|
| <body> |
| 619 |
|
|
|
| 620 |
|
|
#data |
| 621 |
|
|
<!DOCTYPE HTML><style> EOF |
| 622 |
|
|
#errors |
| 623 |
|
|
27: unexpected end of file while parsing CDATA section for element style |
| 624 |
|
|
#document |
| 625 |
|
|
| <!DOCTYPE HTML> |
| 626 |
|
|
| <html> |
| 627 |
|
|
| <head> |
| 628 |
|
|
| <style> |
| 629 |
|
|
| " EOF" |
| 630 |
|
|
| <body> |
| 631 |
|
|
|
| 632 |
|
|
#data |
| 633 |
|
|
<!DOCTYPE HTML><script> <!-- </script> --> </script> EOF |
| 634 |
|
|
#errors |
| 635 |
|
|
52: unexpected script element end tag |
| 636 |
|
|
#document |
| 637 |
|
|
| <!DOCTYPE HTML> |
| 638 |
|
|
| <html> |
| 639 |
|
|
| <head> |
| 640 |
|
|
| <script> |
| 641 |
|
|
| " <!-- " |
| 642 |
|
|
| " " |
| 643 |
|
|
| <body> |
| 644 |
|
|
| "--> EOF" |
| 645 |
|
|
|
| 646 |
|
|
#data |
| 647 |
|
|
<b><p></b>TEST |
| 648 |
|
|
#errors |
| 649 |
|
|
3: missing document type declaration |
| 650 |
|
|
10: mismatched b element end tag (misnested tags) |
| 651 |
|
|
#document |
| 652 |
|
|
| <html> |
| 653 |
|
|
| <head> |
| 654 |
|
|
| <body> |
| 655 |
|
|
| <b> |
| 656 |
|
|
| <p> |
| 657 |
|
|
| <b> |
| 658 |
|
|
| "TEST" |
| 659 |
|
|
|
| 660 |
|
|
#data |
| 661 |
|
|
<p id=a><b><p id=b></b>TEST |
| 662 |
|
|
#errors |
| 663 |
|
|
8: missing document type declaration |
| 664 |
|
|
19: mismatched p element end tag |
| 665 |
|
|
23: mismatched b element end tag (out-of-order end tags) |
| 666 |
|
|
#document |
| 667 |
|
|
| <html> |
| 668 |
|
|
| <head> |
| 669 |
|
|
| <body> |
| 670 |
|
|
| <p> |
| 671 |
|
|
| id="a" |
| 672 |
|
|
| <b> |
| 673 |
|
|
| <p> |
| 674 |
|
|
| id="b" |
| 675 |
|
|
| "TEST" |
| 676 |
|
|
|
| 677 |
|
|
#data |
| 678 |
|
|
<b id=a><p><b id=b></p></b>TEST |
| 679 |
|
|
#errors |
| 680 |
|
|
8: missing document type declaration |
| 681 |
|
|
23: mismatched p element end tag |
| 682 |
|
|
27: mismatched b element end tag (out-of-order end tags) |
| 683 |
|
|
32: mismatched body element end tag (premature end of file?) |
| 684 |
|
|
#document |
| 685 |
|
|
| <html> |
| 686 |
|
|
| <head> |
| 687 |
|
|
| <body> |
| 688 |
|
|
| <b> |
| 689 |
|
|
| id="a" |
| 690 |
|
|
| <p> |
| 691 |
|
|
| <b> |
| 692 |
|
|
| id="b" |
| 693 |
|
|
| "TEST" |
| 694 |
|
|
|
| 695 |
|
|
#data |
| 696 |
|
|
<!DOCTYPE HTML><title>U-test</title><body><div><p>Test<u></p></div></body> |
| 697 |
|
|
#errors |
| 698 |
|
|
61: mismatched p element end tag |
| 699 |
|
|
#document |
| 700 |
|
|
| <!DOCTYPE HTML> |
| 701 |
|
|
| <html> |
| 702 |
|
|
| <head> |
| 703 |
|
|
| <title> |
| 704 |
|
|
| "U-test" |
| 705 |
|
|
| <body> |
| 706 |
|
|
| <div> |
| 707 |
|
|
| <p> |
| 708 |
|
|
| "Test" |
| 709 |
|
|
| <u> |
| 710 |
|
|
|
| 711 |
|
|
#data |
| 712 |
|
|
<!DOCTYPE HTML><font><table></font></table></font> |
| 713 |
|
|
#errors |
| 714 |
|
|
35: unexpected node in table context |
| 715 |
|
|
35: mismatched font element end tag (misnested tags across <table> tag) |
| 716 |
|
|
#document |
| 717 |
|
|
| <!DOCTYPE HTML> |
| 718 |
|
|
| <html> |
| 719 |
|
|
| <head> |
| 720 |
|
|
| <body> |
| 721 |
|
|
| <font> |
| 722 |
|
|
| <table> |
| 723 |
|
|
|
| 724 |
|
|
#data |
| 725 |
|
|
<font><p>hello<b>cruel</font>world |
| 726 |
|
|
#errors |
| 727 |
|
|
6: missing document type declaration |
| 728 |
|
|
29: mismatched font element end tag (misnested tags) |
| 729 |
|
|
35: mismatched body element end tag (premature end of file?) |
| 730 |
|
|
#document |
| 731 |
|
|
| <html> |
| 732 |
|
|
| <head> |
| 733 |
|
|
| <body> |
| 734 |
|
|
| <font> |
| 735 |
|
|
| <p> |
| 736 |
|
|
| <font> |
| 737 |
|
|
| "hello" |
| 738 |
|
|
| <b> |
| 739 |
|
|
| "cruel" |
| 740 |
|
|
| <b> |
| 741 |
|
|
| "world" |
| 742 |
|
|
|
| 743 |
|
|
#data |
| 744 |
|
|
<b>Test</i>Test |
| 745 |
|
|
#errors |
| 746 |
|
|
3: missing document type declaration |
| 747 |
|
|
11: mismatched i element end tag (no matching start tag) |
| 748 |
|
|
16: mismatched body element end tag (premature end of file?) |
| 749 |
|
|
#document |
| 750 |
|
|
| <html> |
| 751 |
|
|
| <head> |
| 752 |
|
|
| <body> |
| 753 |
|
|
| <b> |
| 754 |
|
|
| "TestTest" |
| 755 |
|
|
|
| 756 |
|
|
#data |
| 757 |
|
|
<b>A<cite>B<div>C |
| 758 |
|
|
#errors |
| 759 |
|
|
3: missing document type declaration |
| 760 |
|
|
18: mismatched body element end tag (premature end of file?) |
| 761 |
|
|
#document |
| 762 |
|
|
| <html> |
| 763 |
|
|
| <head> |
| 764 |
|
|
| <body> |
| 765 |
|
|
| <b> |
| 766 |
|
|
| "A" |
| 767 |
|
|
| <cite> |
| 768 |
|
|
| "B" |
| 769 |
|
|
| <div> |
| 770 |
|
|
| "C" |
| 771 |
|
|
|
| 772 |
|
|
#data |
| 773 |
|
|
<b>A<cite>B<div>C</cite>D |
| 774 |
|
|
#errors |
| 775 |
|
|
3: missing document type declaration |
| 776 |
|
|
24: unexpected cite element end tag |
| 777 |
|
|
26: mismatched body element end tag (premature end of file?) |
| 778 |
|
|
#document |
| 779 |
|
|
| <html> |
| 780 |
|
|
| <head> |
| 781 |
|
|
| <body> |
| 782 |
|
|
| <b> |
| 783 |
|
|
| "A" |
| 784 |
|
|
| <cite> |
| 785 |
|
|
| "B" |
| 786 |
|
|
| <div> |
| 787 |
|
|
| "CD" |
| 788 |
|
|
|
| 789 |
|
|
#data |
| 790 |
|
|
<b>A<cite>B<div>C</b>D |
| 791 |
|
|
#errors |
| 792 |
|
|
3: missing document type declaration |
| 793 |
|
|
21: mismatched b element end tag (misnested tags) |
| 794 |
|
|
23: mismatched body element end tag (premature end of file?) |
| 795 |
|
|
#document |
| 796 |
|
|
| <html> |
| 797 |
|
|
| <head> |
| 798 |
|
|
| <body> |
| 799 |
|
|
| <b> |
| 800 |
|
|
| "A" |
| 801 |
|
|
| <cite> |
| 802 |
|
|
| "B" |
| 803 |
|
|
| <div> |
| 804 |
|
|
| <b> |
| 805 |
|
|
| "C" |
| 806 |
|
|
| "D" |
| 807 |
|
|
|
| 808 |
|
|
#data |
| 809 |
|
|
<cite><b><cite><i><cite><i><cite><i><div>X</b>TEST |
| 810 |
|
|
#errors |
| 811 |
|
|
6: missing document type declaration |
| 812 |
|
|
46: mismatched b element end tag (misnested tags) |
| 813 |
|
|
51: mismatched body element end tag (premature end of file?) |
| 814 |
|
|
#document |
| 815 |
|
|
| <html> |
| 816 |
|
|
| <head> |
| 817 |
|
|
| <body> |
| 818 |
|
|
| <cite> |
| 819 |
|
|
| <b> |
| 820 |
|
|
| <cite> |
| 821 |
|
|
| <i> |
| 822 |
|
|
| <cite> |
| 823 |
|
|
| <i> |
| 824 |
|
|
| <cite> |
| 825 |
|
|
| <i> |
| 826 |
|
|
| <i> |
| 827 |
|
|
| <i> |
| 828 |
|
|
| <div> |
| 829 |
|
|
| <b> |
| 830 |
|
|
| "X" |
| 831 |
|
|
| "TEST" |
| 832 |
|
|
|
| 833 |
|
|
#data |
| 834 |
|
|
|
| 835 |
|
|
#errors |
| 836 |
|
|
1: missing document type declaration |
| 837 |
|
|
#document |
| 838 |
|
|
| <html> |
| 839 |
|
|
| <head> |
| 840 |
|
|
| <body> |
| 841 |
|
|
|
| 842 |
|
|
#data |
| 843 |
|
|
<DIV> |
| 844 |
|
|
#errors |
| 845 |
|
|
5: missing document type declaration |
| 846 |
|
|
6: mismatched body element end tag (premature end of file?) |
| 847 |
|
|
#document |
| 848 |
|
|
| <html> |
| 849 |
|
|
| <head> |
| 850 |
|
|
| <body> |
| 851 |
|
|
| <div> |
| 852 |
|
|
|
| 853 |
|
|
#data |
| 854 |
|
|
<DIV> abc |
| 855 |
|
|
#errors |
| 856 |
|
|
5: missing document type declaration |
| 857 |
|
|
10: mismatched body element end tag (premature end of file?) |
| 858 |
|
|
#document |
| 859 |
|
|
| <html> |
| 860 |
|
|
| <head> |
| 861 |
|
|
| <body> |
| 862 |
|
|
| <div> |
| 863 |
|
|
| " abc" |
| 864 |
|
|
|
| 865 |
|
|
#data |
| 866 |
|
|
<DIV> abc <B> |
| 867 |
|
|
#errors |
| 868 |
|
|
5: missing document type declaration |
| 869 |
|
|
14: mismatched body element end tag (premature end of file?) |
| 870 |
|
|
#document |
| 871 |
|
|
| <html> |
| 872 |
|
|
| <head> |
| 873 |
|
|
| <body> |
| 874 |
|
|
| <div> |
| 875 |
|
|
| " abc " |
| 876 |
|
|
| <b> |
| 877 |
|
|
|
| 878 |
|
|
#data |
| 879 |
|
|
<DIV> abc <B> def |
| 880 |
|
|
#errors |
| 881 |
|
|
5: missing document type declaration |
| 882 |
|
|
18: mismatched body element end tag (premature end of file?) |
| 883 |
|
|
#document |
| 884 |
|
|
| <html> |
| 885 |
|
|
| <head> |
| 886 |
|
|
| <body> |
| 887 |
|
|
| <div> |
| 888 |
|
|
| " abc " |
| 889 |
|
|
| <b> |
| 890 |
|
|
| " def" |
| 891 |
|
|
|
| 892 |
|
|
#data |
| 893 |
|
|
<DIV> abc <B> def <I> |
| 894 |
|
|
#errors |
| 895 |
|
|
5: missing document type declaration |
| 896 |
|
|
22: mismatched body element end tag (premature end of file?) |
| 897 |
|
|
#document |
| 898 |
|
|
| <html> |
| 899 |
|
|
| <head> |
| 900 |
|
|
| <body> |
| 901 |
|
|
| <div> |
| 902 |
|
|
| " abc " |
| 903 |
|
|
| <b> |
| 904 |
|
|
| " def " |
| 905 |
|
|
| <i> |
| 906 |
|
|
|
| 907 |
|
|
#data |
| 908 |
|
|
<DIV> abc <B> def <I> ghi |
| 909 |
|
|
#errors |
| 910 |
|
|
5: missing document type declaration |
| 911 |
|
|
26: mismatched body element end tag (premature end of file?) |
| 912 |
|
|
#document |
| 913 |
|
|
| <html> |
| 914 |
|
|
| <head> |
| 915 |
|
|
| <body> |
| 916 |
|
|
| <div> |
| 917 |
|
|
| " abc " |
| 918 |
|
|
| <b> |
| 919 |
|
|
| " def " |
| 920 |
|
|
| <i> |
| 921 |
|
|
| " ghi" |
| 922 |
|
|
|
| 923 |
|
|
#data |
| 924 |
|
|
<DIV> abc <B> def <I> ghi <P> |
| 925 |
|
|
#errors |
| 926 |
|
|
5: missing document type declaration |
| 927 |
|
|
30: mismatched body element end tag (premature end of file?) |
| 928 |
|
|
#document |
| 929 |
|
|
| <html> |
| 930 |
|
|
| <head> |
| 931 |
|
|
| <body> |
| 932 |
|
|
| <div> |
| 933 |
|
|
| " abc " |
| 934 |
|
|
| <b> |
| 935 |
|
|
| " def " |
| 936 |
|
|
| <i> |
| 937 |
|
|
| " ghi " |
| 938 |
|
|
| <p> |
| 939 |
|
|
|
| 940 |
|
|
#data |
| 941 |
|
|
<DIV> abc <B> def <I> ghi <P> jkl |
| 942 |
|
|
#errors |
| 943 |
|
|
5: missing document type declaration |
| 944 |
|
|
34: mismatched body element end tag (premature end of file?) |
| 945 |
|
|
#document |
| 946 |
|
|
| <html> |
| 947 |
|
|
| <head> |
| 948 |
|
|
| <body> |
| 949 |
|
|
| <div> |
| 950 |
|
|
| " abc " |
| 951 |
|
|
| <b> |
| 952 |
|
|
| " def " |
| 953 |
|
|
| <i> |
| 954 |
|
|
| " ghi " |
| 955 |
|
|
| <p> |
| 956 |
|
|
| " jkl" |
| 957 |
|
|
|
| 958 |
|
|
#data |
| 959 |
|
|
<DIV> abc <B> def <I> ghi <P> jkl </B> |
| 960 |
|
|
#errors |
| 961 |
|
|
5: missing document type declaration |
| 962 |
|
|
38: mismatched b element end tag (misnested tags) |
| 963 |
|
|
39: mismatched body element end tag (premature end of file?) |
| 964 |
|
|
#document |
| 965 |
|
|
| <html> |
| 966 |
|
|
| <head> |
| 967 |
|
|
| <body> |
| 968 |
|
|
| <div> |
| 969 |
|
|
| " abc " |
| 970 |
|
|
| <b> |
| 971 |
|
|
| " def " |
| 972 |
|
|
| <i> |
| 973 |
|
|
| " ghi " |
| 974 |
|
|
| <i> |
| 975 |
|
|
| <p> |
| 976 |
|
|
| <b> |
| 977 |
|
|
| " jkl " |
| 978 |
|
|
|
| 979 |
|
|
#data |
| 980 |
|
|
<DIV> abc <B> def <I> ghi <P> jkl </B> mno |
| 981 |
|
|
#errors |
| 982 |
|
|
5: missing document type declaration |
| 983 |
|
|
38: mismatched b element end tag (misnested tags) |
| 984 |
|
|
43: mismatched body element end tag (premature end of file?) |
| 985 |
|
|
#document |
| 986 |
|
|
| <html> |
| 987 |
|
|
| <head> |
| 988 |
|
|
| <body> |
| 989 |
|
|
| <div> |
| 990 |
|
|
| " abc " |
| 991 |
|
|
| <b> |
| 992 |
|
|
| " def " |
| 993 |
|
|
| <i> |
| 994 |
|
|
| " ghi " |
| 995 |
|
|
| <i> |
| 996 |
|
|
| <p> |
| 997 |
|
|
| <b> |
| 998 |
|
|
| " jkl " |
| 999 |
|
|
| " mno" |
| 1000 |
|
|
|
| 1001 |
|
|
#data |
| 1002 |
|
|
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> |
| 1003 |
|
|
#errors |
| 1004 |
|
|
5: missing document type declaration |
| 1005 |
|
|
38: mismatched b element end tag (misnested tags) |
| 1006 |
|
|
47: mismatched i element end tag (misnested tags) |
| 1007 |
|
|
48: mismatched body element end tag (premature end of file?) |
| 1008 |
|
|
#document |
| 1009 |
|
|
| <html> |
| 1010 |
|
|
| <head> |
| 1011 |
|
|
| <body> |
| 1012 |
|
|
| <div> |
| 1013 |
|
|
| " abc " |
| 1014 |
|
|
| <b> |
| 1015 |
|
|
| " def " |
| 1016 |
|
|
| <i> |
| 1017 |
|
|
| " ghi " |
| 1018 |
|
|
| <i> |
| 1019 |
|
|
| <p> |
| 1020 |
|
|
| <i> |
| 1021 |
|
|
| <b> |
| 1022 |
|
|
| " jkl " |
| 1023 |
|
|
| " mno " |
| 1024 |
|
|
|
| 1025 |
|
|
#data |
| 1026 |
|
|
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr |
| 1027 |
|
|
#errors |
| 1028 |
|
|
5: missing document type declaration |
| 1029 |
|
|
38: mismatched b element end tag (misnested tags) |
| 1030 |
|
|
47: mismatched i element end tag (misnested tags) |
| 1031 |
|
|
52: mismatched body element end tag (premature end of file?) |
| 1032 |
|
|
#document |
| 1033 |
|
|
| <html> |
| 1034 |
|
|
| <head> |
| 1035 |
|
|
| <body> |
| 1036 |
|
|
| <div> |
| 1037 |
|
|
| " abc " |
| 1038 |
|
|
| <b> |
| 1039 |
|
|
| " def " |
| 1040 |
|
|
| <i> |
| 1041 |
|
|
| " ghi " |
| 1042 |
|
|
| <i> |
| 1043 |
|
|
| <p> |
| 1044 |
|
|
| <i> |
| 1045 |
|
|
| <b> |
| 1046 |
|
|
| " jkl " |
| 1047 |
|
|
| " mno " |
| 1048 |
|
|
| " pqr" |
| 1049 |
|
|
|
| 1050 |
|
|
#data |
| 1051 |
|
|
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> |
| 1052 |
|
|
#errors |
| 1053 |
|
|
5: missing document type declaration |
| 1054 |
|
|
38: mismatched b element end tag (misnested tags) |
| 1055 |
|
|
47: mismatched i element end tag (misnested tags) |
| 1056 |
|
|
57: mismatched body element end tag (premature end of file?) |
| 1057 |
|
|
#document |
| 1058 |
|
|
| <html> |
| 1059 |
|
|
| <head> |
| 1060 |
|
|
| <body> |
| 1061 |
|
|
| <div> |
| 1062 |
|
|
| " abc " |
| 1063 |
|
|
| <b> |
| 1064 |
|
|
| " def " |
| 1065 |
|
|
| <i> |
| 1066 |
|
|
| " ghi " |
| 1067 |
|
|
| <i> |
| 1068 |
|
|
| <p> |
| 1069 |
|
|
| <i> |
| 1070 |
|
|
| <b> |
| 1071 |
|
|
| " jkl " |
| 1072 |
|
|
| " mno " |
| 1073 |
|
|
| " pqr " |
| 1074 |
|
|
|
| 1075 |
|
|
#data |
| 1076 |
|
|
<DIV> abc <B> def <I> ghi <P> jkl </B> mno </I> pqr </P> stu |
| 1077 |
|
|
#errors |
| 1078 |
|
|
5: missing document type declaration |
| 1079 |
|
|
38: mismatched b element end tag (misnested tags) |
| 1080 |
|
|
47: mismatched i element end tag (misnested tags) |
| 1081 |
|
|
61: mismatched body element end tag (premature end of file?) |
| 1082 |
|
|
#document |
| 1083 |
|
|
| <html> |
| 1084 |
|
|
| <head> |
| 1085 |
|
|
| <body> |
| 1086 |
|
|
| <div> |
| 1087 |
|
|
| " abc " |
| 1088 |
|
|
| <b> |
| 1089 |
|
|
| " def " |
| 1090 |
|
|
| <i> |
| 1091 |
|
|
| " ghi " |
| 1092 |
|
|
| <i> |
| 1093 |
|
|
| <p> |
| 1094 |
|
|
| <i> |
| 1095 |
|
|
| <b> |
| 1096 |
|
|
| " jkl " |
| 1097 |
|
|
| " mno " |
| 1098 |
|
|
| " pqr " |
| 1099 |
|
|
| " stu" |
| 1100 |
|
|
|
| 1101 |
|
|
#data |
| 1102 |
|
|
<test attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> |
| 1103 |
|
|
#errors |
| 1104 |
|
|
1040: missing document type declaration |
| 1105 |
|
|
1041: mismatched body element end tag (premature end of file?) |
| 1106 |
|
|
#document |
| 1107 |
|
|
| <html> |
| 1108 |
|
|
| <head> |
| 1109 |
|
|
| <body> |
| 1110 |
|
|
| <test> |
| 1111 |
|
|
| attribute----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------="" |
| 1112 |
|
|
|
| 1113 |
|
|
#data |
| 1114 |
|
|
<a href="blah">aba<table><a href="foo">br<tr><td></td></tr>x</table>aoe |
| 1115 |
|
|
#errors |
| 1116 |
|
|
15: missing document type declaration |
| 1117 |
|
|
39: unexpected node in table context |
| 1118 |
|
|
39: a element start tag implying a element end tag |
| 1119 |
|
|
39: unexpected node in table context |
| 1120 |
|
|
39: mismatched a element end tag (misnested tags across <table> tag) |
| 1121 |
|
|
43: unexpected node in table context |
| 1122 |
|
|
63: unexpected node in table context |
| 1123 |
|
|
72: mismatched body element end tag (premature end of file?) |
| 1124 |
|
|
#document |
| 1125 |
|
|
| <html> |
| 1126 |
|
|
| <head> |
| 1127 |
|
|
| <body> |
| 1128 |
|
|
| <a> |
| 1129 |
|
|
| href="blah" |
| 1130 |
|
|
| "aba" |
| 1131 |
|
|
| <a> |
| 1132 |
|
|
| href="foo" |
| 1133 |
|
|
| "br" |
| 1134 |
|
|
| <a> |
| 1135 |
|
|
| href="foo" |
| 1136 |
|
|
| "x" |
| 1137 |
|
|
| <table> |
| 1138 |
|
|
| <tbody> |
| 1139 |
|
|
| <tr> |
| 1140 |
|
|
| <td> |
| 1141 |
|
|
| <a> |
| 1142 |
|
|
| href="foo" |
| 1143 |
|
|
| "aoe" |
| 1144 |
|
|
|
| 1145 |
|
|
#data |
| 1146 |
|
|
<a href="blah">aba<table><tr><td><a href="foo">br</td></tr>x</table>aoe |
| 1147 |
|
|
#errors |
| 1148 |
|
|
15: missing document type declaration |
| 1149 |
|
|
54: unexpected td element end tag implied other end tags |
| 1150 |
|
|
63: unexpected node in table context |
| 1151 |
|
|
72: mismatched body element end tag (premature end of file?) |
| 1152 |
|
|
#document |
| 1153 |
|
|
| <html> |
| 1154 |
|
|
| <head> |
| 1155 |
|
|
| <body> |
| 1156 |
|
|
| <a> |
| 1157 |
|
|
| href="blah" |
| 1158 |
|
|
| "abax" |
| 1159 |
|
|
| <table> |
| 1160 |
|
|
| <tbody> |
| 1161 |
|
|
| <tr> |
| 1162 |
|
|
| <td> |
| 1163 |
|
|
| <a> |
| 1164 |
|
|
| href="foo" |
| 1165 |
|
|
| "br" |
| 1166 |
|
|
| "aoe" |
| 1167 |
|
|
|
| 1168 |
|
|
#data |
| 1169 |
|
|
<table><a href="blah">aba<tr><td><a href="foo">br</td></tr>x</table>aoe |
| 1170 |
|
|
#errors |
| 1171 |
|
|
7: missing document type declaration |
| 1172 |
|
|
22: unexpected node in table context |
| 1173 |
|
|
27: unexpected node in table context |
| 1174 |
|
|
54: unexpected td element end tag implied other end tags |
| 1175 |
|
|
63: unexpected node in table context |
| 1176 |
|
|
72: mismatched body element end tag (premature end of file?) |
| 1177 |
|
|
#document |
| 1178 |
|
|
| <html> |
| 1179 |
|
|
| <head> |
| 1180 |
|
|
| <body> |
| 1181 |
|
|
| <a> |
| 1182 |
|
|
| href="blah" |
| 1183 |
|
|
| "aba" |
| 1184 |
|
|
| <a> |
| 1185 |
|
|
| href="blah" |
| 1186 |
|
|
| "x" |
| 1187 |
|
|
| <table> |
| 1188 |
|
|
| <tbody> |
| 1189 |
|
|
| <tr> |
| 1190 |
|
|
| <td> |
| 1191 |
|
|
| <a> |
| 1192 |
|
|
| href="foo" |
| 1193 |
|
|
| "br" |
| 1194 |
|
|
| <a> |
| 1195 |
|
|
| href="blah" |
| 1196 |
|
|
| "aoe" |
| 1197 |
|
|
|
| 1198 |
|
|
#data |
| 1199 |
|
|
<a href=a>aa<marquee>aa<a href=b>bb</marquee>aa |
| 1200 |
|
|
#errors |
| 1201 |
|
|
10: missing document type declaration |
| 1202 |
|
|
45: mismatched marquee element end tag |
| 1203 |
|
|
48: mismatched body element end tag (premature end of file?) |
| 1204 |
|
|
#document |
| 1205 |
|
|
| <html> |
| 1206 |
|
|
| <head> |
| 1207 |
|
|
| <body> |
| 1208 |
|
|
| <a> |
| 1209 |
|
|
| href="a" |
| 1210 |
|
|
| "aa" |
| 1211 |
|
|
| <marquee> |
| 1212 |
|
|
| "aa" |
| 1213 |
|
|
| <a> |
| 1214 |
|
|
| href="b" |
| 1215 |
|
|
| "bb" |
| 1216 |
|
|
| "aa" |
| 1217 |
|
|
|
| 1218 |
|
|
#data |
| 1219 |
|
|
<wbr><strike><code></strike><code><strike></code> |
| 1220 |
|
|
#errors |
| 1221 |
|
|
5: missing document type declaration |
| 1222 |
|
|
28: mismatched strike element end tag (misnested tags) |
| 1223 |
|
|
49: mismatched code element end tag |
| 1224 |
|
|
#document |
| 1225 |
|
|
| <html> |
| 1226 |
|
|
| <head> |
| 1227 |
|
|
| <body> |
| 1228 |
|
|
| <wbr> |
| 1229 |
|
|
| <strike> |
| 1230 |
|
|
| <code> |
| 1231 |
|
|
| <code> |
| 1232 |
|
|
| <strike> |
| 1233 |
|
|
|
| 1234 |
|
|
#data |
| 1235 |
|
|
<title><meta></title><link><title><meta></title> |
| 1236 |
|
|
#errors |
| 1237 |
|
|
7: missing document type declaration |
| 1238 |
|
|
#document |
| 1239 |
|
|
| <html> |
| 1240 |
|
|
| <head> |
| 1241 |
|
|
| <title> |
| 1242 |
|
|
| "<meta>" |
| 1243 |
|
|
| <link> |
| 1244 |
|
|
| <title> |
| 1245 |
|
|
| "<meta>" |
| 1246 |
|
|
| <body> |
| 1247 |
|
|
|
| 1248 |
|
|
#data |
| 1249 |
|
|
<style><!--</style><meta><script>--><link></script> |
| 1250 |
|
|
#errors |
| 1251 |
|
|
7: missing document type declaration |
| 1252 |
|
|
#document |
| 1253 |
|
|
| <html> |
| 1254 |
|
|
| <head> |
| 1255 |
|
|
| <style> |
| 1256 |
|
|
| "<!--" |
| 1257 |
|
|
| <meta> |
| 1258 |
|
|
| <script> |
| 1259 |
|
|
| "--><link>" |
| 1260 |
|
|
| <body> |
| 1261 |
|
|
|
| 1262 |
|
|
#data |
| 1263 |
|
|
<head><meta></head><link> |
| 1264 |
|
|
#errors |
| 1265 |
|
|
6: missing document type declaration |
| 1266 |
|
|
25: unexpected link element start tag |
| 1267 |
|
|
#document |
| 1268 |
|
|
| <html> |
| 1269 |
|
|
| <head> |
| 1270 |
|
|
| <meta> |
| 1271 |
|
|
| <link> |
| 1272 |
|
|
| <body> |
| 1273 |
|
|
|
| 1274 |
|
|
#data |
| 1275 |
|
|
<table><tr><tr><td><td><span><th><span>X</table> |
| 1276 |
|
|
#errors |
| 1277 |
|
|
7: missing document type declaration |
| 1278 |
|
|
33: unexpected td element end tag implied other end tags |
| 1279 |
|
|
48: unexpected th element end tag implied other end tags |
| 1280 |
|
|
#document |
| 1281 |
|
|
| <html> |
| 1282 |
|
|
| <head> |
| 1283 |
|
|
| <body> |
| 1284 |
|
|
| <table> |
| 1285 |
|
|
| <tbody> |
| 1286 |
|
|
| <tr> |
| 1287 |
|
|
| <tr> |
| 1288 |
|
|
| <td> |
| 1289 |
|
|
| <td> |
| 1290 |
|
|
| <span> |
| 1291 |
|
|
| <th> |
| 1292 |
|
|
| <span> |
| 1293 |
|
|
| "X" |
| 1294 |
|
|
|
| 1295 |
|
|
#data |
| 1296 |
|
|
<body><body><base><link><meta><title><p></title><body><p></body> |
| 1297 |
|
|
#errors |
| 1298 |
|
|
6: missing document type declaration |
| 1299 |
|
|
12: unexpected body element start tag |
| 1300 |
|
|
18: base element start tag out of place |
| 1301 |
|
|
24: link element start tag out of place |
| 1302 |
|
|
30: meta element start tag out of place |
| 1303 |
|
|
37: title element start tag out of place |
| 1304 |
|
|
54: unexpected body element start tag |
| 1305 |
|
|
#document |
| 1306 |
|
|
| <html> |
| 1307 |
|
|
| <head> |
| 1308 |
|
|
| <base> |
| 1309 |
|
|
| <link> |
| 1310 |
|
|
| <meta> |
| 1311 |
|
|
| <title> |
| 1312 |
|
|
| "<p>" |
| 1313 |
|
|
| <body> |
| 1314 |
|
|
| <p> |
| 1315 |
|
|
|
| 1316 |
|
|
#data |
| 1317 |
|
|
<textarea><p></textarea> |
| 1318 |
|
|
#errors |
| 1319 |
|
|
10: missing document type declaration |
| 1320 |
|
|
#document |
| 1321 |
|
|
| <html> |
| 1322 |
|
|
| <head> |
| 1323 |
|
|
| <body> |
| 1324 |
|
|
| <textarea> |
| 1325 |
|
|
| "<p>" |
| 1326 |
|
|
|
| 1327 |
|
|
#data |
| 1328 |
|
|
<p><image></p> |
| 1329 |
|
|
#errors |
| 1330 |
|
|
3: missing document type declaration |
| 1331 |
|
|
10: 'image' is not a valid element name, it should be 'img' |
| 1332 |
|
|
#document |
| 1333 |
|
|
| <html> |
| 1334 |
|
|
| <head> |
| 1335 |
|
|
| <body> |
| 1336 |
|
|
| <p> |
| 1337 |
|
|
| <img> |
| 1338 |
|
|
|
| 1339 |
|
|
#data |
| 1340 |
|
|
<a><table><a></table><p><a><div><a> |
| 1341 |
|
|
#errors |
| 1342 |
|
|
3: missing document type declaration |
| 1343 |
|
|
13: unexpected node in table context |
| 1344 |
|
|
13: a element start tag implying a element end tag |
| 1345 |
|
|
13: unexpected node in table context |
| 1346 |
|
|
13: mismatched a element end tag (misnested tags across <table> tag) |
| 1347 |
|
|
21: mismatched table element end tag |
| 1348 |
|
|
27: a element start tag implying a element end tag |
| 1349 |
|
|
27: mismatched a element end tag (out-of-order end tags) |
| 1350 |
|
|
32: mismatched p element end tag |
| 1351 |
|
|
35: a element start tag implying a element end tag |
| 1352 |
|
|
35: mismatched a element end tag (out-of-order end tags) |
| 1353 |
|
|
36: mismatched body element end tag (premature end of file?) |
| 1354 |
|
|
#document |
| 1355 |
|
|
| <html> |
| 1356 |
|
|
| <head> |
| 1357 |
|
|
| <body> |
| 1358 |
|
|
| <a> |
| 1359 |
|
|
| <a> |
| 1360 |
|
|
| <table> |
| 1361 |
|
|
| <p> |
| 1362 |
|
|
| <a> |
| 1363 |
|
|
| <div> |
| 1364 |
|
|
| <a> |
| 1365 |
|
|
|
| 1366 |
|
|
#data |
| 1367 |
|
|
<head></p><meta><p> |
| 1368 |
|
|
#errors |
| 1369 |
|
|
6: missing document type declaration |
| 1370 |
|
|
10: unexpected p element end tag in head |
| 1371 |
|
|
#document |
| 1372 |
|
|
| <html> |
| 1373 |
|
|
| <head> |
| 1374 |
|
|
| <meta> |
| 1375 |
|
|
| <body> |
| 1376 |
|
|
| <p> |
| 1377 |
|
|
|
| 1378 |
|
|
#data |
| 1379 |
|
|
<head></html><meta><p> |
| 1380 |
|
|
#errors |
| 1381 |
|
|
6: missing document type declaration |
| 1382 |
|
|
19: unexpected node at end of document |
| 1383 |
|
|
19: unexpected node after body element end tag |
| 1384 |
|
|
19: meta element start tag out of place |
| 1385 |
|
|
#document |
| 1386 |
|
|
| <html> |
| 1387 |
|
|
| <head> |
| 1388 |
|
|
| <meta> |
| 1389 |
|
|
| <body> |
| 1390 |
|
|
| <p> |
| 1391 |
|
|
|
| 1392 |
|
|
#data |
| 1393 |
|
|
<b><table><td><i></table> |
| 1394 |
|
|
#errors |
| 1395 |
|
|
3: missing document type declaration |
| 1396 |
|
|
14: required tr element start tag implied by unexpected td element start tag |
| 1397 |
|
|
25: unexpected td element end tag implied other end tags |
| 1398 |
|
|
26: mismatched body element end tag (premature end of file?) |
| 1399 |
|
|
#document |
| 1400 |
|
|
| <html> |
| 1401 |
|
|
| <head> |
| 1402 |
|
|
| <body> |
| 1403 |
|
|
| <b> |
| 1404 |
|
|
| <table> |
| 1405 |
|
|
| <tbody> |
| 1406 |
|
|
| <tr> |
| 1407 |
|
|
| <td> |
| 1408 |
|
|
| <i> |
| 1409 |
|
|
|
| 1410 |
|
|
#data |
| 1411 |
|
|
<b><table><td></b><i></table> |
| 1412 |
|
|
#errors |
| 1413 |
|
|
3: missing document type declaration |
| 1414 |
|
|
14: required tr element start tag implied by unexpected td element start tag |
| 1415 |
|
|
18: mismatched b element end tag (no matching start tag) |
| 1416 |
|
|
29: unexpected td element end tag implied other end tags |
| 1417 |
|
|
30: mismatched body element end tag (premature end of file?) |
| 1418 |
|
|
#document |
| 1419 |
|
|
| <html> |
| 1420 |
|
|
| <head> |
| 1421 |
|
|
| <body> |
| 1422 |
|
|
| <b> |
| 1423 |
|
|
| <table> |
| 1424 |
|
|
| <tbody> |
| 1425 |
|
|
| <tr> |
| 1426 |
|
|
| <td> |
| 1427 |
|
|
| <i> |
| 1428 |
|
|
|
| 1429 |
|
|
#data |
| 1430 |
|
|
<h1><h2> |
| 1431 |
|
|
#errors |
| 1432 |
|
|
4: missing document type declaration |
| 1433 |
|
|
8: h2 element start tag implying h1 element end tag |
| 1434 |
|
|
9: mismatched body element end tag (premature end of file?) |
| 1435 |
|
|
#document |
| 1436 |
|
|
| <html> |
| 1437 |
|
|
| <head> |
| 1438 |
|
|
| <body> |
| 1439 |
|
|
| <h1> |
| 1440 |
|
|
| <h2> |
| 1441 |
|
|
|
| 1442 |
|
|
#data |
| 1443 |
|
|
<a><p><a></a></p></a> |
| 1444 |
|
|
#errors |
| 1445 |
|
|
3: missing document type declaration |
| 1446 |
|
|
9: a element start tag implying a element end tag |
| 1447 |
|
|
9: mismatched a element end tag (misnested tags) |
| 1448 |
|
|
21: mismatched a element end tag (no matching start tag) |
| 1449 |
|
|
#document |
| 1450 |
|
|
| <html> |
| 1451 |
|
|
| <head> |
| 1452 |
|
|
| <body> |
| 1453 |
|
|
| <a> |
| 1454 |
|
|
| <p> |
| 1455 |
|
|
| <a> |
| 1456 |
|
|
| <a> |
| 1457 |
|
|
|
| 1458 |
|
|
#data |
| 1459 |
|
|
<b><button></b></button></b> |
| 1460 |
|
|
#errors |
| 1461 |
|
|
3: missing document type declaration |
| 1462 |
|
|
15: mismatched b element end tag (no matching start tag) |
| 1463 |
|
|
#document |
| 1464 |
|
|
| <html> |
| 1465 |
|
|
| <head> |
| 1466 |
|
|
| <body> |
| 1467 |
|
|
| <b> |
| 1468 |
|
|
| <button> |
| 1469 |
|
|
|
| 1470 |
|
|
#data |
| 1471 |
|
|
<p><b><div><marquee></p></b></div> |
| 1472 |
|
|
#errors |
| 1473 |
|
|
3: missing document type declaration |
| 1474 |
|
|
11: mismatched p element end tag |
| 1475 |
|
|
24: mismatched p element end tag |
| 1476 |
|
|
28: mismatched b element end tag (no matching start tag) |
| 1477 |
|
|
34: mismatched div element end tag |
| 1478 |
|
|
35: mismatched body element end tag (premature end of file?) |
| 1479 |
|
|
#document |
| 1480 |
|
|
| <html> |
| 1481 |
|
|
| <head> |
| 1482 |
|
|
| <body> |
| 1483 |
|
|
| <p> |
| 1484 |
|
|
| <b> |
| 1485 |
|
|
| <div> |
| 1486 |
|
|
| <b> |
| 1487 |
|
|
| <marquee> |
| 1488 |
|
|
|
| 1489 |
|
|
#data |
| 1490 |
|
|
<script></script></div><title></title><p><p> |
| 1491 |
|
|
#errors |
| 1492 |
|
|
8: missing document type declaration |
| 1493 |
|
|
23: unexpected div element end tag in head |
| 1494 |
|
|
#document |
| 1495 |
|
|
| <html> |
| 1496 |
|
|
| <head> |
| 1497 |
|
|
| <script> |
| 1498 |
|
|
| <title> |
| 1499 |
|
|
| <body> |
| 1500 |
|
|
| <p> |
| 1501 |
|
|
| <p> |
| 1502 |
|
|
|
| 1503 |
|
|
#data |
| 1504 |
|
|
<p><hr></p> |
| 1505 |
|
|
#errors |
| 1506 |
|
|
3: missing document type declaration |
| 1507 |
|
|
11: mismatched p element end tag |
| 1508 |
|
|
#document |
| 1509 |
|
|
| <html> |
| 1510 |
|
|
| <head> |
| 1511 |
|
|
| <body> |
| 1512 |
|
|
| <p> |
| 1513 |
|
|
| <hr> |
| 1514 |
|
|
|
| 1515 |
|
|
#data |
| 1516 |
|
|
<select><b><option><select><option></b></select> |
| 1517 |
|
|
#errors |
| 1518 |
|
|
8: missing document type declaration |
| 1519 |
|
|
11: unexpected node in select element context |
| 1520 |
|
|
27: select element start tag used as end tag |
| 1521 |
|
|
35: unexpected option element start tag in body |
| 1522 |
|
|
39: mismatched b element end tag (no matching start tag) |
| 1523 |
|
|
48: mismatched special end tag select |
| 1524 |
|
|
#document |
| 1525 |
|
|
| <html> |
| 1526 |
|
|
| <head> |
| 1527 |
|
|
| <body> |
| 1528 |
|
|
| <select> |
| 1529 |
|
|
| <option> |
| 1530 |
|
|
|
| 1531 |
|
|
#data |
| 1532 |
|
|
<html><head><title></title><body></body></html> |
| 1533 |
|
|
#errors |
| 1534 |
|
|
6: missing document type declaration |
| 1535 |
|
|
#document |
| 1536 |
|
|
| <html> |
| 1537 |
|
|
| <head> |
| 1538 |
|
|
| <title> |
| 1539 |
|
|
| <body> |
| 1540 |
|
|
|
| 1541 |
|
|
#data |
| 1542 |
|
|
<a><table><td><a><table></table><a></tr><a></table><a> |
| 1543 |
|
|
#errors |
| 1544 |
|
|
3: missing document type declaration |
| 1545 |
|
|
14: required tr element start tag implied by unexpected td element start tag |
| 1546 |
|
|
35: a element start tag implying a element end tag |
| 1547 |
|
|
40: unexpected td element end tag implied other end tags |
| 1548 |
|
|
43: unexpected node in table context |
| 1549 |
|
|
43: a element start tag implying a element end tag |
| 1550 |
|
|
43: unexpected node in table context |
| 1551 |
|
|
43: mismatched a element end tag (misnested tags across <table> tag) |
| 1552 |
|
|
54: a element start tag implying a element end tag |
| 1553 |
|
|
54: mismatched a element end tag (out-of-order end tags) |
| 1554 |
|
|
55: mismatched body element end tag (premature end of file?) |
| 1555 |
|
|
#document |
| 1556 |
|
|
| <html> |
| 1557 |
|
|
| <head> |
| 1558 |
|
|
| <body> |
| 1559 |
|
|
| <a> |
| 1560 |
|
|
| <a> |
| 1561 |
|
|
| <table> |
| 1562 |
|
|
| <tbody> |
| 1563 |
|
|
| <tr> |
| 1564 |
|
|
| <td> |
| 1565 |
|
|
| <a> |
| 1566 |
|
|
| <table> |
| 1567 |
|
|
| <a> |
| 1568 |
|
|
| <a> |
| 1569 |
|
|
|
| 1570 |
|
|
#data |
| 1571 |
|
|
<ul><li></li><div><li></div><li><li><div><li><address><li><b><em></b><li></ul> |
| 1572 |
|
|
#errors |
| 1573 |
|
|
4: missing document type declaration |
| 1574 |
|
|
69: mismatched b element end tag (misnested tags) |
| 1575 |
|
|
#document |
| 1576 |
|
|
| <html> |
| 1577 |
|
|
| <head> |
| 1578 |
|
|
| <body> |
| 1579 |
|
|
| <ul> |
| 1580 |
|
|
| <li> |
| 1581 |
|
|
| <div> |
| 1582 |
|
|
| <li> |
| 1583 |
|
|
| <li> |
| 1584 |
|
|
| <li> |
| 1585 |
|
|
| <div> |
| 1586 |
|
|
| <li> |
| 1587 |
|
|
| <address> |
| 1588 |
|
|
| <li> |
| 1589 |
|
|
| <b> |
| 1590 |
|
|
| <em> |
| 1591 |
|
|
| <li> |
| 1592 |
|
|
|
| 1593 |
|
|
#data |
| 1594 |
|
|
<frameset><frame><frameset><frame></frameset><noframes></noframes></frameset> |
| 1595 |
|
|
#errors |
| 1596 |
|
|
10: missing document type declaration |
| 1597 |
|
|
#document |
| 1598 |
|
|
| <html> |
| 1599 |
|
|
| <head> |
| 1600 |
|
|
| <frameset> |
| 1601 |
|
|
| <frame> |
| 1602 |
|
|
| <frameset> |
| 1603 |
|
|
| <frame> |
| 1604 |
|
|
| <noframes> |
| 1605 |
|
|
|
| 1606 |
|
|
#data |
| 1607 |
|
|
<body><frame></frame></frame><frameset><frame><frameset><frame></frameset><noframes></frameset><noframes> |
| 1608 |
|
|
#errors |
| 1609 |
|
|
6: missing document type declaration |
| 1610 |
|
|
13: unexpected frame element start tag in body |
| 1611 |
|
|
21: unexpected frame element end tag |
| 1612 |
|
|
29: unexpected frame element end tag |
| 1613 |
|
|
39: unexpected frameset element start tag in body |
| 1614 |
|
|
46: unexpected frame element start tag in body |
| 1615 |
|
|
56: unexpected frameset element start tag in body |
| 1616 |
|
|
63: unexpected frame element start tag in body |
| 1617 |
|
|
74: unexpected frameset element end tag |
| 1618 |
|
|
87: unescaped '</' in CDATA or RCDATA block |
| 1619 |
|
|
106: unexpected end of file while parsing CDATA section for element noframes |
| 1620 |
|
|
#document |
| 1621 |
|
|
| <html> |
| 1622 |
|
|
| <head> |
| 1623 |
|
|
| <body> |
| 1624 |
|
|
| <noframes> |
| 1625 |
|
|
| "</frameset><noframes>" |
| 1626 |
|
|
|
| 1627 |
|
|
#data |
| 1628 |
|
|
<h1><table><td><h3></table><h3></h1> |
| 1629 |
|
|
#errors |
| 1630 |
|
|
4: missing document type declaration |
| 1631 |
|
|
15: required tr element start tag implied by unexpected td element start tag |
| 1632 |
|
|
27: unexpected td element end tag implied other end tags |
| 1633 |
|
|
31: h3 element start tag implying h1 element end tag |
| 1634 |
|
|
36: mismatched h1 element end tag |
| 1635 |
|
|
#document |
| 1636 |
|
|
| <html> |
| 1637 |
|
|
| <head> |
| 1638 |
|
|
| <body> |
| 1639 |
|
|
| <h1> |
| 1640 |
|
|
| <table> |
| 1641 |
|
|
| <tbody> |
| 1642 |
|
|
| <tr> |
| 1643 |
|
|
| <td> |
| 1644 |
|
|
| <h3> |
| 1645 |
|
|
| <h3> |
| 1646 |
|
|
|
| 1647 |
|
|
#data |
| 1648 |
|
|
<table><colgroup><col><colgroup><col><col><col><colgroup><col><col><thead><tr><td></table> |
| 1649 |
|
|
#errors |
| 1650 |
|
|
7: missing document type declaration |
| 1651 |
|
|
#document |
| 1652 |
|
|
| <html> |
| 1653 |
|
|
| <head> |
| 1654 |
|
|
| <body> |
| 1655 |
|
|
| <table> |
| 1656 |
|
|
| <colgroup> |
| 1657 |
|
|
| <col> |
| 1658 |
|
|
| <colgroup> |
| 1659 |
|
|
| <col> |
| 1660 |
|
|
| <col> |
| 1661 |
|
|
| <col> |
| 1662 |
|
|
| <colgroup> |
| 1663 |
|
|
| <col> |
| 1664 |
|
|
| <col> |
| 1665 |
|
|
| <thead> |
| 1666 |
|
|
| <tr> |
| 1667 |
|
|
| <td> |
| 1668 |
|
|
|
| 1669 |
|
|
#data |
| 1670 |
|
|
<table><col><tbody><col><tr><col><td><col></table><col> |
| 1671 |
|
|
#errors |
| 1672 |
|
|
7: missing document type declaration |
| 1673 |
|
|
37: required tr element start tag implied by unexpected td element start tag |
| 1674 |
|
|
55: unexpected col element start tag in body |
| 1675 |
|
|
#document |
| 1676 |
|
|
| <html> |
| 1677 |
|
|
| <head> |
| 1678 |
|
|
| <body> |
| 1679 |
|
|
| <table> |
| 1680 |
|
|
| <colgroup> |
| 1681 |
|
|
| <col> |
| 1682 |
|
|
| <tbody> |
| 1683 |
|
|
| <colgroup> |
| 1684 |
|
|
| <col> |
| 1685 |
|
|
| <tbody> |
| 1686 |
|
|
| <tr> |
| 1687 |
|
|
| <colgroup> |
| 1688 |
|
|
| <col> |
| 1689 |
|
|
| <tbody> |
| 1690 |
|
|
| <tr> |
| 1691 |
|
|
| <td> |
| 1692 |
|
|
| <colgroup> |
| 1693 |
|
|
| <col> |
| 1694 |
|
|
|
| 1695 |
|
|
#data |
| 1696 |
|
|
<table><colgroup><tbody><colgroup><tr><colgroup><td><colgroup></table><colgroup> |
| 1697 |
|
|
#errors |
| 1698 |
|
|
7: missing document type declaration |
| 1699 |
|
|
52: required tr element start tag implied by unexpected td element start tag |
| 1700 |
|
|
80: unexpected colgroup element start tag in body |
| 1701 |
|
|
#document |
| 1702 |
|
|
| <html> |
| 1703 |
|
|
| <head> |
| 1704 |
|
|
| <body> |
| 1705 |
|
|
| <table> |
| 1706 |
|
|
| <colgroup> |
| 1707 |
|
|
| <tbody> |
| 1708 |
|
|
| <colgroup> |
| 1709 |
|
|
| <tbody> |
| 1710 |
|
|
| <tr> |
| 1711 |
|
|
| <colgroup> |
| 1712 |
|
|
| <tbody> |
| 1713 |
|
|
| <tr> |
| 1714 |
|
|
| <td> |
| 1715 |
|
|
| <colgroup> |
| 1716 |
|
|
|
| 1717 |
|
|
#data |
| 1718 |
|
|
</strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea> |
| 1719 |
|
|
#errors |
| 1720 |
|
|
9: missing document type declaration |
| 1721 |
|
|
9: unexpected strong element end tag |
| 1722 |
|
|
13: unexpected b element end tag |
| 1723 |
|
|
18: unexpected em element end tag |
| 1724 |
|
|
22: unexpected i element end tag |
| 1725 |
|
|
26: unexpected u element end tag |
| 1726 |
|
|
35: unexpected strike element end tag |
| 1727 |
|
|
39: unexpected s element end tag |
| 1728 |
|
|
47: unexpected blink element end tag |
| 1729 |
|
|
52: unexpected tt element end tag |
| 1730 |
|
|
58: unexpected pre element end tag |
| 1731 |
|
|
64: unexpected big element end tag |
| 1732 |
|
|
72: unexpected small element end tag |
| 1733 |
|
|
79: unexpected font element end tag |
| 1734 |
|
|
88: unexpected select element end tag |
| 1735 |
|
|
93: unexpected h1 element end tag |
| 1736 |
|
|
98: unexpected h2 element end tag |
| 1737 |
|
|
103: unexpected h3 element end tag |
| 1738 |
|
|
108: unexpected h4 element end tag |
| 1739 |
|
|
113: unexpected h5 element end tag |
| 1740 |
|
|
118: unexpected h6 element end tag |
| 1741 |
|
|
125: unexpected body element end tag |
| 1742 |
|
|
130: unexpected br element end tag |
| 1743 |
|
|
134: unexpected a element end tag |
| 1744 |
|
|
140: unexpected img element end tag |
| 1745 |
|
|
148: unexpected title element end tag |
| 1746 |
|
|
155: unexpected span element end tag |
| 1747 |
|
|
163: unexpected style element end tag |
| 1748 |
|
|
172: unexpected script element end tag |
| 1749 |
|
|
180: unexpected table element end tag |
| 1750 |
|
|
185: unexpected th element end tag |
| 1751 |
|
|
190: unexpected td element end tag |
| 1752 |
|
|
195: unexpected tr element end tag |
| 1753 |
|
|
203: unexpected frame element end tag |
| 1754 |
|
|
210: unexpected area element end tag |
| 1755 |
|
|
217: unexpected link element end tag |
| 1756 |
|
|
225: unexpected param element end tag |
| 1757 |
|
|
230: unexpected hr element end tag |
| 1758 |
|
|
238: unexpected input element end tag |
| 1759 |
|
|
244: unexpected col element end tag |
| 1760 |
|
|
251: unexpected base element end tag |
| 1761 |
|
|
258: unexpected meta element end tag |
| 1762 |
|
|
269: unexpected basefont element end tag |
| 1763 |
|
|
279: unexpected bgsound element end tag |
| 1764 |
|
|
287: unexpected embed element end tag |
| 1765 |
|
|
296: unexpected spacer element end tag |
| 1766 |
|
|
300: unexpected p element end tag |
| 1767 |
|
|
305: unexpected dd element end tag |
| 1768 |
|
|
310: unexpected dt element end tag |
| 1769 |
|
|
320: unexpected caption element end tag |
| 1770 |
|
|
331: unexpected colgroup element end tag |
| 1771 |
|
|
339: unexpected tbody element end tag |
| 1772 |
|
|
347: unexpected tfoot element end tag |
| 1773 |
|
|
355: unexpected thead element end tag |
| 1774 |
|
|
365: unexpected address element end tag |
| 1775 |
|
|
378: unexpected blockquote element end tag |
| 1776 |
|
|
387: unexpected center element end tag |
| 1777 |
|
|
393: unexpected dir element end tag |
| 1778 |
|
|
399: unexpected div element end tag |
| 1779 |
|
|
404: unexpected dl element end tag |
| 1780 |
|
|
415: unexpected fieldset element end tag |
| 1781 |
|
|
425: unexpected listing element end tag |
| 1782 |
|
|
432: unexpected menu element end tag |
| 1783 |
|
|
437: unexpected ol element end tag |
| 1784 |
|
|
442: unexpected ul element end tag |
| 1785 |
|
|
447: unexpected li element end tag |
| 1786 |
|
|
454: unexpected nobr element end tag |
| 1787 |
|
|
460: unexpected wbr element end tag |
| 1788 |
|
|
467: unexpected form element end tag |
| 1789 |
|
|
476: unexpected button element end tag |
| 1790 |
|
|
486: unexpected marquee element end tag |
| 1791 |
|
|
495: unexpected object element end tag |
| 1792 |
|
|
513: unexpected node at end of document |
| 1793 |
|
|
513: unexpected node after body element end tag |
| 1794 |
|
|
513: unexpected frameset element end tag |
| 1795 |
|
|
520: unexpected head element end tag |
| 1796 |
|
|
529: mismatched special end tag iframe |
| 1797 |
|
|
537: unexpected image end tag (that element has no end tag, ever) |
| 1798 |
|
|
547: unexpected isindex end tag (that element has no end tag, ever) |
| 1799 |
|
|
557: mismatched special end tag noembed |
| 1800 |
|
|
568: mismatched special end tag noframes |
| 1801 |
|
|
579: mismatched special end tag noscript |
| 1802 |
|
|
590: unexpected optgroup element end tag |
| 1803 |
|
|
599: unexpected option element end tag |
| 1804 |
|
|
611: unexpected plaintext element end tag |
| 1805 |
|
|
622: mismatched special end tag textarea |
| 1806 |
|
|
#document |
| 1807 |
|
|
| <html> |
| 1808 |
|
|
| <head> |
| 1809 |
|
|
| <body> |
| 1810 |
|
|
|
| 1811 |
|
|
#data |
| 1812 |
|
|
<table><tr></strong></b></em></i></u></strike></s></blink></tt></pre></big></small></font></select></h1></h2></h3></h4></h5></h6></body></br></a></img></title></span></style></script></table></th></td></tr></frame></area></link></param></hr></input></col></base></meta></basefont></bgsound></embed></spacer></p></dd></dt></caption></colgroup></tbody></tfoot></thead></address></blockquote></center></dir></div></dl></fieldset></listing></menu></ol></ul></li></nobr></wbr></form></button></marquee></object></html></frameset></head></iframe></image></isindex></noembed></noframes></noscript></optgroup></option></plaintext></textarea> |
| 1813 |
|
|
#errors |
| 1814 |
|
|
7: missing document type declaration |
| 1815 |
|
|
20: unexpected node in table context |
| 1816 |
|
|
20: mismatched strong element end tag (no matching start tag) |
| 1817 |
|
|
24: unexpected node in table context |
| 1818 |
|
|
24: mismatched b element end tag (no matching start tag) |
| 1819 |
|
|
29: unexpected node in table context |
| 1820 |
|
|
29: mismatched em element end tag (no matching start tag) |
| 1821 |
|
|
33: unexpected node in table context |
| 1822 |
|
|
33: mismatched i element end tag (no matching start tag) |
| 1823 |
|
|
37: unexpected node in table context |
| 1824 |
|
|
37: mismatched u element end tag (no matching start tag) |
| 1825 |
|
|
46: unexpected node in table context |
| 1826 |
|
|
46: mismatched strike element end tag (no matching start tag) |
| 1827 |
|
|
50: unexpected node in table context |
| 1828 |
|
|
50: mismatched s element end tag (no matching start tag) |
| 1829 |
|
|
58: unexpected node in table context |
| 1830 |
|
|
58: unexpected blink element end tag |
| 1831 |
|
|
63: unexpected node in table context |
| 1832 |
|
|
63: mismatched tt element end tag (no matching start tag) |
| 1833 |
|
|
69: unexpected node in table context |
| 1834 |
|
|
69: mismatched pre element end tag |
| 1835 |
|
|
75: unexpected node in table context |
| 1836 |
|
|
75: mismatched big element end tag (no matching start tag) |
| 1837 |
|
|
83: unexpected node in table context |
| 1838 |
|
|
83: mismatched small element end tag (no matching start tag) |
| 1839 |
|
|
90: unexpected node in table context |
| 1840 |
|
|
90: mismatched font element end tag (no matching start tag) |
| 1841 |
|
|
99: unexpected node in table context |
| 1842 |
|
|
99: mismatched special end tag select |
| 1843 |
|
|
104: unexpected node in table context |
| 1844 |
|
|
104: mismatched h1 element end tag |
| 1845 |
|
|
109: unexpected node in table context |
| 1846 |
|
|
109: mismatched h2 element end tag |
| 1847 |
|
|
114: unexpected node in table context |
| 1848 |
|
|
114: mismatched h3 element end tag |
| 1849 |
|
|
119: unexpected node in table context |
| 1850 |
|
|
119: mismatched h4 element end tag |
| 1851 |
|
|
124: unexpected node in table context |
| 1852 |
|
|
124: mismatched h5 element end tag |
| 1853 |
|
|
129: unexpected node in table context |
| 1854 |
|
|
129: mismatched h6 element end tag |
| 1855 |
|
|
136: unexpected body element end tag |
| 1856 |
|
|
141: unexpected node in table context |
| 1857 |
|
|
141: unexpected br end tag (that element has no end tag, ever) |
| 1858 |
|
|
145: unexpected node in table context |
| 1859 |
|
|
145: mismatched a element end tag (no matching start tag) |
| 1860 |
|
|
151: unexpected node in table context |
| 1861 |
|
|
151: unexpected img end tag (that element has no end tag, ever) |
| 1862 |
|
|
159: unexpected node in table context |
| 1863 |
|
|
159: unexpected title element end tag |
| 1864 |
|
|
166: unexpected node in table context |
| 1865 |
|
|
166: unexpected span element end tag |
| 1866 |
|
|
174: unexpected node in table context |
| 1867 |
|
|
174: unexpected style element end tag |
| 1868 |
|
|
183: unexpected node in table context |
| 1869 |
|
|
183: unexpected script element end tag |
| 1870 |
|
|
196: unexpected th element end tag |
| 1871 |
|
|
201: unexpected td element end tag |
| 1872 |
|
|
206: unexpected tr element end tag |
| 1873 |
|
|
214: unexpected frame element end tag |
| 1874 |
|
|
221: unexpected area end tag (that element has no end tag, ever) |
| 1875 |
|
|
228: unexpected link element end tag |
| 1876 |
|
|
236: unexpected param end tag (that element has no end tag, ever) |
| 1877 |
|
|
241: unexpected hr end tag (that element has no end tag, ever) |
| 1878 |
|
|
249: unexpected input end tag (that element has no end tag, ever) |
| 1879 |
|
|
255: unexpected col element end tag |
| 1880 |
|
|
262: unexpected base element end tag |
| 1881 |
|
|
269: unexpected meta element end tag |
| 1882 |
|
|
280: unexpected basefont end tag (that element has no end tag, ever) |
| 1883 |
|
|
290: unexpected bgsound end tag (that element has no end tag, ever) |
| 1884 |
|
|
298: unexpected embed end tag (that element has no end tag, ever) |
| 1885 |
|
|
307: unexpected spacer end tag (that element has no end tag, ever) |
| 1886 |
|
|
311: mismatched p element end tag |
| 1887 |
|
|
316: mismatched dd element end tag |
| 1888 |
|
|
321: mismatched dt element end tag |
| 1889 |
|
|
331: unexpected caption element end tag |
| 1890 |
|
|
342: unexpected colgroup element end tag |
| 1891 |
|
|
350: unexpected tbody element end tag |
| 1892 |
|
|
358: unexpected tfoot element end tag |
| 1893 |
|
|
366: unexpected thead element end tag |
| 1894 |
|
|
376: mismatched address element end tag |
| 1895 |
|
|
389: mismatched blockquote element end tag |
| 1896 |
|
|
398: mismatched center element end tag |
| 1897 |
|
|
404: mismatched dir element end tag |
| 1898 |
|
|
410: mismatched div element end tag |
| 1899 |
|
|
415: mismatched dl element end tag |
| 1900 |
|
|
426: mismatched fieldset element end tag |
| 1901 |
|
|
436: mismatched listing element end tag |
| 1902 |
|
|
443: mismatched menu element end tag |
| 1903 |
|
|
448: mismatched ol element end tag |
| 1904 |
|
|
453: mismatched ul element end tag |
| 1905 |
|
|
458: mismatched li element end tag |
| 1906 |
|
|
465: mismatched nobr element end tag (no matching start tag) |
| 1907 |
|
|
471: unexpected wbr end tag (that element has no end tag, ever) |
| 1908 |
|
|
478: mismatched form element end tag |
| 1909 |
|
|
524: unexpected node at end of document |
| 1910 |
|
|
524: unexpected node after body element end tag |
| 1911 |
|
|
524: unexpected frameset element end tag |
| 1912 |
|
|
531: unexpected head element end tag |
| 1913 |
|
|
540: mismatched special end tag iframe |
| 1914 |
|
|
548: unexpected image end tag (that element has no end tag, ever) |
| 1915 |
|
|
558: unexpected isindex end tag (that element has no end tag, ever) |
| 1916 |
|
|
568: mismatched special end tag noembed |
| 1917 |
|
|
579: mismatched special end tag noframes |
| 1918 |
|
|
590: mismatched special end tag noscript |
| 1919 |
|
|
601: unexpected optgroup element end tag |
| 1920 |
|
|
610: unexpected option element end tag |
| 1921 |
|
|
622: unexpected plaintext element end tag |
| 1922 |
|
|
633: mismatched special end tag textarea |
| 1923 |
|
|
#document |
| 1924 |
|
|
| <html> |
| 1925 |
|
|
| <head> |
| 1926 |
|
|
| <body> |
| 1927 |
|
|
| <table> |
| 1928 |
|
|
| <tbody> |
| 1929 |
|
|
| <tr> |