/[suikacvs]/markup/html/whatpm/t/content-model-1.dat
Suika

Contents of /markup/html/whatpm/t/content-model-1.dat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.80 - (hide annotations) (download)
Sun Oct 5 11:51:14 2008 UTC (16 years, 9 months ago) by wakaba
Branch: MAIN
Changes since 1.79: +1386 -7856 lines
++ whatpm/t/ChangeLog	5 Oct 2008 11:46:29 -0000
	* ContentChecker.t: New files added.

	* content-model-1.dat, content-model-2.dat: Numbers of test
	entries are moved to other files.

2008-10-05  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/dom-conformance/ChangeLog	5 Oct 2008 11:47:29 -0000
	* html-datatemplate.dat, html-flows-1.dat, html-form-input-1.dat,
	html-forms-1.dat, html-global-1.dat, html-metadata-1.dat,
	html-repetitions.dat, html-tables-1.dat, html-texts-1.dat: New
	files (test entries moved from ../content-model-1.dat and
	../content-model-2.dat).

2008-10-05  Wakaba  <wakaba@suika.fam.cx>

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24