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