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