| 1 |
|
| 2 |
#data |
| 3 |
<button xmlns="http://www.w3.org/1999/xhtml"></button> |
| 4 |
#errors |
| 5 |
/button;no significant content;s |
| 6 |
|
| 7 |
#data |
| 8 |
<button xmlns="http://www.w3.org/1999/xhtml"> </button> |
| 9 |
#errors |
| 10 |
/button;no significant content;s |
| 11 |
|
| 12 |
#data |
| 13 |
<button xmlns="http://www.w3.org/1999/xhtml">xx</button> |
| 14 |
#errors |
| 15 |
|
| 16 |
#data |
| 17 |
<button xmlns="http://www.w3.org/1999/xhtml"><br/></button> |
| 18 |
#errors |
| 19 |
/button;no significant content;s |
| 20 |
|
| 21 |
#data |
| 22 |
<button xmlns="http://www.w3.org/1999/xhtml"><ins/></button> |
| 23 |
#errors |
| 24 |
/button;no significant content;s |
| 25 |
|
| 26 |
#data |
| 27 |
<button xmlns="http://www.w3.org/1999/xhtml"><em/></button> |
| 28 |
#errors |
| 29 |
/button;no significant content;s |
| 30 |
/button/em;no significant content;s |
| 31 |
|
| 32 |
#data |
| 33 |
<button xmlns="http://www.w3.org/1999/xhtml">aa<span>bb</span></button> |
| 34 |
#errors |
| 35 |
|
| 36 |
#data |
| 37 |
<button xmlns="http://www.w3.org/1999/xhtml"><p/></button> |
| 38 |
#errors |
| 39 |
/button;no significant content;s |
| 40 |
/button/p;no significant content;s |
| 41 |
/button/p;element not allowed:phrasing;m |
| 42 |
|
| 43 |
#data |
| 44 |
<button xmlns="http://www.w3.org/1999/xhtml"><video src=""/></button> |
| 45 |
#errors |
| 46 |
|
| 47 |
#data |
| 48 |
<button xmlns="http://www.w3.org/1999/xhtml"><style scoped=""/>x</button> |
| 49 |
#errors |
| 50 |
/button/style;element not allowed:phrasing;m |
| 51 |
/button/style;SUBDOC |
| 52 |
|
| 53 |
#data |
| 54 |
<em xmlns="http://www.w3.org/1999/xhtml"><button>x</button></em> |
| 55 |
#errors |
| 56 |
|
| 57 |
#data |
| 58 |
<em xmlns="http://www.w3.org/1999/xhtml"><button></button></em> |
| 59 |
#errors |
| 60 |
/em/button;no significant content;s |
| 61 |
/em;no significant content;s |
| 62 |
|
| 63 |
#data |
| 64 |
<div xmlns="http://www.w3.org/1999/xhtml"><button>x</button></div> |
| 65 |
#errors |
| 66 |
|
| 67 |
#data |
| 68 |
<ins xmlns="http://www.w3.org/1999/xhtml"><button>x</button></ins> |
| 69 |
#errors |
| 70 |
|
| 71 |
#data |
| 72 |
<em xmlns="http://www.w3.org/1999/xhtml"><ins><button>x</button></ins></em> |
| 73 |
#errors |
| 74 |
|
| 75 |
#data |
| 76 |
<br xmlns="http://www.w3.org/1999/xhtml"><button>x</button></br> |
| 77 |
#errors |
| 78 |
/br/button;element not allowed:empty;m |
| 79 |
|
| 80 |
#data |
| 81 |
<title xmlns="http://www.w3.org/1999/xhtml"><button>x</button></title> |
| 82 |
#errors |
| 83 |
/title/button;element not allowed:text;m |
| 84 |
|
| 85 |
#data |
| 86 |
<em xmlns="http://www.w3.org/1999/xhtml"><button>x<nest/></button></em> |
| 87 |
#errors |
| 88 |
/em/button/nest;element not allowed:phrasing;m |
| 89 |
/em/button/nest;element not defined;m |
| 90 |
|
| 91 |
#data |
| 92 |
<button xmlns="http://www.w3.org/1999/xhtml"><img src="" alt="x"/></button> |
| 93 |
#errors |
| 94 |
|
| 95 |
#data |
| 96 |
<button xmlns="http://www.w3.org/1999/xhtml"><span>x</span></button> |
| 97 |
#errors |
| 98 |
|
| 99 |
#data |
| 100 |
<button xmlns="http://www.w3.org/1999/xhtml"><p>x</p></button> |
| 101 |
#errors |
| 102 |
/button/p;element not allowed:phrasing;m |
| 103 |
|
| 104 |
#data |
| 105 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 106 |
type="" |
| 107 |
>x</button> |
| 108 |
#errors |
| 109 |
/button/@type;enumerated:invalid;m |
| 110 |
|
| 111 |
#data |
| 112 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 113 |
type="text" |
| 114 |
>x</button> |
| 115 |
#errors |
| 116 |
/button/@type;enumerated:invalid;m |
| 117 |
|
| 118 |
#data |
| 119 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 120 |
type="button" |
| 121 |
>x</button> |
| 122 |
#errors |
| 123 |
|
| 124 |
#data |
| 125 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 126 |
type="submit" |
| 127 |
>x</button> |
| 128 |
#errors |
| 129 |
|
| 130 |
#data |
| 131 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 132 |
type="reset" |
| 133 |
>x</button> |
| 134 |
#errors |
| 135 |
|
| 136 |
#data |
| 137 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 138 |
type="add" |
| 139 |
>x</button> |
| 140 |
#errors |
| 141 |
/button/@type;enumerated:invalid;m |
| 142 |
|
| 143 |
#data |
| 144 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 145 |
type="remove" |
| 146 |
>x</button> |
| 147 |
#errors |
| 148 |
/button/@type;enumerated:invalid;m |
| 149 |
|
| 150 |
#data |
| 151 |
<button type="delete" xmlns="http://www.w3.org/1999/xhtml">x</button> |
| 152 |
#errors |
| 153 |
/button/@type;enumerated:invalid;m |
| 154 |
|
| 155 |
#data |
| 156 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 157 |
type="move-up" |
| 158 |
>x</button> |
| 159 |
#errors |
| 160 |
/button/@type;enumerated:invalid;m |
| 161 |
|
| 162 |
#data |
| 163 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 164 |
type="move-down" |
| 165 |
>x</button> |
| 166 |
#errors |
| 167 |
/button/@type;enumerated:invalid;m |
| 168 |
|
| 169 |
#data |
| 170 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 171 |
type="hidden" |
| 172 |
>x</button> |
| 173 |
#errors |
| 174 |
/button/@type;enumerated:invalid;m |
| 175 |
|
| 176 |
#data |
| 177 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 178 |
type=" submit" |
| 179 |
>x</button> |
| 180 |
#errors |
| 181 |
/button/@type;enumerated:invalid;m |
| 182 |
|
| 183 |
#data |
| 184 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 185 |
type="Submit" |
| 186 |
>x</button> |
| 187 |
#errors |
| 188 |
|
| 189 |
#data |
| 190 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 191 |
type="RESET" |
| 192 |
>x</button> |
| 193 |
#errors |
| 194 |
|
| 195 |
#data |
| 196 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 197 |
disabled="" |
| 198 |
>x</button> |
| 199 |
#errors |
| 200 |
|
| 201 |
#data |
| 202 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 203 |
disabled="disabled" |
| 204 |
>x</button> |
| 205 |
#errors |
| 206 |
|
| 207 |
#data |
| 208 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 209 |
disabled="DISABLED" |
| 210 |
>x</button> |
| 211 |
#errors |
| 212 |
|
| 213 |
#data |
| 214 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 215 |
disabled="true" |
| 216 |
>x</button> |
| 217 |
#errors |
| 218 |
/button/@disabled;boolean:invalid;m |
| 219 |
|
| 220 |
#data |
| 221 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 222 |
disabled="enabled" |
| 223 |
>x</button> |
| 224 |
#errors |
| 225 |
/button/@disabled;boolean:invalid;m |
| 226 |
|
| 227 |
#data escaped |
| 228 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 229 |
disabled="d\u0130sabled" |
| 230 |
>x</button> |
| 231 |
#errors |
| 232 |
/button/@disabled;boolean:invalid;m |
| 233 |
|
| 234 |
#data |
| 235 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 236 |
disabled="d\u0131sabled" |
| 237 |
>x</button> |
| 238 |
#errors |
| 239 |
/button/@disabled;boolean:invalid;m |
| 240 |
|
| 241 |
#data |
| 242 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 243 |
autofocus="" |
| 244 |
>x</button> |
| 245 |
#errors |
| 246 |
|
| 247 |
#data |
| 248 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 249 |
autofocus="autofocus" |
| 250 |
>x</button> |
| 251 |
#errors |
| 252 |
|
| 253 |
#data |
| 254 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 255 |
autofocus="AutoFocus" |
| 256 |
>x</button> |
| 257 |
#errors |
| 258 |
|
| 259 |
#data |
| 260 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 261 |
autofocus=" autofocus" |
| 262 |
>x</button> |
| 263 |
#errors |
| 264 |
/button/@autofocus;boolean:invalid;m |
| 265 |
|
| 266 |
#data |
| 267 |
<button xmlns="http://www.w3.org/1999/xhtml" |
| 268 |
autofocus="yes" |
| 269 |
>x</button> |
| 270 |
#errors |
| 271 |
/button/@autofocus;boolean:invalid;m |
| 272 |
|
| 273 |
#data |
| 274 |
<form xmlns="http://www.w3.org/1999/xhtml"><button |
| 275 |
value="" |
| 276 |
>x</button></form> |
| 277 |
#errors |
| 278 |
|
| 279 |
#data |
| 280 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 281 |
action="" |
| 282 |
>a</button> |
| 283 |
#errors |
| 284 |
/button/@action;attribute not defined;m |
| 285 |
|
| 286 |
#data |
| 287 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 288 |
action="http://www.w3.org/" |
| 289 |
>a</button> |
| 290 |
#errors |
| 291 |
/button/@action;attribute not defined;m |
| 292 |
|
| 293 |
#data |
| 294 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 295 |
action="test" |
| 296 |
>a</button> |
| 297 |
#errors |
| 298 |
/button/@action;attribute not defined;m |
| 299 |
|
| 300 |
#data |
| 301 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 302 |
action="#test" |
| 303 |
>a</button> |
| 304 |
#errors |
| 305 |
/button/@action;attribute not defined;m |
| 306 |
|
| 307 |
#data |
| 308 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 309 |
action="[]" |
| 310 |
>a</button> |
| 311 |
#errors |
| 312 |
/button/@action;syntax error:iriref3987;m |
| 313 |
/button/@action;attribute not defined;m |
| 314 |
|
| 315 |
#data |
| 316 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 317 |
method="" |
| 318 |
>a</button> |
| 319 |
#errors |
| 320 |
/button/@method;enumerated:invalid;m |
| 321 |
/button/@method;attribute not defined;m |
| 322 |
|
| 323 |
#data |
| 324 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 325 |
method="get" |
| 326 |
>a</button> |
| 327 |
#errors |
| 328 |
/button/@method;attribute not defined;m |
| 329 |
|
| 330 |
#data |
| 331 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 332 |
method="GET" |
| 333 |
>a</button> |
| 334 |
#errors |
| 335 |
/button/@method;attribute not defined;m |
| 336 |
|
| 337 |
#data |
| 338 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 339 |
method="post" |
| 340 |
>a</button> |
| 341 |
#errors |
| 342 |
/button/@method;attribute not defined;m |
| 343 |
|
| 344 |
#data |
| 345 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 346 |
method="POST" |
| 347 |
>a</button> |
| 348 |
#errors |
| 349 |
/button/@method;attribute not defined;m |
| 350 |
|
| 351 |
#data |
| 352 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 353 |
method="put" |
| 354 |
>a</button> |
| 355 |
#errors |
| 356 |
/button/@method;attribute not defined;m |
| 357 |
|
| 358 |
#data |
| 359 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 360 |
method="PUT" |
| 361 |
>a</button> |
| 362 |
#errors |
| 363 |
/button/@method;attribute not defined;m |
| 364 |
|
| 365 |
#data |
| 366 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 367 |
method="delete" |
| 368 |
>a</button> |
| 369 |
#errors |
| 370 |
/button/@method;attribute not defined;m |
| 371 |
|
| 372 |
#data |
| 373 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 374 |
method="DELETE" |
| 375 |
>a</button> |
| 376 |
#errors |
| 377 |
/button/@method;attribute not defined;m |
| 378 |
|
| 379 |
#data |
| 380 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 381 |
method="GEt" |
| 382 |
>a</button> |
| 383 |
#errors |
| 384 |
/button/@method;attribute not defined;m |
| 385 |
|
| 386 |
#data |
| 387 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 388 |
method="deleTE" |
| 389 |
>a</button> |
| 390 |
#errors |
| 391 |
/button/@method;attribute not defined;m |
| 392 |
|
| 393 |
#data |
| 394 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 395 |
method="head" |
| 396 |
>a</button> |
| 397 |
#errors |
| 398 |
/button/@method;enumerated:invalid;m |
| 399 |
/button/@method;attribute not defined;m |
| 400 |
|
| 401 |
#data |
| 402 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 403 |
method="m-get" |
| 404 |
>a</button> |
| 405 |
#errors |
| 406 |
/button/@method;enumerated:invalid;m |
| 407 |
/button/@method;attribute not defined;m |
| 408 |
|
| 409 |
#data |
| 410 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 411 |
method="get " |
| 412 |
>a</button> |
| 413 |
#errors |
| 414 |
/button/@method;enumerated:invalid;m |
| 415 |
/button/@method;attribute not defined;m |
| 416 |
|
| 417 |
#data |
| 418 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 419 |
method="getall" |
| 420 |
>a</button> |
| 421 |
#errors |
| 422 |
/button/@method;enumerated:invalid;m |
| 423 |
/button/@method;attribute not defined;m |
| 424 |
|
| 425 |
#data |
| 426 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 427 |
method="push" |
| 428 |
>a</button> |
| 429 |
#errors |
| 430 |
/button/@method;enumerated:invalid;m |
| 431 |
/button/@method;attribute not defined;m |
| 432 |
|
| 433 |
#data |
| 434 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 435 |
method="method" |
| 436 |
>a</button> |
| 437 |
#errors |
| 438 |
/button/@method;enumerated:invalid;m |
| 439 |
/button/@method;attribute not defined;m |
| 440 |
|
| 441 |
#data |
| 442 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 443 |
enctype="" |
| 444 |
>a</button> |
| 445 |
#errors |
| 446 |
/button/@enctype;enumerated:invalid;m |
| 447 |
/button/@enctype;attribute not defined;m |
| 448 |
|
| 449 |
#data |
| 450 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 451 |
enctype="application/x-www-form-urlencoded" |
| 452 |
>a</button> |
| 453 |
#errors |
| 454 |
/button/@enctype;attribute not defined;m |
| 455 |
|
| 456 |
#data |
| 457 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 458 |
enctype="APPLICATION/X-WWW-FORM-URLENCODED" |
| 459 |
>a</button> |
| 460 |
#errors |
| 461 |
/button/@enctype;attribute not defined;m |
| 462 |
|
| 463 |
#data |
| 464 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 465 |
enctype="Application/x-www-form-urlencoded" |
| 466 |
>a</button> |
| 467 |
#errors |
| 468 |
/button/@enctype;attribute not defined;m |
| 469 |
|
| 470 |
#data |
| 471 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 472 |
enctype="multipart/form-data" |
| 473 |
>a</button> |
| 474 |
#errors |
| 475 |
/button/@enctype;attribute not defined;m |
| 476 |
|
| 477 |
#data |
| 478 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 479 |
enctype="Multipart/Form-Data" |
| 480 |
>a</button> |
| 481 |
#errors |
| 482 |
/button/@enctype;attribute not defined;m |
| 483 |
|
| 484 |
#data |
| 485 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 486 |
enctype="text/plain" |
| 487 |
>a</button> |
| 488 |
#errors |
| 489 |
/button/@enctype;attribute not defined;m |
| 490 |
|
| 491 |
#data |
| 492 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 493 |
enctype="TEXT/plain" |
| 494 |
>a</button> |
| 495 |
#errors |
| 496 |
/button/@enctype;attribute not defined;m |
| 497 |
|
| 498 |
#data |
| 499 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 500 |
enctype="application/x-url-encoded" |
| 501 |
>a</button> |
| 502 |
#errors |
| 503 |
/button/@enctype;enumerated:invalid;m |
| 504 |
/button/@enctype;attribute not defined;m |
| 505 |
|
| 506 |
#data |
| 507 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 508 |
enctype="application/x-sgml-urlencoded" |
| 509 |
>a</button> |
| 510 |
#errors |
| 511 |
/button/@enctype;enumerated:invalid;m |
| 512 |
/button/@enctype;attribute not defined;m |
| 513 |
|
| 514 |
#data |
| 515 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 516 |
enctype="application/x-www-form-urlencoded; charset=utf-8" |
| 517 |
>a</button> |
| 518 |
#errors |
| 519 |
/button/@enctype;enumerated:invalid;m |
| 520 |
/button/@enctype;attribute not defined;m |
| 521 |
|
| 522 |
#data |
| 523 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 524 |
enctype=" text/plain " |
| 525 |
>a</button> |
| 526 |
#errors |
| 527 |
/button/@enctype;enumerated:invalid;m |
| 528 |
/button/@enctype;attribute not defined;m |
| 529 |
|
| 530 |
#data |
| 531 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 532 |
enctype="image/png" |
| 533 |
>a</button> |
| 534 |
#errors |
| 535 |
/button/@enctype;enumerated:invalid;m |
| 536 |
/button/@enctype;attribute not defined;m |
| 537 |
|
| 538 |
#data |
| 539 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 540 |
enctype="enctype" |
| 541 |
>a</button> |
| 542 |
#errors |
| 543 |
/button/@enctype;enumerated:invalid;m |
| 544 |
/button/@enctype;attribute not defined;m |
| 545 |
|
| 546 |
#data |
| 547 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 548 |
enctype="multipart/related" |
| 549 |
>a</button> |
| 550 |
#errors |
| 551 |
/button/@enctype;enumerated:invalid;m |
| 552 |
/button/@enctype;attribute not defined;m |
| 553 |
|
| 554 |
#data |
| 555 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 556 |
enctype="application/xml" |
| 557 |
>a</button> |
| 558 |
#errors |
| 559 |
/button/@enctype;enumerated:invalid;m |
| 560 |
/button/@enctype;attribute not defined;m |
| 561 |
|
| 562 |
#data |
| 563 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 564 |
enctype="text/xml" |
| 565 |
>a</button> |
| 566 |
#errors |
| 567 |
/button/@enctype;enumerated:invalid;m |
| 568 |
/button/@enctype;attribute not defined;m |
| 569 |
|
| 570 |
#data |
| 571 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 572 |
enctype="text/html" |
| 573 |
>a</button> |
| 574 |
#errors |
| 575 |
/button/@enctype;enumerated:invalid;m |
| 576 |
/button/@enctype;attribute not defined;m |
| 577 |
|
| 578 |
#data |
| 579 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 580 |
target="" |
| 581 |
>a</button> |
| 582 |
#errors |
| 583 |
/button/@target;window name:empty;m |
| 584 |
/button/@target;attribute not defined;m |
| 585 |
|
| 586 |
#data |
| 587 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 588 |
target="_blank" |
| 589 |
>a</button> |
| 590 |
#errors |
| 591 |
/button/@target;attribute not defined;m |
| 592 |
|
| 593 |
#data |
| 594 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 595 |
target="_self" |
| 596 |
>a</button> |
| 597 |
#errors |
| 598 |
/button/@target;attribute not defined;m |
| 599 |
|
| 600 |
#data |
| 601 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 602 |
target="_parent" |
| 603 |
>a</button> |
| 604 |
#errors |
| 605 |
/button/@target;attribute not defined;m |
| 606 |
|
| 607 |
#data |
| 608 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 609 |
target="_top" |
| 610 |
>a</button> |
| 611 |
#errors |
| 612 |
/button/@target;attribute not defined;m |
| 613 |
|
| 614 |
#data |
| 615 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 616 |
target="new" |
| 617 |
>a</button> |
| 618 |
#errors |
| 619 |
/button/@target;attribute not defined;m |
| 620 |
|
| 621 |
#data |
| 622 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 623 |
target="result" |
| 624 |
>a</button> |
| 625 |
#errors |
| 626 |
/button/@target;attribute not defined;m |
| 627 |
|
| 628 |
#data |
| 629 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 630 |
target="_BLANK" |
| 631 |
>a</button> |
| 632 |
#errors |
| 633 |
/button/@target;attribute not defined;m |
| 634 |
|
| 635 |
#data |
| 636 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 637 |
target="_SElf" |
| 638 |
>a</button> |
| 639 |
#errors |
| 640 |
/button/@target;attribute not defined;m |
| 641 |
|
| 642 |
#data |
| 643 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 644 |
target="_new" |
| 645 |
>a</button> |
| 646 |
#errors |
| 647 |
/button/@target;window name:reserved;m |
| 648 |
/button/@target;attribute not defined;m |
| 649 |
|
| 650 |
#data |
| 651 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 652 |
target="_blank " |
| 653 |
>a</button> |
| 654 |
#errors |
| 655 |
/button/@target;window name:reserved;m |
| 656 |
/button/@target;attribute not defined;m |
| 657 |
|
| 658 |
#data |
| 659 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 660 |
target="_new window" |
| 661 |
>a</button> |
| 662 |
#errors |
| 663 |
/button/@target;window name:reserved;m |
| 664 |
/button/@target;attribute not defined;m |
| 665 |
|
| 666 |
#data |
| 667 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 668 |
target="new window" |
| 669 |
>a</button> |
| 670 |
#errors |
| 671 |
/button/@target;attribute not defined;m |
| 672 |
|
| 673 |
#data |
| 674 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 675 |
target="_content" |
| 676 |
>a</button> |
| 677 |
#errors |
| 678 |
/button/@target;window name:reserved;m |
| 679 |
/button/@target;attribute not defined;m |
| 680 |
|
| 681 |
#data |
| 682 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 683 |
target="_replace" |
| 684 |
>a</button> |
| 685 |
#errors |
| 686 |
/button/@target;window name:reserved;m |
| 687 |
/button/@target;attribute not defined;m |
| 688 |
|
| 689 |
#data |
| 690 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 691 |
target="_search" |
| 692 |
>a</button> |
| 693 |
#errors |
| 694 |
/button/@target;window name:reserved;m |
| 695 |
/button/@target;attribute not defined;m |
| 696 |
|
| 697 |
#data |
| 698 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 699 |
novalidate="" |
| 700 |
>a</button> |
| 701 |
#errors |
| 702 |
/button/@novalidate;attribute not defined;m |
| 703 |
|
| 704 |
#data |
| 705 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 706 |
novalidate="novalidate" |
| 707 |
>a</button> |
| 708 |
#errors |
| 709 |
/button/@novalidate;attribute not defined;m |
| 710 |
|
| 711 |
#data |
| 712 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 713 |
novalidate="NoValidate" |
| 714 |
>a</button> |
| 715 |
#errors |
| 716 |
/button/@novalidate;attribute not defined;m |
| 717 |
|
| 718 |
#data |
| 719 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 720 |
novalidate="yes" |
| 721 |
>a</button> |
| 722 |
#errors |
| 723 |
/button/@novalidate;boolean:invalid;m |
| 724 |
/button/@novalidate;attribute not defined;m |
| 725 |
|
| 726 |
#data |
| 727 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 728 |
novalidate="no validate" |
| 729 |
>a</button> |
| 730 |
#errors |
| 731 |
/button/@novalidate;boolean:invalid;m |
| 732 |
/button/@novalidate;attribute not defined;m |
| 733 |
|
| 734 |
#data |
| 735 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 736 |
formaction="" |
| 737 |
>a</button> |
| 738 |
#errors |
| 739 |
|
| 740 |
#data |
| 741 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 742 |
formaction="http://www.w3.org/" |
| 743 |
>a</button> |
| 744 |
#errors |
| 745 |
|
| 746 |
#data |
| 747 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 748 |
formaction="test" |
| 749 |
>a</button> |
| 750 |
#errors |
| 751 |
|
| 752 |
#data |
| 753 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 754 |
formaction="#test" |
| 755 |
>a</button> |
| 756 |
#errors |
| 757 |
|
| 758 |
#data |
| 759 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 760 |
formaction="[]" |
| 761 |
>a</button> |
| 762 |
#errors |
| 763 |
/button/@formaction;syntax error:iriref3987;m |
| 764 |
|
| 765 |
#data |
| 766 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 767 |
formmethod="" |
| 768 |
>a</button> |
| 769 |
#errors |
| 770 |
/button/@formmethod;enumerated:invalid;m |
| 771 |
|
| 772 |
#data |
| 773 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 774 |
formmethod="get" |
| 775 |
>a</button> |
| 776 |
#errors |
| 777 |
|
| 778 |
#data |
| 779 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 780 |
formmethod="GET" |
| 781 |
>a</button> |
| 782 |
#errors |
| 783 |
|
| 784 |
#data |
| 785 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 786 |
formmethod="post" |
| 787 |
>a</button> |
| 788 |
#errors |
| 789 |
|
| 790 |
#data |
| 791 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 792 |
formmethod="POST" |
| 793 |
>a</button> |
| 794 |
#errors |
| 795 |
|
| 796 |
#data |
| 797 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 798 |
formmethod="put" |
| 799 |
>a</button> |
| 800 |
#errors |
| 801 |
|
| 802 |
#data |
| 803 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 804 |
formmethod="PUT" |
| 805 |
>a</button> |
| 806 |
#errors |
| 807 |
|
| 808 |
#data |
| 809 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 810 |
formmethod="delete" |
| 811 |
>a</button> |
| 812 |
#errors |
| 813 |
|
| 814 |
#data |
| 815 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 816 |
formmethod="DELETE" |
| 817 |
>a</button> |
| 818 |
#errors |
| 819 |
|
| 820 |
#data |
| 821 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 822 |
formmethod="GEt" |
| 823 |
>a</button> |
| 824 |
#errors |
| 825 |
|
| 826 |
#data |
| 827 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 828 |
formmethod="deleTE" |
| 829 |
>a</button> |
| 830 |
#errors |
| 831 |
|
| 832 |
#data |
| 833 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 834 |
formmethod="head" |
| 835 |
>a</button> |
| 836 |
#errors |
| 837 |
/button/@formmethod;enumerated:invalid;m |
| 838 |
|
| 839 |
#data |
| 840 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 841 |
formmethod="m-get" |
| 842 |
>a</button> |
| 843 |
#errors |
| 844 |
/button/@formmethod;enumerated:invalid;m |
| 845 |
|
| 846 |
#data |
| 847 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 848 |
formmethod="get " |
| 849 |
>a</button> |
| 850 |
#errors |
| 851 |
/button/@formmethod;enumerated:invalid;m |
| 852 |
|
| 853 |
#data |
| 854 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 855 |
formmethod="getall" |
| 856 |
>a</button> |
| 857 |
#errors |
| 858 |
/button/@formmethod;enumerated:invalid;m |
| 859 |
|
| 860 |
#data |
| 861 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 862 |
formmethod="push" |
| 863 |
>a</button> |
| 864 |
#errors |
| 865 |
/button/@formmethod;enumerated:invalid;m |
| 866 |
|
| 867 |
#data |
| 868 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 869 |
formmethod="formmethod" |
| 870 |
>a</button> |
| 871 |
#errors |
| 872 |
/button/@formmethod;enumerated:invalid;m |
| 873 |
|
| 874 |
#data |
| 875 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 876 |
formenctype="" |
| 877 |
>a</button> |
| 878 |
#errors |
| 879 |
/button/@formenctype;enumerated:invalid;m |
| 880 |
|
| 881 |
#data |
| 882 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 883 |
formenctype="application/x-www-form-urlencoded" |
| 884 |
>a</button> |
| 885 |
#errors |
| 886 |
|
| 887 |
#data |
| 888 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 889 |
formenctype="APPLICATION/X-WWW-FORM-URLENCODED" |
| 890 |
>a</button> |
| 891 |
#errors |
| 892 |
|
| 893 |
#data |
| 894 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 895 |
formenctype="Application/x-www-form-urlencoded" |
| 896 |
>a</button> |
| 897 |
#errors |
| 898 |
|
| 899 |
#data |
| 900 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 901 |
formenctype="multipart/form-data" |
| 902 |
>a</button> |
| 903 |
#errors |
| 904 |
|
| 905 |
#data |
| 906 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 907 |
formenctype="Multipart/Form-Data" |
| 908 |
>a</button> |
| 909 |
#errors |
| 910 |
|
| 911 |
#data |
| 912 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 913 |
formenctype="text/plain" |
| 914 |
>a</button> |
| 915 |
#errors |
| 916 |
|
| 917 |
#data |
| 918 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 919 |
formenctype="TEXT/plain" |
| 920 |
>a</button> |
| 921 |
#errors |
| 922 |
|
| 923 |
#data |
| 924 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 925 |
formenctype="application/x-url-encoded" |
| 926 |
>a</button> |
| 927 |
#errors |
| 928 |
/button/@formenctype;enumerated:invalid;m |
| 929 |
|
| 930 |
#data |
| 931 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 932 |
formenctype="application/x-sgml-urlencoded" |
| 933 |
>a</button> |
| 934 |
#errors |
| 935 |
/button/@formenctype;enumerated:invalid;m |
| 936 |
|
| 937 |
#data |
| 938 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 939 |
formenctype="application/x-www-form-urlencoded; charset=utf-8" |
| 940 |
>a</button> |
| 941 |
#errors |
| 942 |
/button/@formenctype;enumerated:invalid;m |
| 943 |
|
| 944 |
#data |
| 945 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 946 |
formenctype=" text/plain " |
| 947 |
>a</button> |
| 948 |
#errors |
| 949 |
/button/@formenctype;enumerated:invalid;m |
| 950 |
|
| 951 |
#data |
| 952 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 953 |
formenctype="image/png" |
| 954 |
>a</button> |
| 955 |
#errors |
| 956 |
/button/@formenctype;enumerated:invalid;m |
| 957 |
|
| 958 |
#data |
| 959 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 960 |
formenctype="formenctype" |
| 961 |
>a</button> |
| 962 |
#errors |
| 963 |
/button/@formenctype;enumerated:invalid;m |
| 964 |
|
| 965 |
#data |
| 966 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 967 |
formenctype="multipart/related" |
| 968 |
>a</button> |
| 969 |
#errors |
| 970 |
/button/@formenctype;enumerated:invalid;m |
| 971 |
|
| 972 |
#data |
| 973 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 974 |
formenctype="application/xml" |
| 975 |
>a</button> |
| 976 |
#errors |
| 977 |
/button/@formenctype;enumerated:invalid;m |
| 978 |
|
| 979 |
#data |
| 980 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 981 |
formenctype="text/xml" |
| 982 |
>a</button> |
| 983 |
#errors |
| 984 |
/button/@formenctype;enumerated:invalid;m |
| 985 |
|
| 986 |
#data |
| 987 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 988 |
formenctype="text/html" |
| 989 |
>a</button> |
| 990 |
#errors |
| 991 |
/button/@formenctype;enumerated:invalid;m |
| 992 |
|
| 993 |
#data |
| 994 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 995 |
formtarget="" |
| 996 |
>a</button> |
| 997 |
#errors |
| 998 |
/button/@formtarget;window name:empty;m |
| 999 |
|
| 1000 |
#data |
| 1001 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1002 |
formtarget="_blank" |
| 1003 |
>a</button> |
| 1004 |
#errors |
| 1005 |
|
| 1006 |
#data |
| 1007 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1008 |
formtarget="_self" |
| 1009 |
>a</button> |
| 1010 |
#errors |
| 1011 |
|
| 1012 |
#data |
| 1013 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1014 |
formtarget="_parent" |
| 1015 |
>a</button> |
| 1016 |
#errors |
| 1017 |
|
| 1018 |
#data |
| 1019 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1020 |
formtarget="_top" |
| 1021 |
>a</button> |
| 1022 |
#errors |
| 1023 |
|
| 1024 |
#data |
| 1025 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1026 |
formtarget="new" |
| 1027 |
>a</button> |
| 1028 |
#errors |
| 1029 |
|
| 1030 |
#data |
| 1031 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1032 |
formtarget="result" |
| 1033 |
>a</button> |
| 1034 |
#errors |
| 1035 |
|
| 1036 |
#data |
| 1037 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1038 |
formtarget="_BLANK" |
| 1039 |
>a</button> |
| 1040 |
#errors |
| 1041 |
|
| 1042 |
#data |
| 1043 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1044 |
formtarget="_SElf" |
| 1045 |
>a</button> |
| 1046 |
#errors |
| 1047 |
|
| 1048 |
#data |
| 1049 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1050 |
formtarget="_new" |
| 1051 |
>a</button> |
| 1052 |
#errors |
| 1053 |
/button/@formtarget;window name:reserved;m |
| 1054 |
|
| 1055 |
#data |
| 1056 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1057 |
formtarget="_blank " |
| 1058 |
>a</button> |
| 1059 |
#errors |
| 1060 |
/button/@formtarget;window name:reserved;m |
| 1061 |
|
| 1062 |
#data |
| 1063 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1064 |
formtarget="_new window" |
| 1065 |
>a</button> |
| 1066 |
#errors |
| 1067 |
/button/@formtarget;window name:reserved;m |
| 1068 |
|
| 1069 |
#data |
| 1070 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1071 |
formtarget="new window" |
| 1072 |
>a</button> |
| 1073 |
#errors |
| 1074 |
|
| 1075 |
#data |
| 1076 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1077 |
formtarget="_content" |
| 1078 |
>a</button> |
| 1079 |
#errors |
| 1080 |
/button/@formtarget;window name:reserved;m |
| 1081 |
|
| 1082 |
#data |
| 1083 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1084 |
formtarget="_replace" |
| 1085 |
>a</button> |
| 1086 |
#errors |
| 1087 |
/button/@formtarget;window name:reserved;m |
| 1088 |
|
| 1089 |
#data |
| 1090 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1091 |
formtarget="_search" |
| 1092 |
>a</button> |
| 1093 |
#errors |
| 1094 |
/button/@formtarget;window name:reserved;m |
| 1095 |
|
| 1096 |
#data |
| 1097 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1098 |
formnovalidate="" |
| 1099 |
>a</button> |
| 1100 |
#errors |
| 1101 |
|
| 1102 |
#data |
| 1103 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1104 |
formnovalidate="formnovalidate" |
| 1105 |
>a</button> |
| 1106 |
#errors |
| 1107 |
|
| 1108 |
#data |
| 1109 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1110 |
formnovalidate="Formnovalidate" |
| 1111 |
>a</button> |
| 1112 |
#errors |
| 1113 |
|
| 1114 |
#data |
| 1115 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1116 |
formnovalidate="yes" |
| 1117 |
>a</button> |
| 1118 |
#errors |
| 1119 |
/button/@formnovalidate;boolean:invalid;m |
| 1120 |
|
| 1121 |
#data |
| 1122 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1123 |
formnovalidate="novalidate" |
| 1124 |
>a</button> |
| 1125 |
#errors |
| 1126 |
/button/@formnovalidate;boolean:invalid;m |
| 1127 |
|
| 1128 |
#data |
| 1129 |
<button type="submit" xmlns="http://www.w3.org/1999/xhtml" |
| 1130 |
formnovalidate="no validate" |
| 1131 |
>a</button> |
| 1132 |
#errors |
| 1133 |
/button/@formnovalidate;boolean:invalid;m |
| 1134 |
|
| 1135 |
#data |
| 1136 |
<button xmlns="http://www.w3.org/1999/xhtml"> |
| 1137 |
aaa |
| 1138 |
<input/> |
| 1139 |
</button> |
| 1140 |
#errors |
| 1141 |
/button/input;element not allowed:minus;m |
| 1142 |
|
| 1143 |
#data |
| 1144 |
<button xmlns="http://www.w3.org/1999/xhtml"> |
| 1145 |
aaa |
| 1146 |
<input type="hidden"/> |
| 1147 |
</button> |
| 1148 |
#errors |
| 1149 |
|
| 1150 |
#data |
| 1151 |
<button xmlns="http://www.w3.org/1999/xhtml"> |
| 1152 |
aaa |
| 1153 |
<a href="">bbb</a> |
| 1154 |
</button> |
| 1155 |
#errors |
| 1156 |
/button/a;element not allowed:minus;m |