Parent Directory | Revision Log
++ whatpm/t/ChangeLog 19 May 2007 10:11:24 -0000 * content-model-1.dat: A content model conformance error was missing. * content-model-2.dat: Unsupported global attribute (prefixed attribute) test is added. Tests for many HTML5 elements are added. 2007-05-19 Wakaba <wakaba@suika.fam.cx> ++ whatpm/Whatpm/ChangeLog 19 May 2007 10:10:09 -0000 * ContentChecker.pm: Support for many of HTML5 elements. ($GetHTMLNonNegativeIntegerAttrChecker): New. 2007-05-19 Wakaba <wakaba@suika.fam.cx>
1 | wakaba | 1.1 | #data |
2 | <html></html> | ||
3 | #errors | ||
4 | /html;element not supported | ||
5 | |||
6 | #data | ||
7 | wakaba | 1.7 | <unknown xmlns="http://www.w3.org/1999/xhtml"></unknown> |
8 | #errors | ||
9 | /unknown;element not supported | ||
10 | |||
11 | #data | ||
12 | <p xmlns="http://www.w3.org/1999/xhtml"><unknown/></p> | ||
13 | #errors | ||
14 | wakaba | 1.8 | /p/unknown;element not allowed |
15 | wakaba | 1.7 | /p/unknown;element not supported |
16 | |||
17 | #data | ||
18 | wakaba | 1.1 | <html xmlns="http://www.w3.org/1999/xhtml"></html> |
19 | #errors | ||
20 | /html;child element missing:head | ||
21 | /html;child element missing:body | ||
22 | |||
23 | #data | ||
24 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head></html> | ||
25 | #errors | ||
26 | /html;child element missing:body | ||
27 | /html/head;child element missing:title | ||
28 | |||
29 | #data | ||
30 | <html xmlns="http://www.w3.org/1999/xhtml"><body></body></html> | ||
31 | #errors | ||
32 | /html/body;ps element missing:head | ||
33 | |||
34 | #data | ||
35 | <html xmlns="http://www.w3.org/1999/xhtml"><p></p></html> | ||
36 | #errors | ||
37 | /html/p;element not allowed | ||
38 | /html;child element missing:head | ||
39 | /html;child element missing:body | ||
40 | |||
41 | #data | ||
42 | <html xmlns="http://www.w3.org/1999/xhtml">a</html> | ||
43 | #errors | ||
44 | /html/"a";character not allowed | ||
45 | /html;child element missing:head | ||
46 | /html;child element missing:body | ||
47 | |||
48 | #data | ||
49 | <html xmlns="http://www.w3.org/1999/xhtml"> </html> | ||
50 | #errors | ||
51 | /html;child element missing:head | ||
52 | /html;child element missing:body | ||
53 | |||
54 | #data | ||
55 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html> | ||
56 | #errors | ||
57 | /html/head;child element missing:title | ||
58 | |||
59 | #data | ||
60 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head>a<body></body></html> | ||
61 | #errors | ||
62 | /html/head;child element missing:title | ||
63 | /html/"a";character not allowed | ||
64 | |||
65 | #data | ||
66 | <html xmlns="http://www.w3.org/1999/xhtml">a<head></head><body></body></html> | ||
67 | #errors | ||
68 | /html/"a";character not allowed | ||
69 | /html/head;child element missing:title | ||
70 | |||
71 | #data | ||
72 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body>a</html> | ||
73 | #errors | ||
74 | /html/head;child element missing:title | ||
75 | /html/"a";character not allowed | ||
76 | |||
77 | #data | ||
78 | <html xmlns="http://www.w3.org/1999/xhtml"> <head></head> <body></body> </html> | ||
79 | #errors | ||
80 | /html/head;child element missing:title | ||
81 | |||
82 | #data | ||
83 | <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body><p></p></html> | ||
84 | #errors | ||
85 | /html/head;child element missing:title | ||
86 | /html/p;element not allowed | ||
87 | |||
88 | #data | ||
89 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
90 | <base href="http://www.w3.org/"/> | ||
91 | </head> | ||
92 | #errors | ||
93 | /head;child element missing:title | ||
94 | |||
95 | #data | ||
96 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
97 | <command/> | ||
98 | </head> | ||
99 | #errors | ||
100 | /head;child element missing:title | ||
101 | |||
102 | #data | ||
103 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
104 | <event-source/> | ||
105 | </head> | ||
106 | #errors | ||
107 | /head;child element missing:title | ||
108 | |||
109 | #data | ||
110 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
111 | <link/> | ||
112 | </head> | ||
113 | #errors | ||
114 | /head;child element missing:title | ||
115 | |||
116 | #data | ||
117 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
118 | <meta charset="us-ascii"/> | ||
119 | </head> | ||
120 | #errors | ||
121 | /head;child element missing:title | ||
122 | |||
123 | #data | ||
124 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
125 | <meta name="keywords" content="html5"/> | ||
126 | </head> | ||
127 | #errors | ||
128 | /head;child element missing:title | ||
129 | |||
130 | #data | ||
131 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
132 | <script type="text/javascript"/> | ||
133 | </head> | ||
134 | #errors | ||
135 | /head;child element missing:title | ||
136 | |||
137 | #data | ||
138 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
139 | <style type="text/css"/> | ||
140 | </head> | ||
141 | #errors | ||
142 | /head;child element missing:title | ||
143 | |||
144 | #data | ||
145 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><body></body></html> | ||
146 | #errors | ||
147 | |||
148 | #data | ||
149 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
150 | <base href="http://www.w3.org/"/> | ||
151 | <title/> | ||
152 | </head> | ||
153 | #errors | ||
154 | |||
155 | #data | ||
156 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
157 | <title/> | ||
158 | <base href="http://www.w3.org/"/> | ||
159 | </head> | ||
160 | #errors | ||
161 | /head/base;element not allowed | ||
162 | |||
163 | #data | ||
164 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
165 | <command/> | ||
166 | <title/> | ||
167 | </head> | ||
168 | #errors | ||
169 | |||
170 | #data | ||
171 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
172 | <title/> | ||
173 | <command/> | ||
174 | </head> | ||
175 | #errors | ||
176 | |||
177 | #data | ||
178 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
179 | <event-source/> | ||
180 | <title/> | ||
181 | </head> | ||
182 | #errors | ||
183 | |||
184 | #data | ||
185 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
186 | <title/> | ||
187 | <event-source/> | ||
188 | </head> | ||
189 | #errors | ||
190 | |||
191 | #data | ||
192 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
193 | <link/> | ||
194 | <title/> | ||
195 | </head> | ||
196 | #errors | ||
197 | |||
198 | #data | ||
199 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
200 | <title/> | ||
201 | <link/> | ||
202 | </head> | ||
203 | #errors | ||
204 | |||
205 | #data | ||
206 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
207 | <meta charset="us-ascii"/> | ||
208 | <title/> | ||
209 | </head> | ||
210 | #errors | ||
211 | |||
212 | #data | ||
213 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
214 | <title/> | ||
215 | <meta charset="us-ascii"/> | ||
216 | </head> | ||
217 | #errors | ||
218 | /head/meta;element not allowed | ||
219 | |||
220 | #data | ||
221 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
222 | <meta name="keywords" content="html5"/> | ||
223 | <title/> | ||
224 | </head> | ||
225 | #errors | ||
226 | |||
227 | #data | ||
228 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
229 | <title/> | ||
230 | <meta name="keywords" content="html5"/> | ||
231 | </head> | ||
232 | #errors | ||
233 | |||
234 | #data | ||
235 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
236 | <script type="text/javascript"/> | ||
237 | <title/> | ||
238 | </head> | ||
239 | #errors | ||
240 | |||
241 | #data | ||
242 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
243 | <title/> | ||
244 | <script type="text/javascript"/> | ||
245 | </head> | ||
246 | #errors | ||
247 | |||
248 | #data | ||
249 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
250 | <style type="text/css"/> | ||
251 | <title/> | ||
252 | </head> | ||
253 | #errors | ||
254 | |||
255 | #data | ||
256 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
257 | <title/> | ||
258 | <style type="text/css"/> | ||
259 | </head> | ||
260 | #errors | ||
261 | |||
262 | #data | ||
263 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><title></title></head><body></body></html> | ||
264 | #errors | ||
265 | /html/head/title;element not allowed | ||
266 | |||
267 | #data | ||
268 | <html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><p></p></head><body></body></html> | ||
269 | #errors | ||
270 | /html/head/p;element not allowed | ||
271 | |||
272 | #data | ||
273 | <head xmlns="http://www.w3.org/1999/xhtml"><meta charset="us-ascii"/><base/><title></title></head> | ||
274 | #errors | ||
275 | |||
276 | #data | ||
277 | <head xmlns="http://www.w3.org/1999/xhtml"><meta charset="us-ascii"/><title/><base/></head> | ||
278 | #errors | ||
279 | /head/base;element not allowed | ||
280 | |||
281 | #data | ||
282 | <head xmlns="http://www.w3.org/1999/xhtml"><title/><base/></head> | ||
283 | #errors | ||
284 | /head/base;element not allowed | ||
285 | |||
286 | #data | ||
287 | <head xmlns="http://www.w3.org/1999/xhtml"><title/><base/><meta charset="us-ascii"/></head> | ||
288 | #errors | ||
289 | /head/base;element not allowed | ||
290 | /head/meta;element not allowed | ||
291 | |||
292 | #data | ||
293 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
294 | <meta charset="us-ascii"/> | ||
295 | <title/> | ||
296 | <base href="http://www.w3.org/"/> | ||
297 | </head> | ||
298 | #errors | ||
299 | /head/base;element not allowed | ||
300 | |||
301 | #data | ||
302 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
303 | <base href="http://www.w3.org/"/> | ||
304 | <meta charset="us-ascii"/> | ||
305 | <title/> | ||
306 | </head> | ||
307 | #errors | ||
308 | /head/meta;element not allowed | ||
309 | |||
310 | #data | ||
311 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
312 | <base href="http://www.w3.org/"/> | ||
313 | <title/> | ||
314 | <meta charset="us-ascii"/> | ||
315 | </head> | ||
316 | #errors | ||
317 | /head/meta;element not allowed | ||
318 | |||
319 | #data | ||
320 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
321 | <base href="http://www.w3.org/"/> | ||
322 | <meta name="keywords" content="html5"/> | ||
323 | <title/> | ||
324 | </head> | ||
325 | #errors | ||
326 | |||
327 | #data | ||
328 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
329 | <base href="http://www.w3.org/"/> | ||
330 | <title/> | ||
331 | <meta name="keywords" content="html5"/> | ||
332 | </head> | ||
333 | #errors | ||
334 | |||
335 | #data | ||
336 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
337 | <meta name="keywords" content="html5"/> | ||
338 | <meta charset="us-ascii"/> | ||
339 | <title/> | ||
340 | </head> | ||
341 | #errors | ||
342 | /head/meta;element not allowed | ||
343 | |||
344 | #data | ||
345 | <head xmlns="http://www.w3.org/1999/xhtml"> | ||
346 | <meta charset="us-ascii"/> | ||
347 | <meta name="keywords" content="html5"/> | ||
348 | <title/> | ||
349 | </head> | ||
350 | #errors | ||
351 | |||
352 | #data | ||
353 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"></base> | ||
354 | #errors | ||
355 | |||
356 | #data | ||
357 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"> </base> | ||
358 | #errors | ||
359 | |||
360 | #data | ||
361 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml">a</base> | ||
362 | #errors | ||
363 | /base/"a";character not allowed | ||
364 | |||
365 | #data | ||
366 | <base href="http://www.w3.org/" xmlns="http://www.w3.org/1999/xhtml"><p/></base> | ||
367 | #errors | ||
368 | /base/p;element not allowed | ||
369 | |||
370 | #data | ||
371 | <link xmlns="http://www.w3.org/1999/xhtml"></link> | ||
372 | #errors | ||
373 | |||
374 | #data | ||
375 | <link xmlns="http://www.w3.org/1999/xhtml"> </link> | ||
376 | #errors | ||
377 | |||
378 | #data | ||
379 | <link xmlns="http://www.w3.org/1999/xhtml">a</link> | ||
380 | #errors | ||
381 | /link/"a";character not allowed | ||
382 | |||
383 | #data | ||
384 | <link xmlns="http://www.w3.org/1999/xhtml"><p/></link> | ||
385 | #errors | ||
386 | /link/p;element not allowed | ||
387 | |||
388 | #data | ||
389 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"></meta> | ||
390 | #errors | ||
391 | |||
392 | #data | ||
393 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"> </meta> | ||
394 | #errors | ||
395 | |||
396 | #data | ||
397 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml">a</meta> | ||
398 | #errors | ||
399 | /meta/"a";character not allowed | ||
400 | |||
401 | #data | ||
402 | <meta charset="us-ascii" xmlns="http://www.w3.org/1999/xhtml"><p/></meta> | ||
403 | #errors | ||
404 | /meta/p;element not allowed | ||
405 | |||
406 | #data | ||
407 | <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"></style> | ||
408 | #errors | ||
409 | |||
410 | #data | ||
411 | <style type="text/css" xmlns="http://www.w3.org/1999/xhtml"> | ||
412 | p {color: green} | ||
413 | </style> | ||
414 | #errors | ||
415 | |||
416 | wakaba | 1.2 | #data |
417 | <body xmlns="http://www.w3.org/1999/xhtml"></body> | ||
418 | #errors | ||
419 | |||
420 | #data | ||
421 | <body xmlns="http://www.w3.org/1999/xhtml"> </body> | ||
422 | #errors | ||
423 | |||
424 | #data | ||
425 | <body xmlns="http://www.w3.org/1999/xhtml">a</body> | ||
426 | #errors | ||
427 | /body/"a";character not allowed | ||
428 | |||
429 | #data | ||
430 | <body xmlns="http://www.w3.org/1999/xhtml"><p/></body> | ||
431 | #errors | ||
432 | |||
433 | #data | ||
434 | <body xmlns="http://www.w3.org/1999/xhtml"><blockquote/></body> | ||
435 | #errors | ||
436 | |||
437 | #data | ||
438 | <body xmlns="http://www.w3.org/1999/xhtml"><div/></body> | ||
439 | #errors | ||
440 | |||
441 | #data | ||
442 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
443 | <script type="text/javascript"/> | ||
444 | </body> | ||
445 | #errors | ||
446 | |||
447 | #data | ||
448 | <body xmlns="http://www.w3.org/1999/xhtml"><b/></body> | ||
449 | #errors | ||
450 | wakaba | 1.3 | /body/b;element not allowed |
451 | wakaba | 1.2 | |
452 | wakaba | 1.3 | #data |
453 | <section xmlns="http://www.w3.org/1999/xhtml"></section> | ||
454 | #errors | ||
455 | wakaba | 1.2 | |
456 | wakaba | 1.3 | #data |
457 | <section xmlns="http://www.w3.org/1999/xhtml"> </section> | ||
458 | #errors | ||
459 | wakaba | 1.2 | |
460 | wakaba | 1.3 | #data |
461 | <section xmlns="http://www.w3.org/1999/xhtml">a</section> | ||
462 | #errors | ||
463 | /section/"a";character not allowed | ||
464 | |||
465 | #data | ||
466 | <section xmlns="http://www.w3.org/1999/xhtml"><p/></section> | ||
467 | #errors | ||
468 | |||
469 | #data | ||
470 | <section xmlns="http://www.w3.org/1999/xhtml"><blockquote/></section> | ||
471 | #errors | ||
472 | |||
473 | #data | ||
474 | <section xmlns="http://www.w3.org/1999/xhtml"><div/></section> | ||
475 | #errors | ||
476 | |||
477 | #data | ||
478 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
479 | <script type="text/javascript"/> | ||
480 | </section> | ||
481 | #errors | ||
482 | |||
483 | #data | ||
484 | <section xmlns="http://www.w3.org/1999/xhtml"><b/></section> | ||
485 | #errors | ||
486 | /section/b;element not allowed | ||
487 | |||
488 | #data | ||
489 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
490 | <style type="text/css"/> | ||
491 | </section> | ||
492 | #errors | ||
493 | |||
494 | #data | ||
495 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
496 | <style type="text/css"/> | ||
497 | <p/> | ||
498 | </section> | ||
499 | #errors | ||
500 | |||
501 | #data | ||
502 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
503 | <p/> | ||
504 | <style type="text/css"/> | ||
505 | </section> | ||
506 | #errors | ||
507 | /section/style;element not allowed | ||
508 | |||
509 | #data | ||
510 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
511 | <style type="text/css"/> | ||
512 | <b/> | ||
513 | </section> | ||
514 | #errors | ||
515 | /section/b;element not allowed | ||
516 | |||
517 | #data | ||
518 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
519 | <b/> | ||
520 | <style type="text/css"/> | ||
521 | </section> | ||
522 | #errors | ||
523 | /section/b;element not allowed | ||
524 | /section/style;element not allowed | ||
525 | |||
526 | #data | ||
527 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
528 | <style type="text/css"/>a</section> | ||
529 | #errors | ||
530 | /section/"a";character not allowed | ||
531 | |||
532 | #data | ||
533 | <section xmlns="http://www.w3.org/1999/xhtml">a<style type="text/css"/> | ||
534 | </section> | ||
535 | #errors | ||
536 | /section/"a";character not allowed | ||
537 | |||
538 | #data | ||
539 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
540 | <style type="text/css"/> | ||
541 | <style type="text/css"/> | ||
542 | <p/> | ||
543 | </section> | ||
544 | #errors | ||
545 | |||
546 | #data | ||
547 | <section xmlns="http://www.w3.org/1999/xhtml"> | ||
548 | <style type="text/css"/> | ||
549 | <p/><p/> | ||
550 | </section> | ||
551 | #errors | ||
552 | |||
553 | #data | ||
554 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
555 | wakaba | 1.4 | @@ TODO: It is expected that tests for NAV and following elements come here. |
556 | wakaba | 1.3 | </p> |
557 | #errors | ||
558 | wakaba | 1.4 | |
559 | #data | ||
560 | wakaba | 1.5 | <li xmlns="http://www.w3.org/1999/xhtml"></li> |
561 | #errors | ||
562 | |||
563 | #data | ||
564 | <li xmlns="http://www.w3.org/1999/xhtml"> </li> | ||
565 | #errors | ||
566 | |||
567 | #data | ||
568 | <li xmlns="http://www.w3.org/1999/xhtml">XXX</li> | ||
569 | #errors | ||
570 | |||
571 | #data | ||
572 | <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></li> | ||
573 | #errors | ||
574 | |||
575 | #data | ||
576 | <li xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></li> | ||
577 | #errors | ||
578 | /li/p;element not allowed | ||
579 | |||
580 | #data | ||
581 | <li xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</li> | ||
582 | #errors | ||
583 | /li/p;element not allowed | ||
584 | |||
585 | #data | ||
586 | <ul xmlns="http://www.w3.org/1999/xhtml"> | ||
587 | <li></li> | ||
588 | </ul> | ||
589 | #errors | ||
590 | |||
591 | #data | ||
592 | <ul xmlns="http://www.w3.org/1999/xhtml"> | ||
593 | <li> </li> | ||
594 | </ul> | ||
595 | #errors | ||
596 | |||
597 | #data | ||
598 | <ul xmlns="http://www.w3.org/1999/xhtml"> | ||
599 | <li>XXX</li> | ||
600 | </ul> | ||
601 | #errors | ||
602 | |||
603 | #data | ||
604 | <ul xmlns="http://www.w3.org/1999/xhtml"> | ||
605 | <li><p>XXX</p></li> | ||
606 | </ul> | ||
607 | #errors | ||
608 | |||
609 | #data | ||
610 | <ul xmlns="http://www.w3.org/1999/xhtml"> | ||
611 | <li>XXX<p>YYY</p></li> | ||
612 | </ul> | ||
613 | #errors | ||
614 | /ul/li/p;element not allowed | ||
615 | |||
616 | #data | ||
617 | <ul xmlns="http://www.w3.org/1999/xhtml"> | ||
618 | <li><p>XXX</p>YYY</li> | ||
619 | </ul> | ||
620 | #errors | ||
621 | /ul/li/p;element not allowed | ||
622 | |||
623 | #data | ||
624 | <ol xmlns="http://www.w3.org/1999/xhtml"> | ||
625 | <li></li> | ||
626 | </ol> | ||
627 | #errors | ||
628 | |||
629 | #data | ||
630 | <ol xmlns="http://www.w3.org/1999/xhtml"> | ||
631 | <li> </li> | ||
632 | </ol> | ||
633 | #errors | ||
634 | |||
635 | #data | ||
636 | <ol xmlns="http://www.w3.org/1999/xhtml"> | ||
637 | <li>XXX</li> | ||
638 | </ol> | ||
639 | #errors | ||
640 | |||
641 | #data | ||
642 | <ol xmlns="http://www.w3.org/1999/xhtml"> | ||
643 | <li><p>XXX</p></li> | ||
644 | </ol> | ||
645 | #errors | ||
646 | |||
647 | #data | ||
648 | <ol xmlns="http://www.w3.org/1999/xhtml"> | ||
649 | <li>XXX<p>YYY</p></li> | ||
650 | </ol> | ||
651 | #errors | ||
652 | /ol/li/p;element not allowed | ||
653 | |||
654 | #data | ||
655 | <ol xmlns="http://www.w3.org/1999/xhtml"> | ||
656 | <li><p>XXX</p>YYY</li> | ||
657 | </ol> | ||
658 | #errors | ||
659 | /ol/li/p;element not allowed | ||
660 | |||
661 | #data | ||
662 | <menu xmlns="http://www.w3.org/1999/xhtml"> | ||
663 | <li></li> | ||
664 | </menu> | ||
665 | #errors | ||
666 | |||
667 | #data | ||
668 | <menu xmlns="http://www.w3.org/1999/xhtml"> | ||
669 | <li> </li> | ||
670 | </menu> | ||
671 | #errors | ||
672 | |||
673 | #data | ||
674 | <menu xmlns="http://www.w3.org/1999/xhtml"> | ||
675 | <li>XXX</li> | ||
676 | </menu> | ||
677 | #errors | ||
678 | |||
679 | #data | ||
680 | <menu xmlns="http://www.w3.org/1999/xhtml"> | ||
681 | <li><p>XXX</p></li> | ||
682 | </menu> | ||
683 | #errors | ||
684 | /menu/li/p;element not allowed | ||
685 | |||
686 | #data | ||
687 | <menu xmlns="http://www.w3.org/1999/xhtml"> | ||
688 | <li>XXX<p>YYY</p></li> | ||
689 | </menu> | ||
690 | #errors | ||
691 | /menu/li/p;element not allowed | ||
692 | |||
693 | #data | ||
694 | <menu xmlns="http://www.w3.org/1999/xhtml"> | ||
695 | <li><p>XXX</p>YYY</li> | ||
696 | </menu> | ||
697 | #errors | ||
698 | /menu/li/p;element not allowed | ||
699 | |||
700 | #data | ||
701 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
702 | <ul> | ||
703 | <li></li> | ||
704 | </ul> | ||
705 | </body> | ||
706 | #errors | ||
707 | |||
708 | #data | ||
709 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
710 | <ul> | ||
711 | <li> </li> | ||
712 | </ul> | ||
713 | </body> | ||
714 | #errors | ||
715 | |||
716 | #data | ||
717 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
718 | <ul> | ||
719 | <li>XXX</li> | ||
720 | </ul> | ||
721 | </body> | ||
722 | #errors | ||
723 | |||
724 | #data | ||
725 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
726 | <ul> | ||
727 | <li><p>XXX</p></li> | ||
728 | </ul> | ||
729 | </body> | ||
730 | #errors | ||
731 | |||
732 | #data | ||
733 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
734 | <ul> | ||
735 | <li>XXX<p>YYY</p></li> | ||
736 | </ul> | ||
737 | </body> | ||
738 | #errors | ||
739 | /body/ul/li/p;element not allowed | ||
740 | |||
741 | #data | ||
742 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
743 | <ul> | ||
744 | <li><p>XXX</p>YYY</li> | ||
745 | </ul> | ||
746 | </body> | ||
747 | #errors | ||
748 | /body/ul/li/p;element not allowed | ||
749 | |||
750 | #data | ||
751 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
752 | <ol> | ||
753 | <li></li> | ||
754 | </ol> | ||
755 | </body> | ||
756 | #errors | ||
757 | |||
758 | #data | ||
759 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
760 | <ol> | ||
761 | <li> </li> | ||
762 | </ol> | ||
763 | </body> | ||
764 | #errors | ||
765 | |||
766 | #data | ||
767 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
768 | <ol> | ||
769 | <li>XXX</li> | ||
770 | </ol> | ||
771 | </body> | ||
772 | #errors | ||
773 | |||
774 | #data | ||
775 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
776 | <ol> | ||
777 | <li><p>XXX</p></li> | ||
778 | </ol> | ||
779 | </body> | ||
780 | #errors | ||
781 | |||
782 | #data | ||
783 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
784 | <ol> | ||
785 | <li>XXX<p>YYY</p></li> | ||
786 | </ol> | ||
787 | </body> | ||
788 | #errors | ||
789 | /body/ol/li/p;element not allowed | ||
790 | |||
791 | #data | ||
792 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
793 | <ol> | ||
794 | <li><p>XXX</p>YYY</li> | ||
795 | </ol> | ||
796 | </body> | ||
797 | #errors | ||
798 | /body/ol/li/p;element not allowed | ||
799 | |||
800 | #data | ||
801 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
802 | <menu> | ||
803 | <li></li> | ||
804 | </menu> | ||
805 | </body> | ||
806 | #errors | ||
807 | |||
808 | #data | ||
809 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
810 | <menu> | ||
811 | <li> </li> | ||
812 | </menu> | ||
813 | </body> | ||
814 | #errors | ||
815 | |||
816 | #data | ||
817 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
818 | <menu> | ||
819 | <li>XXX</li> | ||
820 | </menu> | ||
821 | </body> | ||
822 | #errors | ||
823 | |||
824 | #data | ||
825 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
826 | <menu> | ||
827 | <li><p>XXX</p></li> | ||
828 | </menu> | ||
829 | </body> | ||
830 | #errors | ||
831 | /body/menu/li/p;element not allowed | ||
832 | |||
833 | #data | ||
834 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
835 | <menu> | ||
836 | <li>XXX<p>YYY</p></li> | ||
837 | </menu> | ||
838 | </body> | ||
839 | #errors | ||
840 | /body/menu/li/p;element not allowed | ||
841 | |||
842 | #data | ||
843 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
844 | <menu> | ||
845 | <li><p>XXX</p>YYY</li> | ||
846 | </menu> | ||
847 | </body> | ||
848 | #errors | ||
849 | /body/menu/li/p;element not allowed | ||
850 | |||
851 | #data | ||
852 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
853 | <ul> | ||
854 | <li></li> | ||
855 | </ul> | ||
856 | </div> | ||
857 | #errors | ||
858 | |||
859 | #data | ||
860 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
861 | <ul> | ||
862 | <li> </li> | ||
863 | </ul> | ||
864 | </div> | ||
865 | #errors | ||
866 | |||
867 | #data | ||
868 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
869 | <ul> | ||
870 | <li>XXX</li> | ||
871 | </ul> | ||
872 | </div> | ||
873 | #errors | ||
874 | |||
875 | #data | ||
876 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
877 | <ul> | ||
878 | <li><p>XXX</p></li> | ||
879 | </ul> | ||
880 | </div> | ||
881 | #errors | ||
882 | |||
883 | #data | ||
884 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
885 | <ul> | ||
886 | <li>XXX<p>YYY</p></li> | ||
887 | </ul> | ||
888 | </div> | ||
889 | #errors | ||
890 | /div/ul/li/p;element not allowed | ||
891 | |||
892 | #data | ||
893 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
894 | <ul> | ||
895 | <li><p>XXX</p>YYY</li> | ||
896 | </ul> | ||
897 | </div> | ||
898 | #errors | ||
899 | /div/ul/li/p;element not allowed | ||
900 | |||
901 | #data | ||
902 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
903 | <ol> | ||
904 | <li></li> | ||
905 | </ol> | ||
906 | </div> | ||
907 | #errors | ||
908 | |||
909 | #data | ||
910 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
911 | <ol> | ||
912 | <li> </li> | ||
913 | </ol> | ||
914 | </div> | ||
915 | #errors | ||
916 | |||
917 | #data | ||
918 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
919 | <ol> | ||
920 | <li>XXX</li> | ||
921 | </ol> | ||
922 | </div> | ||
923 | #errors | ||
924 | |||
925 | #data | ||
926 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
927 | <ol> | ||
928 | <li><p>XXX</p></li> | ||
929 | </ol> | ||
930 | </div> | ||
931 | #errors | ||
932 | |||
933 | #data | ||
934 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
935 | <ol> | ||
936 | <li>XXX<p>YYY</p></li> | ||
937 | </ol> | ||
938 | </div> | ||
939 | #errors | ||
940 | /div/ol/li/p;element not allowed | ||
941 | |||
942 | #data | ||
943 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
944 | <ol> | ||
945 | <li><p>XXX</p>YYY</li> | ||
946 | </ol> | ||
947 | </div> | ||
948 | #errors | ||
949 | /div/ol/li/p;element not allowed | ||
950 | |||
951 | #data | ||
952 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
953 | <menu> | ||
954 | <li></li> | ||
955 | </menu> | ||
956 | </div> | ||
957 | #errors | ||
958 | |||
959 | #data | ||
960 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
961 | <menu> | ||
962 | <li> </li> | ||
963 | </menu> | ||
964 | </div> | ||
965 | #errors | ||
966 | |||
967 | #data | ||
968 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
969 | <menu> | ||
970 | <li>XXX</li> | ||
971 | </menu> | ||
972 | </div> | ||
973 | #errors | ||
974 | |||
975 | #data | ||
976 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
977 | <menu> | ||
978 | <li><p>XXX</p></li> | ||
979 | </menu> | ||
980 | </div> | ||
981 | #errors | ||
982 | /div/menu/li/p;element not allowed | ||
983 | |||
984 | #data | ||
985 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
986 | <menu> | ||
987 | <li>XXX<p>YYY</p></li> | ||
988 | </menu> | ||
989 | </div> | ||
990 | #errors | ||
991 | /div/menu/li/p;element not allowed | ||
992 | |||
993 | #data | ||
994 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
995 | <menu> | ||
996 | <li><p>XXX</p>YYY</li> | ||
997 | </menu> | ||
998 | </div> | ||
999 | #errors | ||
1000 | /div/menu/li/p;element not allowed | ||
1001 | |||
1002 | #data | ||
1003 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1004 | <p/> | ||
1005 | <ul> | ||
1006 | <li></li> | ||
1007 | </ul> | ||
1008 | </div> | ||
1009 | #errors | ||
1010 | |||
1011 | #data | ||
1012 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1013 | <p/> | ||
1014 | <ul> | ||
1015 | <li> </li> | ||
1016 | </ul> | ||
1017 | </div> | ||
1018 | #errors | ||
1019 | |||
1020 | #data | ||
1021 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1022 | <p/> | ||
1023 | <ul> | ||
1024 | <li>XXX</li> | ||
1025 | </ul> | ||
1026 | </div> | ||
1027 | #errors | ||
1028 | |||
1029 | #data | ||
1030 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1031 | <p/> | ||
1032 | <ul> | ||
1033 | <li><p>XXX</p></li> | ||
1034 | </ul> | ||
1035 | </div> | ||
1036 | #errors | ||
1037 | |||
1038 | #data | ||
1039 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1040 | <p/> | ||
1041 | <ul> | ||
1042 | <li>XXX<p>YYY</p></li> | ||
1043 | </ul> | ||
1044 | </div> | ||
1045 | #errors | ||
1046 | /div/ul/li/p;element not allowed | ||
1047 | |||
1048 | #data | ||
1049 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1050 | <p/> | ||
1051 | <ul> | ||
1052 | <li><p>XXX</p>YYY</li> | ||
1053 | </ul> | ||
1054 | </div> | ||
1055 | #errors | ||
1056 | /div/ul/li/p;element not allowed | ||
1057 | |||
1058 | #data | ||
1059 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1060 | <p/> | ||
1061 | <ol> | ||
1062 | <li></li> | ||
1063 | </ol> | ||
1064 | </div> | ||
1065 | #errors | ||
1066 | |||
1067 | #data | ||
1068 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1069 | <p/> | ||
1070 | <ol> | ||
1071 | <li> </li> | ||
1072 | </ol> | ||
1073 | </div> | ||
1074 | #errors | ||
1075 | |||
1076 | #data | ||
1077 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1078 | <p/> | ||
1079 | <ol> | ||
1080 | <li>XXX</li> | ||
1081 | </ol> | ||
1082 | </div> | ||
1083 | #errors | ||
1084 | |||
1085 | #data | ||
1086 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1087 | <p/> | ||
1088 | <ol> | ||
1089 | <li><p>XXX</p></li> | ||
1090 | </ol> | ||
1091 | </div> | ||
1092 | #errors | ||
1093 | |||
1094 | #data | ||
1095 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1096 | <p/> | ||
1097 | <ol> | ||
1098 | <li>XXX<p>YYY</p></li> | ||
1099 | </ol> | ||
1100 | </div> | ||
1101 | #errors | ||
1102 | /div/ol/li/p;element not allowed | ||
1103 | |||
1104 | #data | ||
1105 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1106 | <p/> | ||
1107 | <ol> | ||
1108 | <li><p>XXX</p>YYY</li> | ||
1109 | </ol> | ||
1110 | </div> | ||
1111 | #errors | ||
1112 | /div/ol/li/p;element not allowed | ||
1113 | |||
1114 | #data | ||
1115 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1116 | <p/> | ||
1117 | <menu> | ||
1118 | <li></li> | ||
1119 | </menu> | ||
1120 | </div> | ||
1121 | #errors | ||
1122 | |||
1123 | #data | ||
1124 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1125 | <p/> | ||
1126 | <menu> | ||
1127 | <li> </li> | ||
1128 | </menu> | ||
1129 | </div> | ||
1130 | #errors | ||
1131 | |||
1132 | #data | ||
1133 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1134 | <p/> | ||
1135 | <menu> | ||
1136 | <li>XXX</li> | ||
1137 | </menu> | ||
1138 | </div> | ||
1139 | #errors | ||
1140 | |||
1141 | #data | ||
1142 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1143 | <p/> | ||
1144 | <menu> | ||
1145 | <li><p>XXX</p></li> | ||
1146 | </menu> | ||
1147 | </div> | ||
1148 | #errors | ||
1149 | /div/menu/li/p;element not allowed | ||
1150 | |||
1151 | #data | ||
1152 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1153 | <p/> | ||
1154 | <menu> | ||
1155 | <li>XXX<p>YYY</p></li> | ||
1156 | </menu> | ||
1157 | </div> | ||
1158 | #errors | ||
1159 | /div/menu/li/p;element not allowed | ||
1160 | |||
1161 | #data | ||
1162 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1163 | <p/> | ||
1164 | <menu> | ||
1165 | <li><p>XXX</p>YYY</li> | ||
1166 | </menu> | ||
1167 | </div> | ||
1168 | #errors | ||
1169 | /div/menu/li/p;element not allowed | ||
1170 | |||
1171 | #data | ||
1172 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1173 | <ul> | ||
1174 | <li></li> | ||
1175 | </ul> | ||
1176 | <p/> | ||
1177 | </div> | ||
1178 | #errors | ||
1179 | |||
1180 | #data | ||
1181 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1182 | <ul> | ||
1183 | <li> </li> | ||
1184 | </ul> | ||
1185 | <p/> | ||
1186 | </div> | ||
1187 | #errors | ||
1188 | |||
1189 | #data | ||
1190 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1191 | <ul> | ||
1192 | <li>XXX</li> | ||
1193 | </ul> | ||
1194 | <p/> | ||
1195 | </div> | ||
1196 | #errors | ||
1197 | |||
1198 | #data | ||
1199 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1200 | <ul> | ||
1201 | <li><p>XXX</p></li> | ||
1202 | </ul> | ||
1203 | <p/> | ||
1204 | </div> | ||
1205 | #errors | ||
1206 | |||
1207 | #data | ||
1208 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1209 | <ul> | ||
1210 | <li>XXX<p>YYY</p></li> | ||
1211 | </ul> | ||
1212 | <p/> | ||
1213 | </div> | ||
1214 | #errors | ||
1215 | /div/ul/li/p;element not allowed | ||
1216 | |||
1217 | #data | ||
1218 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1219 | <ul> | ||
1220 | <li><p>XXX</p>YYY</li> | ||
1221 | </ul> | ||
1222 | <p/> | ||
1223 | </div> | ||
1224 | #errors | ||
1225 | /div/ul/li/p;element not allowed | ||
1226 | |||
1227 | #data | ||
1228 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1229 | <ol> | ||
1230 | <li></li> | ||
1231 | </ol> | ||
1232 | <p/> | ||
1233 | </div> | ||
1234 | #errors | ||
1235 | |||
1236 | #data | ||
1237 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1238 | <ol> | ||
1239 | <li> </li> | ||
1240 | </ol> | ||
1241 | <p/> | ||
1242 | </div> | ||
1243 | #errors | ||
1244 | |||
1245 | #data | ||
1246 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1247 | <ol> | ||
1248 | <li>XXX</li> | ||
1249 | </ol> | ||
1250 | <p/> | ||
1251 | </div> | ||
1252 | #errors | ||
1253 | |||
1254 | #data | ||
1255 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1256 | <ol> | ||
1257 | <li><p>XXX</p></li> | ||
1258 | </ol> | ||
1259 | <p/> | ||
1260 | </div> | ||
1261 | #errors | ||
1262 | |||
1263 | #data | ||
1264 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1265 | <ol> | ||
1266 | <li>XXX<p>YYY</p></li> | ||
1267 | </ol> | ||
1268 | <p/> | ||
1269 | </div> | ||
1270 | #errors | ||
1271 | /div/ol/li/p;element not allowed | ||
1272 | |||
1273 | #data | ||
1274 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1275 | <ol> | ||
1276 | <li><p>XXX</p>YYY</li> | ||
1277 | </ol> | ||
1278 | <p/> | ||
1279 | </div> | ||
1280 | #errors | ||
1281 | /div/ol/li/p;element not allowed | ||
1282 | |||
1283 | #data | ||
1284 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1285 | <menu> | ||
1286 | <li></li> | ||
1287 | </menu> | ||
1288 | <p/> | ||
1289 | </div> | ||
1290 | #errors | ||
1291 | |||
1292 | #data | ||
1293 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1294 | <menu> | ||
1295 | <li> </li> | ||
1296 | </menu> | ||
1297 | <p/> | ||
1298 | </div> | ||
1299 | #errors | ||
1300 | |||
1301 | #data | ||
1302 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1303 | <menu> | ||
1304 | <li>XXX</li> | ||
1305 | </menu> | ||
1306 | <p/> | ||
1307 | </div> | ||
1308 | #errors | ||
1309 | |||
1310 | #data | ||
1311 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1312 | <menu> | ||
1313 | <li><p>XXX</p></li> | ||
1314 | </menu> | ||
1315 | <p/> | ||
1316 | </div> | ||
1317 | #errors | ||
1318 | /div/menu/li/p;element not allowed | ||
1319 | |||
1320 | #data | ||
1321 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1322 | <menu> | ||
1323 | <li>XXX<p>YYY</p></li> | ||
1324 | </menu> | ||
1325 | <p/> | ||
1326 | </div> | ||
1327 | #errors | ||
1328 | /div/menu/li/p;element not allowed | ||
1329 | |||
1330 | #data | ||
1331 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1332 | <menu> | ||
1333 | <li><p>XXX</p>YYY</li> | ||
1334 | </menu> | ||
1335 | <p/> | ||
1336 | </div> | ||
1337 | #errors | ||
1338 | /div/menu/li/p;element not allowed | ||
1339 | |||
1340 | #data | ||
1341 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1342 | aaa | ||
1343 | <ul> | ||
1344 | <li></li> | ||
1345 | </ul> | ||
1346 | </div> | ||
1347 | #errors | ||
1348 | |||
1349 | #data | ||
1350 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1351 | aaa | ||
1352 | <ul> | ||
1353 | <li> </li> | ||
1354 | </ul> | ||
1355 | </div> | ||
1356 | #errors | ||
1357 | |||
1358 | #data | ||
1359 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1360 | aaa | ||
1361 | <ul> | ||
1362 | <li>XXX</li> | ||
1363 | </ul> | ||
1364 | </div> | ||
1365 | #errors | ||
1366 | |||
1367 | #data | ||
1368 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1369 | aaa | ||
1370 | <ul> | ||
1371 | <li><p>XXX</p></li> | ||
1372 | </ul> | ||
1373 | </div> | ||
1374 | #errors | ||
1375 | /div/ul/li/p;element not allowed | ||
1376 | |||
1377 | #data | ||
1378 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1379 | aaa | ||
1380 | <ul> | ||
1381 | <li>XXX<p>YYY</p></li> | ||
1382 | </ul> | ||
1383 | </div> | ||
1384 | #errors | ||
1385 | /div/ul/li/p;element not allowed | ||
1386 | |||
1387 | #data | ||
1388 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1389 | aaa | ||
1390 | <ul> | ||
1391 | <li><p>XXX</p>YYY</li> | ||
1392 | </ul> | ||
1393 | </div> | ||
1394 | #errors | ||
1395 | /div/ul/li/p;element not allowed | ||
1396 | |||
1397 | #data | ||
1398 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1399 | aaa | ||
1400 | <ol> | ||
1401 | <li></li> | ||
1402 | </ol> | ||
1403 | </div> | ||
1404 | #errors | ||
1405 | |||
1406 | #data | ||
1407 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1408 | aaa | ||
1409 | <ol> | ||
1410 | <li> </li> | ||
1411 | </ol> | ||
1412 | </div> | ||
1413 | #errors | ||
1414 | |||
1415 | #data | ||
1416 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1417 | aaa | ||
1418 | <ol> | ||
1419 | <li>XXX</li> | ||
1420 | </ol> | ||
1421 | </div> | ||
1422 | #errors | ||
1423 | |||
1424 | #data | ||
1425 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1426 | aaa | ||
1427 | <ol> | ||
1428 | <li><p>XXX</p></li> | ||
1429 | </ol> | ||
1430 | </div> | ||
1431 | #errors | ||
1432 | /div/ol/li/p;element not allowed | ||
1433 | |||
1434 | #data | ||
1435 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1436 | aaa | ||
1437 | <ol> | ||
1438 | <li>XXX<p>YYY</p></li> | ||
1439 | </ol> | ||
1440 | </div> | ||
1441 | #errors | ||
1442 | /div/ol/li/p;element not allowed | ||
1443 | |||
1444 | #data | ||
1445 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1446 | aaa | ||
1447 | <ol> | ||
1448 | <li><p>XXX</p>YYY</li> | ||
1449 | </ol> | ||
1450 | </div> | ||
1451 | #errors | ||
1452 | /div/ol/li/p;element not allowed | ||
1453 | |||
1454 | #data | ||
1455 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1456 | aaa | ||
1457 | <menu> | ||
1458 | <li></li> | ||
1459 | </menu> | ||
1460 | </div> | ||
1461 | #errors | ||
1462 | |||
1463 | #data | ||
1464 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1465 | aaa | ||
1466 | <menu> | ||
1467 | <li> </li> | ||
1468 | </menu> | ||
1469 | </div> | ||
1470 | #errors | ||
1471 | |||
1472 | #data | ||
1473 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1474 | aaa | ||
1475 | <menu> | ||
1476 | <li>XXX</li> | ||
1477 | </menu> | ||
1478 | </div> | ||
1479 | #errors | ||
1480 | |||
1481 | #data | ||
1482 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1483 | aaa | ||
1484 | <menu> | ||
1485 | <li><p>XXX</p></li> | ||
1486 | </menu> | ||
1487 | </div> | ||
1488 | #errors | ||
1489 | /div/menu/li/p;element not allowed | ||
1490 | |||
1491 | #data | ||
1492 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1493 | aaa | ||
1494 | <menu> | ||
1495 | <li>XXX<p>YYY</p></li> | ||
1496 | </menu> | ||
1497 | </div> | ||
1498 | #errors | ||
1499 | /div/menu/li/p;element not allowed | ||
1500 | |||
1501 | #data | ||
1502 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1503 | aaa | ||
1504 | <menu> | ||
1505 | <li><p>XXX</p>YYY</li> | ||
1506 | </menu> | ||
1507 | </div> | ||
1508 | #errors | ||
1509 | /div/menu/li/p;element not allowed | ||
1510 | |||
1511 | #data | ||
1512 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1513 | <ul> | ||
1514 | <li></li> | ||
1515 | </ul> | ||
1516 | aaa | ||
1517 | </div> | ||
1518 | #errors | ||
1519 | |||
1520 | #data | ||
1521 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1522 | <ul> | ||
1523 | <li> </li> | ||
1524 | </ul> | ||
1525 | aaa | ||
1526 | </div> | ||
1527 | #errors | ||
1528 | |||
1529 | #data | ||
1530 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1531 | <ul> | ||
1532 | <li>XXX</li> | ||
1533 | </ul> | ||
1534 | aaa | ||
1535 | </div> | ||
1536 | #errors | ||
1537 | |||
1538 | #data | ||
1539 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1540 | <ul> | ||
1541 | <li><p>XXX</p></li> | ||
1542 | </ul> | ||
1543 | aaa | ||
1544 | </div> | ||
1545 | #errors | ||
1546 | /div/ul/li/p;element not allowed | ||
1547 | |||
1548 | #data | ||
1549 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1550 | <ul> | ||
1551 | <li>XXX<p>YYY</p></li> | ||
1552 | </ul> | ||
1553 | aaa | ||
1554 | </div> | ||
1555 | #errors | ||
1556 | /div/ul/li/p;element not allowed | ||
1557 | |||
1558 | #data | ||
1559 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1560 | <ul> | ||
1561 | <li><p>XXX</p>YYY</li> | ||
1562 | </ul> | ||
1563 | aaa | ||
1564 | </div> | ||
1565 | #errors | ||
1566 | /div/ul/li/p;element not allowed | ||
1567 | |||
1568 | #data | ||
1569 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1570 | <ol> | ||
1571 | <li></li> | ||
1572 | </ol> | ||
1573 | aaa | ||
1574 | </div> | ||
1575 | #errors | ||
1576 | |||
1577 | #data | ||
1578 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1579 | <ol> | ||
1580 | <li> </li> | ||
1581 | </ol> | ||
1582 | aaa | ||
1583 | </div> | ||
1584 | #errors | ||
1585 | |||
1586 | #data | ||
1587 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1588 | <ol> | ||
1589 | <li>XXX</li> | ||
1590 | </ol> | ||
1591 | aaa | ||
1592 | </div> | ||
1593 | #errors | ||
1594 | |||
1595 | #data | ||
1596 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1597 | <ol> | ||
1598 | <li><p>XXX</p></li> | ||
1599 | </ol> | ||
1600 | aaa | ||
1601 | </div> | ||
1602 | #errors | ||
1603 | /div/ol/li/p;element not allowed | ||
1604 | |||
1605 | #data | ||
1606 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1607 | <ol> | ||
1608 | <li>XXX<p>YYY</p></li> | ||
1609 | </ol> | ||
1610 | aaa | ||
1611 | </div> | ||
1612 | #errors | ||
1613 | /div/ol/li/p;element not allowed | ||
1614 | |||
1615 | #data | ||
1616 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1617 | <ol> | ||
1618 | <li><p>XXX</p>YYY</li> | ||
1619 | </ol> | ||
1620 | aaa | ||
1621 | </div> | ||
1622 | #errors | ||
1623 | /div/ol/li/p;element not allowed | ||
1624 | |||
1625 | #data | ||
1626 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1627 | <menu> | ||
1628 | <li></li> | ||
1629 | </menu> | ||
1630 | aaa | ||
1631 | </div> | ||
1632 | #errors | ||
1633 | |||
1634 | #data | ||
1635 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1636 | <menu> | ||
1637 | <li> </li> | ||
1638 | </menu> | ||
1639 | aaa | ||
1640 | </div> | ||
1641 | #errors | ||
1642 | |||
1643 | #data | ||
1644 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1645 | <menu> | ||
1646 | <li>XXX</li> | ||
1647 | </menu> | ||
1648 | aaa | ||
1649 | </div> | ||
1650 | #errors | ||
1651 | |||
1652 | #data | ||
1653 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1654 | <menu> | ||
1655 | <li><p>XXX</p></li> | ||
1656 | </menu> | ||
1657 | aaa | ||
1658 | </div> | ||
1659 | #errors | ||
1660 | /div/menu/li/p;element not allowed | ||
1661 | |||
1662 | #data | ||
1663 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1664 | <menu> | ||
1665 | <li>XXX<p>YYY</p></li> | ||
1666 | </menu> | ||
1667 | aaa | ||
1668 | </div> | ||
1669 | #errors | ||
1670 | /div/menu/li/p;element not allowed | ||
1671 | |||
1672 | #data | ||
1673 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1674 | <menu> | ||
1675 | <li><p>XXX</p>YYY</li> | ||
1676 | </menu> | ||
1677 | aaa | ||
1678 | </div> | ||
1679 | #errors | ||
1680 | /div/menu/li/p;element not allowed | ||
1681 | |||
1682 | #data | ||
1683 | <dd xmlns="http://www.w3.org/1999/xhtml"></dd> | ||
1684 | #errors | ||
1685 | |||
1686 | #data | ||
1687 | <dd xmlns="http://www.w3.org/1999/xhtml"> </dd> | ||
1688 | #errors | ||
1689 | |||
1690 | #data | ||
1691 | <dd xmlns="http://www.w3.org/1999/xhtml">XXX</dd> | ||
1692 | #errors | ||
1693 | |||
1694 | #data | ||
1695 | <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p></dd> | ||
1696 | #errors | ||
1697 | |||
1698 | #data | ||
1699 | <dd xmlns="http://www.w3.org/1999/xhtml"><p>XXX</p>YYY</dd> | ||
1700 | #errors | ||
1701 | /dd/p;element not allowed | ||
1702 | |||
1703 | #data | ||
1704 | <dd xmlns="http://www.w3.org/1999/xhtml">XXX<p>YYY</p></dd> | ||
1705 | #errors | ||
1706 | /dd/p;element not allowed | ||
1707 | |||
1708 | #data | ||
1709 | wakaba | 1.4 | <body xmlns="http://www.w3.org/1999/xhtml"> |
1710 | <dl> | ||
1711 | <dt>XXX</dt> | ||
1712 | <dd></dd> | ||
1713 | </dl> | ||
1714 | </body> | ||
1715 | #errors | ||
1716 | |||
1717 | #data | ||
1718 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
1719 | <dl> | ||
1720 | <dt>XXX</dt> | ||
1721 | <dd> </dd> | ||
1722 | </dl> | ||
1723 | </body> | ||
1724 | #errors | ||
1725 | |||
1726 | #data | ||
1727 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
1728 | <dl> | ||
1729 | <dt>XXX</dt> | ||
1730 | <dd>YYY</dd> | ||
1731 | </dl> | ||
1732 | </body> | ||
1733 | #errors | ||
1734 | |||
1735 | #data | ||
1736 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
1737 | <dl> | ||
1738 | <dt>XXX</dt> | ||
1739 | <dd><p>YYY</p></dd> | ||
1740 | </dl> | ||
1741 | </body> | ||
1742 | #errors | ||
1743 | |||
1744 | #data | ||
1745 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
1746 | <dl> | ||
1747 | <dt>XXX</dt> | ||
1748 | <dd>YYY<p>ZZZ</p></dd> | ||
1749 | </dl> | ||
1750 | </body> | ||
1751 | #errors | ||
1752 | /body/dl/dd/p;element not allowed | ||
1753 | |||
1754 | #data | ||
1755 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
1756 | <dl> | ||
1757 | <dt>XXX</dt> | ||
1758 | <dd><p>YYY</p>ZZZ</dd> | ||
1759 | </dl> | ||
1760 | </body> | ||
1761 | #errors | ||
1762 | /body/dl/dd/p;element not allowed | ||
1763 | |||
1764 | #data | ||
1765 | <dl xmlns="http://www.w3.org/1999/xhtml"> | ||
1766 | <dt>XXX</dt> | ||
1767 | <dd></dd> | ||
1768 | </dl> | ||
1769 | #errors | ||
1770 | |||
1771 | #data | ||
1772 | <dl xmlns="http://www.w3.org/1999/xhtml"> | ||
1773 | <dt>XXX</dt> | ||
1774 | <dd> </dd> | ||
1775 | </dl> | ||
1776 | #errors | ||
1777 | |||
1778 | #data | ||
1779 | <dl xmlns="http://www.w3.org/1999/xhtml"> | ||
1780 | <dt>XXX</dt> | ||
1781 | <dd>YYY</dd> | ||
1782 | </dl> | ||
1783 | #errors | ||
1784 | |||
1785 | #data | ||
1786 | <dl xmlns="http://www.w3.org/1999/xhtml"> | ||
1787 | <dt>XXX</dt> | ||
1788 | <dd><p>YYY</p></dd> | ||
1789 | </dl> | ||
1790 | #errors | ||
1791 | |||
1792 | #data | ||
1793 | <dl xmlns="http://www.w3.org/1999/xhtml"> | ||
1794 | <dt>XXX</dt> | ||
1795 | <dd>YYY<p>ZZZ</p></dd> | ||
1796 | </dl> | ||
1797 | #errors | ||
1798 | /dl/dd/p;element not allowed | ||
1799 | |||
1800 | #data | ||
1801 | <dl xmlns="http://www.w3.org/1999/xhtml"> | ||
1802 | <dt>XXX</dt> | ||
1803 | <dd><p>YYY</p>ZZZ</dd> | ||
1804 | </dl> | ||
1805 | #errors | ||
1806 | /dl/dd/p;element not allowed | ||
1807 | |||
1808 | #data | ||
1809 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
1810 | <dl> | ||
1811 | <dt>XXX</dt> | ||
1812 | <dd></dd> | ||
1813 | </dl> | ||
1814 | </p> | ||
1815 | #errors | ||
1816 | |||
1817 | #data | ||
1818 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
1819 | <dl> | ||
1820 | <dt>XXX</dt> | ||
1821 | <dd> </dd> | ||
1822 | </dl> | ||
1823 | </p> | ||
1824 | #errors | ||
1825 | |||
1826 | #data | ||
1827 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
1828 | <dl> | ||
1829 | <dt>XXX</dt> | ||
1830 | <dd>YYY</dd> | ||
1831 | </dl> | ||
1832 | </p> | ||
1833 | #errors | ||
1834 | |||
1835 | #data | ||
1836 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
1837 | <dl> | ||
1838 | <dt>XXX</dt> | ||
1839 | <dd><p>YYY</p></dd> | ||
1840 | </dl> | ||
1841 | </p> | ||
1842 | #errors | ||
1843 | /p/dl/dd/p;element not allowed | ||
1844 | |||
1845 | #data | ||
1846 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
1847 | <dl> | ||
1848 | <dt>XXX</dt> | ||
1849 | <dd>YYY<p>ZZZ</p></dd> | ||
1850 | </dl> | ||
1851 | </p> | ||
1852 | #errors | ||
1853 | /p/dl/dd/p;element not allowed | ||
1854 | |||
1855 | #data | ||
1856 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1857 | <p/> | ||
1858 | <dl> | ||
1859 | <dt>XXX</dt> | ||
1860 | <dd></dd> | ||
1861 | </dl> | ||
1862 | </div> | ||
1863 | #errors | ||
1864 | |||
1865 | #data | ||
1866 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1867 | <p/> | ||
1868 | <dl> | ||
1869 | <dt>XXX</dt> | ||
1870 | <dd> </dd> | ||
1871 | </dl> | ||
1872 | </div> | ||
1873 | #errors | ||
1874 | |||
1875 | #data | ||
1876 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1877 | <p/> | ||
1878 | <dl> | ||
1879 | <dt>XXX</dt> | ||
1880 | <dd>YYY</dd> | ||
1881 | </dl> | ||
1882 | </div> | ||
1883 | #errors | ||
1884 | |||
1885 | #data | ||
1886 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1887 | <p/> | ||
1888 | <dl> | ||
1889 | <dt>XXX</dt> | ||
1890 | <dd><p>YYY</p></dd> | ||
1891 | </dl> | ||
1892 | </div> | ||
1893 | #errors | ||
1894 | |||
1895 | #data | ||
1896 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1897 | <p/> | ||
1898 | <dl> | ||
1899 | <dt>XXX</dt> | ||
1900 | <dd>YYY<p>ZZZ</p></dd> | ||
1901 | </dl> | ||
1902 | </div> | ||
1903 | #errors | ||
1904 | /div/dl/dd/p;element not allowed | ||
1905 | |||
1906 | #data | ||
1907 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1908 | <dl> | ||
1909 | <dt>XXX</dt> | ||
1910 | <dd></dd> | ||
1911 | </dl> | ||
1912 | <p/> | ||
1913 | </div> | ||
1914 | #errors | ||
1915 | |||
1916 | #data | ||
1917 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1918 | <dl> | ||
1919 | <dt>XXX</dt> | ||
1920 | <dd> </dd> | ||
1921 | </dl> | ||
1922 | <p/> | ||
1923 | </div> | ||
1924 | #errors | ||
1925 | |||
1926 | #data | ||
1927 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1928 | <dl> | ||
1929 | <dt>XXX</dt> | ||
1930 | <dd>YYY</dd> | ||
1931 | </dl> | ||
1932 | <p/> | ||
1933 | </div> | ||
1934 | #errors | ||
1935 | |||
1936 | #data | ||
1937 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1938 | <dl> | ||
1939 | <dt>XXX</dt> | ||
1940 | <dd><p>YYY</p></dd> | ||
1941 | </dl> | ||
1942 | <p/> | ||
1943 | </div> | ||
1944 | #errors | ||
1945 | |||
1946 | #data | ||
1947 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1948 | <dl> | ||
1949 | <dt>XXX</dt> | ||
1950 | <dd><p>YYY</p>ZZZ</dd> | ||
1951 | </dl> | ||
1952 | <p/> | ||
1953 | </div> | ||
1954 | #errors | ||
1955 | /div/dl/dd/p;element not allowed | ||
1956 | |||
1957 | #data | ||
1958 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1959 | <dl> | ||
1960 | <dt>XXX</dt> | ||
1961 | <dd>YYY<p>ZZZ</p></dd> | ||
1962 | </dl> | ||
1963 | <p/> | ||
1964 | </div> | ||
1965 | #errors | ||
1966 | /div/dl/dd/p;element not allowed | ||
1967 | |||
1968 | #data | ||
1969 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1970 | aaa | ||
1971 | <dl> | ||
1972 | <dt>XXX</dt> | ||
1973 | <dd></dd> | ||
1974 | </dl> | ||
1975 | </div> | ||
1976 | #errors | ||
1977 | |||
1978 | #data | ||
1979 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1980 | aaa | ||
1981 | <dl> | ||
1982 | <dt>XXX</dt> | ||
1983 | <dd> </dd> | ||
1984 | </dl> | ||
1985 | </div> | ||
1986 | #errors | ||
1987 | |||
1988 | #data | ||
1989 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
1990 | aaa | ||
1991 | <dl> | ||
1992 | <dt>XXX</dt> | ||
1993 | <dd>YYY</dd> | ||
1994 | </dl> | ||
1995 | </div> | ||
1996 | #errors | ||
1997 | |||
1998 | #data | ||
1999 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
2000 | aaa | ||
2001 | <dl> | ||
2002 | <dt>XXX</dt> | ||
2003 | <dd><p>YYY</p></dd> | ||
2004 | </dl> | ||
2005 | </div> | ||
2006 | #errors | ||
2007 | /div/dl/dd/p;element not allowed | ||
2008 | |||
2009 | #data | ||
2010 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
2011 | aaa | ||
2012 | <dl> | ||
2013 | <dt>XXX</dt> | ||
2014 | <dd>YYY<p>ZZZ</p></dd> | ||
2015 | </dl> | ||
2016 | </div> | ||
2017 | #errors | ||
2018 | /div/dl/dd/p;element not allowed | ||
2019 | |||
2020 | #data | ||
2021 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
2022 | <dl> | ||
2023 | <dt>XXX</dt> | ||
2024 | <dd></dd> | ||
2025 | </dl> | ||
2026 | aaa | ||
2027 | </div> | ||
2028 | #errors | ||
2029 | |||
2030 | #data | ||
2031 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
2032 | <dl> | ||
2033 | <dt>XXX</dt> | ||
2034 | <dd> </dd> | ||
2035 | </dl> | ||
2036 | aaa | ||
2037 | </div> | ||
2038 | #errors | ||
2039 | |||
2040 | #data | ||
2041 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
2042 | <dl> | ||
2043 | <dt>XXX</dt> | ||
2044 | <dd>YYY</dd> | ||
2045 | </dl> | ||
2046 | aaa | ||
2047 | </div> | ||
2048 | #errors | ||
2049 | |||
2050 | #data | ||
2051 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
2052 | <dl> | ||
2053 | <dt>XXX</dt> | ||
2054 | <dd><p>YYY</p></dd> | ||
2055 | </dl> | ||
2056 | aaa | ||
2057 | </div> | ||
2058 | #errors | ||
2059 | /div/dl/dd/p;element not allowed | ||
2060 | |||
2061 | #data | ||
2062 | <div xmlns="http://www.w3.org/1999/xhtml"> | ||
2063 | <dl> | ||
2064 | <dt>XXX</dt> | ||
2065 | <dd>YYY<p>ZZZ</p></dd> | ||
2066 | </dl> | ||
2067 | aaa | ||
2068 | </div> | ||
2069 | #errors | ||
2070 | /div/dl/dd/p;element not allowed | ||
2071 | |||
2072 | #data | ||
2073 | <body xmlns="http://www.w3.org/1999/xhtml"> | ||
2074 | <dl> | ||
2075 | <dt>XXX</dt> | ||
2076 | <dd><p>YYY</p>ZZZ</dd> | ||
2077 | </dl> | ||
2078 | </body> | ||
2079 | #errors | ||
2080 | /body/dl/dd/p;element not allowed | ||
2081 | |||
2082 | #data | ||
2083 | <dialog xmlns="http://www.w3.org/1999/xhtml"> | ||
2084 | <dt>XXX</dt> | ||
2085 | <dd></dd> | ||
2086 | </dialog> | ||
2087 | #errors | ||
2088 | |||
2089 | #data | ||
2090 | <dialog xmlns="http://www.w3.org/1999/xhtml"> | ||
2091 | <dt>XXX</dt> | ||
2092 | <dd> </dd> | ||
2093 | </dialog> | ||
2094 | #errors | ||
2095 | |||
2096 | #data | ||
2097 | <dialog xmlns="http://www.w3.org/1999/xhtml"> | ||
2098 | <dt>XXX</dt> | ||
2099 | <dd>YYY</dd> | ||
2100 | </dialog> | ||
2101 | #errors | ||
2102 | |||
2103 | #data | ||
2104 | <dialog xmlns="http://www.w3.org/1999/xhtml"> | ||
2105 | <dt>XXX</dt> | ||
2106 | <dd><p>YYY</p></dd> | ||
2107 | </dialog> | ||
2108 | #errors | ||
2109 | |||
2110 | #data | ||
2111 | <dialog xmlns="http://www.w3.org/1999/xhtml"> | ||
2112 | <dt>XXX</dt> | ||
2113 | <dd>YYY<p>ZZZ</p></dd> | ||
2114 | </dialog> | ||
2115 | #errors | ||
2116 | /dialog/dd/p;element not allowed | ||
2117 | |||
2118 | #data | ||
2119 | <dialog xmlns="http://www.w3.org/1999/xhtml"> | ||
2120 | <dt>XXX</dt> | ||
2121 | <dd><p>YYY</p>ZZZ</dd> | ||
2122 | </dialog> | ||
2123 | #errors | ||
2124 | /dialog/dd/p;element not allowed | ||
2125 | |||
2126 | #data | ||
2127 | wakaba | 1.6 | <a xmlns="http://www.w3.org/1999/xhtml"></a> |
2128 | #errors | ||
2129 | |||
2130 | #data | ||
2131 | <a xmlns="http://www.w3.org/1999/xhtml"> </a> | ||
2132 | #errors | ||
2133 | |||
2134 | #data | ||
2135 | <a xmlns="http://www.w3.org/1999/xhtml">XXX</a> | ||
2136 | #errors | ||
2137 | |||
2138 | #data | ||
2139 | <a xmlns="http://www.w3.org/1999/xhtml"><em>XXX</em></a> | ||
2140 | #errors | ||
2141 | |||
2142 | #data | ||
2143 | <a xmlns="http://www.w3.org/1999/xhtml">XXX<em>YYY</em>ZZZ</a> | ||
2144 | #errors | ||
2145 | |||
2146 | #data | ||
2147 | <a xmlns="http://www.w3.org/1999/xhtml"><blockquote/></a> | ||
2148 | #errors | ||
2149 | |||
2150 | #data | ||
2151 | <a xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></a> | ||
2152 | #errors | ||
2153 | |||
2154 | #data | ||
2155 | <a xmlns="http://www.w3.org/1999/xhtml"><a>XXX</a></a> | ||
2156 | #errors | ||
2157 | /a/a;element not allowed | ||
2158 | |||
2159 | #data | ||
2160 | <a xmlns="http://www.w3.org/1999/xhtml">XXX<a>YYY</a></a> | ||
2161 | #errors | ||
2162 | /a/a;element not allowed | ||
2163 | |||
2164 | #data | ||
2165 | <a xmlns="http://www.w3.org/1999/xhtml"><em><a>XXX</a></em></a> | ||
2166 | #errors | ||
2167 | /a/em/a;element not allowed | ||
2168 | |||
2169 | #data | ||
2170 | <details xmlns="http://www.w3.org/1999/xhtml"> | ||
2171 | <legend/> | ||
2172 | <p><a/></p> | ||
2173 | </details> | ||
2174 | #errors | ||
2175 | /details/p/a;element not allowed | ||
2176 | |||
2177 | #data | ||
2178 | <details xmlns="http://www.w3.org/1999/xhtml"> | ||
2179 | <legend><a/></legend> | ||
2180 | </details> | ||
2181 | #errors | ||
2182 | /details/legend/a;element not allowed | ||
2183 | |||
2184 | #data | ||
2185 | <datagrid xmlns="http://www.w3.org/1999/xhtml"> | ||
2186 | <p><a/></p> | ||
2187 | </datagrid> | ||
2188 | #errors | ||
2189 | /datagrid/p/a;element not allowed | ||
2190 | |||
2191 | #data | ||
2192 | <a xmlns="http://www.w3.org/1999/xhtml"> | ||
2193 | <details> | ||
2194 | <legend/> | ||
2195 | </details> | ||
2196 | </a> | ||
2197 | #errors | ||
2198 | /a/details;element not allowed | ||
2199 | |||
2200 | #data | ||
2201 | <a xmlns="http://www.w3.org/1999/xhtml"> | ||
2202 | <span> | ||
2203 | <details><legend/></details> | ||
2204 | </span> | ||
2205 | </a> | ||
2206 | #errors | ||
2207 | /a/span/details;element not allowed | ||
2208 | |||
2209 | #data | ||
2210 | <a xmlns="http://www.w3.org/1999/xhtml"> | ||
2211 | <datagrid/> | ||
2212 | </a> | ||
2213 | #errors | ||
2214 | /a/datagrid;element not allowed | ||
2215 | |||
2216 | #data | ||
2217 | <a xmlns="http://www.w3.org/1999/xhtml"> | ||
2218 | <span><datagrid/></span> | ||
2219 | </a> | ||
2220 | #errors | ||
2221 | /a/span/datagrid;element not allowed | ||
2222 | |||
2223 | #data | ||
2224 | <em xmlns="http://www.w3.org/1999/xhtml"></em> | ||
2225 | #errors | ||
2226 | |||
2227 | #data | ||
2228 | <em xmlns="http://www.w3.org/1999/xhtml"> </em> | ||
2229 | #errors | ||
2230 | |||
2231 | #data | ||
2232 | <em xmlns="http://www.w3.org/1999/xhtml">XXX</em> | ||
2233 | #errors | ||
2234 | |||
2235 | #data | ||
2236 | <em xmlns="http://www.w3.org/1999/xhtml"><blockquote/></em> | ||
2237 | #errors | ||
2238 | |||
2239 | #data | ||
2240 | <em xmlns="http://www.w3.org/1999/xhtml">XXX<blockquote/></em> | ||
2241 | #errors | ||
2242 | |||
2243 | #data | ||
2244 | <em xmlns="http://www.w3.org/1999/xhtml"><p/></em> | ||
2245 | #errors | ||
2246 | /em/p;element not allowed | ||
2247 | |||
2248 | #data | ||
2249 | wakaba | 1.4 | <code xmlns="http://www.w3.org/1999/xhtml"> |
2250 | <em></em> | ||
2251 | </code> | ||
2252 | #errors | ||
2253 | |||
2254 | #data | ||
2255 | <code xmlns="http://www.w3.org/1999/xhtml"> | ||
2256 | <em> </em> | ||
2257 | </code> | ||
2258 | #errors | ||
2259 | |||
2260 | #data | ||
2261 | <code xmlns="http://www.w3.org/1999/xhtml"> | ||
2262 | <em>XXX</em> | ||
2263 | </code> | ||
2264 | #errors | ||
2265 | |||
2266 | #data | ||
2267 | <code xmlns="http://www.w3.org/1999/xhtml"> | ||
2268 | <em>XXX<b/></em> | ||
2269 | </code> | ||
2270 | #errors | ||
2271 | |||
2272 | #data | ||
2273 | <code xmlns="http://www.w3.org/1999/xhtml"> | ||
2274 | <em>XXX<blockquote/></em> | ||
2275 | </code> | ||
2276 | #errors | ||
2277 | /code/em/blockquote;element not allowed | ||
2278 | |||
2279 | #data | ||
2280 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2281 | <em></em> | ||
2282 | </p> | ||
2283 | #errors | ||
2284 | |||
2285 | #data | ||
2286 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2287 | <em> </em> | ||
2288 | </p> | ||
2289 | #errors | ||
2290 | |||
2291 | #data | ||
2292 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2293 | <em>XXX</em> | ||
2294 | </p> | ||
2295 | #errors | ||
2296 | |||
2297 | #data | ||
2298 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2299 | <em>XXX<b>YYY</b></em> | ||
2300 | </p> | ||
2301 | #errors | ||
2302 | |||
2303 | #data | ||
2304 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2305 | <em>XXX<blockquote/></em> | ||
2306 | </p> | ||
2307 | #errors | ||
2308 | |||
2309 | #data | ||
2310 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2311 | @@ TODO: strong, small, m | ||
2312 | </p> | ||
2313 | #errors | ||
2314 | |||
2315 | #data | ||
2316 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2317 | <dfn></dfn> | ||
2318 | </p> | ||
2319 | #errors | ||
2320 | |||
2321 | #data | ||
2322 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2323 | <dfn> </dfn> | ||
2324 | </p> | ||
2325 | #errors | ||
2326 | |||
2327 | #data | ||
2328 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2329 | <dfn>XXX</dfn> | ||
2330 | </p> | ||
2331 | #errors | ||
2332 | |||
2333 | #data | ||
2334 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2335 | <dfn><em>XXX</em></dfn> | ||
2336 | </p> | ||
2337 | #errors | ||
2338 | |||
2339 | #data | ||
2340 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2341 | <dfn><em><blockquote/></em></dfn> | ||
2342 | </p> | ||
2343 | #errors | ||
2344 | /p/dfn/em/blockquote;element not allowed | ||
2345 | |||
2346 | #data | ||
2347 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2348 | <dfn><blockquote/></dfn> | ||
2349 | </p> | ||
2350 | #errors | ||
2351 | /p/dfn/blockquote;element not allowed | ||
2352 | |||
2353 | #data | ||
2354 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2355 | <dfn><h1/></dfn> | ||
2356 | </p> | ||
2357 | #errors | ||
2358 | /p/dfn/h1;element not allowed | ||
2359 | |||
2360 | #data | ||
2361 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2362 | <dfn><dfn>XXX</dfn></dfn> | ||
2363 | </p> | ||
2364 | #errors | ||
2365 | /p/dfn/dfn;element not allowed | ||
2366 | |||
2367 | #data | ||
2368 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2369 | <dfn></dfn><dfn/> | ||
2370 | </p> | ||
2371 | #errors | ||
2372 | |||
2373 | #data | ||
2374 | <p xmlns="http://www.w3.org/1999/xhtml"> | ||
2375 | <dfn><em><dfn/></em></dfn> | ||
2376 | </p> | ||
2377 | #errors | ||
2378 | /p/dfn/em/dfn;element not allowed | ||
2379 | |||
2380 | wakaba | 1.6 | #data |
2381 | <fieldset xmlns="http://www.w3.org/1999/xhtml"> | ||
2382 | <legend>XXX</legend> | ||
2383 | </fieldset> | ||
2384 | #errors | ||
2385 | wakaba | 1.4 | |
2386 | wakaba | 1.6 | #data |
2387 | <fieldset xmlns="http://www.w3.org/1999/xhtml"> | ||
2388 | <legend><p>XXX</p></legend> | ||
2389 | </fieldset> | ||
2390 | #errors | ||
2391 | /fieldset/legend/p;element not allowed | ||
2392 | |||
2393 | #data | ||
2394 | <fieldset xmlns="http://www.w3.org/1999/xhtml"> | ||
2395 | <legend><blockquote><p>XXX</p></blockquote></legend> | ||
2396 | </fieldset> | ||
2397 | #errors | ||
2398 | /fieldset/legend/blockquote;element not allowed | ||
2399 | |||
2400 | #data | ||
2401 | <figure xmlns="http://www.w3.org/1999/xhtml"> | ||
2402 | <legend>XXX</legend> | ||
2403 | <img/> | ||
2404 | </figure> | ||
2405 | #errors | ||
2406 | |||
2407 | #data | ||
2408 | <figure xmlns="http://www.w3.org/1999/xhtml"> | ||
2409 | <legend><p>XXX</p></legend> | ||
2410 | <img/> | ||
2411 | </figure> | ||
2412 | #errors | ||
2413 | /figure/legend/p;element not allowed | ||
2414 | |||
2415 | #data | ||
2416 | <figure xmlns="http://www.w3.org/1999/xhtml"> | ||
2417 | <legend><blockquote><p>XXX</p></blockquote></legend> | ||
2418 | <img/> | ||
2419 | </figure> | ||
2420 | #errors | ||
2421 | |||
2422 | #data | ||
2423 | <figure xmlns="http://www.w3.org/1999/xhtml"> | ||
2424 | <legend>XXX</legend> | ||
2425 | <img/> | ||
2426 | </figure> | ||
2427 | #errors | ||
2428 | |||
2429 | #data | ||
2430 | <figure xmlns="http://www.w3.org/1999/xhtml"> | ||
2431 | <legend><p>XXX</p></legend> | ||
2432 | <img/> | ||
2433 | </figure> | ||
2434 | #errors | ||
2435 | /figure/legend/p;element not allowed | ||
2436 | |||
2437 | #data | ||
2438 | <figure xmlns="http://www.w3.org/1999/xhtml"> | ||
2439 | <legend><blockquote><p>XXX</p></blockquote></legend> | ||
2440 | <img/> | ||
2441 | </figure> | ||
2442 | #errors | ||
2443 | /figure/legend/blockquote;element not allowed |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |