1 |
wakaba |
1.1 |
|
2 |
|
|
#data |
3 |
|
|
<link rel="a" href="b"> |
4 |
|
|
#errors |
5 |
|
|
#document-fragment head |
6 |
|
|
| <link> |
7 |
|
|
| href="b" |
8 |
|
|
| rel="a" |
9 |
|
|
|
10 |
|
|
#data |
11 |
|
|
<meta name="a" content="b"> |
12 |
|
|
#errors |
13 |
|
|
#document-fragment head |
14 |
|
|
| <meta> |
15 |
|
|
| content="b" |
16 |
|
|
| name="a" |
17 |
|
|
|
18 |
|
|
#data |
19 |
|
|
<base href="a" target="b"> |
20 |
|
|
#errors |
21 |
|
|
#document-fragment head |
22 |
|
|
| <base> |
23 |
|
|
| href="a" |
24 |
|
|
| target="b" |
25 |
|
|
|
26 |
|
|
#data |
27 |
|
|
<base href="a" target="b">a |
28 |
|
|
#errors |
29 |
|
|
#document-fragment head |
30 |
|
|
| <base> |
31 |
|
|
| href="a" |
32 |
|
|
| target="b" |
33 |
|
|
| "a" |
34 |
|
|
|
35 |
|
|
|
36 |
|
|
#data |
37 |
|
|
</style> |
38 |
|
|
#errors |
39 |
|
|
#document-fragment style |
40 |
|
|
| "</style>" |
41 |
|
|
|
42 |
|
|
#data |
43 |
|
|
</style>abc |
44 |
|
|
#errors |
45 |
|
|
#document-fragment style |
46 |
|
|
| "</style>abc" |
47 |
|
|
|
48 |
|
|
#data |
49 |
|
|
<style>ABC</style>abc |
50 |
|
|
#errors |
51 |
|
|
#document-fragment style |
52 |
|
|
| "<style>ABC</style>abc" |
53 |
|
|
|
54 |
|
|
#data |
55 |
|
|
<style>ABC</style>abc |
56 |
|
|
#errors |
57 |
|
|
#document-fragment div |
58 |
|
|
| <style> |
59 |
|
|
| "ABC" |
60 |
|
|
| "abc" |
61 |
|
|
|
62 |
|
|
#data |
63 |
|
|
</stylesheet |
64 |
|
|
#errors |
65 |
|
|
#document-fragment style |
66 |
|
|
| "</stylesheet" |
67 |
|
|
|
68 |
|
|
#data |
69 |
|
|
</title> |
70 |
|
|
#errors |
71 |
|
|
#document-fragment title |
72 |
|
|
| "</title>" |
73 |
|
|
|
74 |
|
|
#data |
75 |
|
|
</title>abc |
76 |
|
|
#errors |
77 |
|
|
#document-fragment title |
78 |
|
|
| "</title>abc" |
79 |
|
|
|
80 |
|
|
#data |
81 |
|
|
</titletext |
82 |
|
|
#errors |
83 |
|
|
#document-fragment title |
84 |
|
|
| "</titletext" |
85 |
|
|
|
86 |
|
|
#data |
87 |
|
|
<table><tr><td><table></table> |
88 |
|
|
#errors |
89 |
|
|
outer <table> not closed |
90 |
|
|
#document-fragment div |
91 |
|
|
| <table> |
92 |
|
|
| <tbody> |
93 |
|
|
| <tr> |
94 |
|
|
| <td> |
95 |
|
|
| <table> |
96 |
|
|
|
97 |
|
|
#data |
98 |
|
|
<table><caption><table></table><tr><td> |
99 |
|
|
#errors |
100 |
|
|
outer <table> not closed |
101 |
|
|
<caption> not closed |
102 |
|
|
#document-fragment div |
103 |
|
|
| <table> |
104 |
|
|
| <caption> |
105 |
|
|
| <table> |
106 |
|
|
| <tbody> |
107 |
|
|
| <tr> |
108 |
|
|
| <td> |
109 |
|
|
|
110 |
wakaba |
1.2 |
#data |
111 |
|
|
<title>a</title> |
112 |
|
|
#errors |
113 |
|
|
#document-fragment p |
114 |
|
|
| <title> |
115 |
|
|
| "a" |
116 |
|
|
|
117 |
|
|
#data |
118 |
|
|
<table><title>a</title></table> |
119 |
|
|
#errors |
120 |
|
|
<title> in table |
121 |
|
|
#document-fragment div |
122 |
|
|
| <title> |
123 |
|
|
| "a" |
124 |
|
|
| <table> |
125 |
|
|
|
126 |
|
|
#data |
127 |
|
|
<title>a</title> |
128 |
|
|
#errors |
129 |
|
|
<title> in table |
130 |
|
|
#document-fragment table |
131 |
|
|
| <title> |
132 |
|
|
| "a" |
133 |
wakaba |
1.3 |
|
134 |
|
|
#data |
135 |
wakaba |
1.6 |
</table> |
136 |
|
|
#errors |
137 |
|
|
</table> in <caption> |
138 |
|
|
</caption> implied by </table> is ignored |
139 |
|
|
#document-fragment caption |
140 |
|
|
|
141 |
|
|
#data |
142 |
|
|
<tbody> |
143 |
|
|
#errors |
144 |
|
|
<tbody> in <caption> |
145 |
|
|
</caption> implied by <tbody> is ignored |
146 |
|
|
#document-fragment caption |
147 |
|
|
|
148 |
|
|
#data |
149 |
|
|
<tbody>a |
150 |
|
|
#errors |
151 |
|
|
<tbody> in <caption> |
152 |
|
|
</caption> implied by <tbody> is ignored |
153 |
|
|
#document-fragment caption |
154 |
|
|
| "a" |
155 |
|
|
|
156 |
|
|
#data |
157 |
|
|
<caption>x |
158 |
|
|
#errors |
159 |
|
|
<caption> in <caption> |
160 |
|
|
</caption> implied by <caption> is ignored |
161 |
|
|
#document-fragment caption |
162 |
|
|
| "x" |
163 |
|
|
|
164 |
|
|
#data |
165 |
|
|
<tr> |
166 |
|
|
#errors |
167 |
|
|
<tr> in <caption> |
168 |
|
|
</caption> implied by <tr> is ignored |
169 |
|
|
#document-fragment caption |
170 |
|
|
|
171 |
|
|
#data |
172 |
|
|
<tr>x |
173 |
|
|
#errors |
174 |
|
|
<tr> in <caption> |
175 |
|
|
</caption> implied by <tr> is ignored |
176 |
|
|
#document-fragment caption |
177 |
|
|
| "x" |
178 |
|
|
|
179 |
|
|
#data |
180 |
|
|
<td> |
181 |
|
|
#errors |
182 |
|
|
<td> in <caption> |
183 |
|
|
</caption> implied by <td> is ignored |
184 |
|
|
#document-fragment caption |
185 |
|
|
|
186 |
|
|
#data |
187 |
|
|
<td>x |
188 |
|
|
#errors |
189 |
|
|
<td> in <caption> |
190 |
|
|
</caption> implied by <td> is ignored |
191 |
|
|
#document-fragment caption |
192 |
|
|
| "x" |
193 |
|
|
|
194 |
|
|
#data |
195 |
|
|
<th> |
196 |
|
|
#errors |
197 |
|
|
<th> in <caption> |
198 |
|
|
</caption> implied by <th> is ignored |
199 |
|
|
#document-fragment caption |
200 |
|
|
|
201 |
|
|
#data |
202 |
|
|
<th>x |
203 |
|
|
#errors |
204 |
|
|
<th> in <caption> |
205 |
|
|
</caption> implied by <th> is ignored |
206 |
|
|
#document-fragment caption |
207 |
|
|
| "x" |
208 |
|
|
|
209 |
|
|
#data |
210 |
|
|
<col> |
211 |
|
|
#errors |
212 |
|
|
<col> in <caption> |
213 |
|
|
</caption> implied by <col> is ignored |
214 |
|
|
#document-fragment caption |
215 |
|
|
|
216 |
|
|
#data |
217 |
|
|
<col>x |
218 |
|
|
#errors |
219 |
|
|
<col> in <caption> |
220 |
|
|
</caption> implied by <col> is ignored |
221 |
|
|
#document-fragment caption |
222 |
|
|
| "x" |
223 |
|
|
|
224 |
|
|
#data |
225 |
|
|
<caption><tbody> |
226 |
|
|
#errors |
227 |
|
|
<caption> in <tbody> |
228 |
|
|
<tbody> in <tbody> |
229 |
|
|
#document-fragment tbody |
230 |
|
|
|
231 |
|
|
#data |
232 |
|
|
<caption> |
233 |
|
|
#errors |
234 |
|
|
<caption> in <tr> |
235 |
|
|
#document-fragment tr |
236 |
|
|
|
237 |
|
|
#data |
238 |
|
|
<caption>x |
239 |
|
|
#errors |
240 |
|
|
<caption> in <tr> |
241 |
|
|
char in <tr> |
242 |
|
|
#document-fragment tr |
243 |
|
|
| "x" |
244 |
|
|
|
245 |
|
|
#data |
246 |
|
|
</table> |
247 |
|
|
#errors |
248 |
|
|
</table> in <tr>.innerHTML |
249 |
|
|
#document-fragment tr |
250 |
|
|
|
251 |
|
|
#data |
252 |
|
|
</table><td> |
253 |
|
|
#errors |
254 |
|
|
</table> in <tr>.innerHTML |
255 |
|
|
#document-fragment tr |
256 |
|
|
| <td> |
257 |
|
|
|
258 |
|
|
#data |
259 |
|
|
</tbody> |
260 |
|
|
#errors |
261 |
|
|
</tbody> in <tr>.innerHTML |
262 |
|
|
#document-fragment tr |
263 |
|
|
|
264 |
|
|
#data |
265 |
|
|
<table> |
266 |
|
|
#errors |
267 |
wakaba |
1.12 |
no </table> before <table> (</table> implied before <table>) |
268 |
|
|
</table> but no opening <table> (</table> ignored, which causes <table> ignored) |
269 |
wakaba |
1.6 |
#document-fragment table |
270 |
|
|
|
271 |
|
|
#data |
272 |
|
|
<table><tr> |
273 |
|
|
#errors |
274 |
wakaba |
1.12 |
no </table> before <table> |
275 |
|
|
</table> but no opening <table> |
276 |
wakaba |
1.6 |
#document-fragment table |
277 |
|
|
| <tbody> |
278 |
|
|
| <tr> |
279 |
|
|
|
280 |
|
|
#data |
281 |
|
|
</colgroup> |
282 |
|
|
#errors |
283 |
|
|
</colgroup> in <colgroup>.innerHTML |
284 |
|
|
#document-fragment colgroup |
285 |
|
|
|
286 |
|
|
#data |
287 |
|
|
</colgroup><col> |
288 |
|
|
#errors |
289 |
|
|
</colgroup> in <colgroup>.innerHTML |
290 |
|
|
#document-fragment colgroup |
291 |
|
|
| <col> |
292 |
|
|
|
293 |
|
|
#data |
294 |
|
|
</select> |
295 |
|
|
#errors |
296 |
|
|
</select> in <select>.innerHTML |
297 |
|
|
#document-fragment select |
298 |
|
|
|
299 |
|
|
#data |
300 |
|
|
</select><option> |
301 |
|
|
#errors |
302 |
|
|
</select> in <select>.innerHTML |
303 |
|
|
#document-fragment select |
304 |
|
|
| <option> |
305 |
|
|
|
306 |
|
|
#data |
307 |
|
|
<select> |
308 |
|
|
#errors |
309 |
|
|
<select> in <select> - treated as if </select> |
310 |
|
|
</select> in <select>.innerHTML |
311 |
|
|
#document-fragment select |
312 |
|
|
|
313 |
|
|
#data |
314 |
|
|
<select><option> |
315 |
|
|
#errors |
316 |
|
|
<select> in <select> - treated as if </select> |
317 |
|
|
</select> in <select>.innerHTML |
318 |
|
|
#document-fragment select |
319 |
|
|
| <option> |
320 |
|
|
|
321 |
|
|
#data |
322 |
|
|
</optgroup> |
323 |
|
|
#errors |
324 |
|
|
unmatched </optgroup> |
325 |
|
|
#document-fragment optgroup |
326 |
|
|
|
327 |
|
|
#data |
328 |
|
|
</optgroup><option> |
329 |
|
|
#errors |
330 |
|
|
unmatched </optgroup> |
331 |
|
|
<option> in body |
332 |
|
|
#document-fragment optgroup |
333 |
|
|
|
334 |
|
|
#data |
335 |
|
|
</optgroup> |
336 |
|
|
#errors |
337 |
|
|
unmatched </optgroup> |
338 |
|
|
#document-fragment option |
339 |
|
|
|
340 |
|
|
#data |
341 |
|
|
</optgroup><option> |
342 |
|
|
#errors |
343 |
|
|
unmatched </optgroup> |
344 |
|
|
<option> in body |
345 |
|
|
#document-fragment option |
346 |
|
|
|
347 |
|
|
#data |
348 |
|
|
</optgroup>a |
349 |
|
|
#errors |
350 |
|
|
unmatched </optgroup> |
351 |
|
|
#document-fragment option |
352 |
|
|
| "a" |
353 |
|
|
|
354 |
|
|
#data |
355 |
|
|
</optgroup> |
356 |
|
|
#errors |
357 |
|
|
unmatched </optgroup> |
358 |
|
|
#document-fragment select |
359 |
|
|
|
360 |
|
|
#data |
361 |
|
|
</option> |
362 |
|
|
#errors |
363 |
|
|
unmatched </option> |
364 |
|
|
#document-fragment select |
365 |
|
|
|
366 |
|
|
#data |
367 |
|
|
</option> |
368 |
|
|
#errors |
369 |
|
|
unmatched </option> |
370 |
|
|
#document-fragment option |
371 |
|
|
|
372 |
|
|
#data |
373 |
|
|
</table> |
374 |
|
|
#errors |
375 |
|
|
</table> in <select> |
376 |
|
|
#document-fragment select |
377 |
|
|
|
378 |
|
|
#data |
379 |
|
|
</tbody> |
380 |
|
|
#errors |
381 |
|
|
</tbody> in <select> |
382 |
|
|
#document-fragment select |
383 |
|
|
|
384 |
|
|
#data |
385 |
|
|
</thead> |
386 |
|
|
#errors |
387 |
|
|
</thead> in <select> |
388 |
|
|
#document-fragment select |
389 |
|
|
|
390 |
|
|
#data |
391 |
|
|
</tfoot> |
392 |
|
|
#errors |
393 |
|
|
</tfoot> in <select> |
394 |
|
|
#document-fragment select |
395 |
|
|
|
396 |
|
|
#data |
397 |
|
|
</tr> |
398 |
|
|
#errors |
399 |
|
|
</tr> in <select> |
400 |
|
|
#document-fragment select |
401 |
|
|
|
402 |
|
|
#data |
403 |
|
|
<option> |
404 |
|
|
#errors |
405 |
|
|
#document-fragment select |
406 |
|
|
| <option> |
407 |
|
|
|
408 |
|
|
#data |
409 |
|
|
<optgroup> |
410 |
|
|
#errors |
411 |
|
|
#document-fragment select |
412 |
|
|
| <optgroup> |
413 |
|
|
|
414 |
|
|
#data |
415 |
|
|
</tr><option>a |
416 |
|
|
#errors |
417 |
|
|
</tr> in <select> |
418 |
|
|
#document-fragment select |
419 |
|
|
| <option> |
420 |
|
|
| "a" |
421 |
|
|
|
422 |
|
|
#data |
423 |
|
|
</caption> |
424 |
|
|
#errors |
425 |
|
|
</caption> in <select> |
426 |
|
|
#document-fragment select |
427 |
|
|
|
428 |
|
|
#data |
429 |
|
|
</td> |
430 |
|
|
#errors |
431 |
|
|
</td> in <select> |
432 |
|
|
#document-fragment select |
433 |
|
|
|
434 |
|
|
#data |
435 |
|
|
</th> |
436 |
|
|
#errors |
437 |
|
|
</th> in <select> |
438 |
|
|
#document-fragment select |
439 |
|
|
|
440 |
|
|
#data |
441 |
|
|
</th>aaa |
442 |
|
|
#errors |
443 |
|
|
unmatched </th> |
444 |
|
|
#document-fragment option |
445 |
|
|
| "aaa" |
446 |
|
|
|
447 |
|
|
#data |
448 |
wakaba |
1.3 |
</frameset> |
449 |
|
|
#errors |
450 |
|
|
unmatched </frameset> |
451 |
|
|
#document-fragment frameset |
452 |
|
|
|
453 |
|
|
#data |
454 |
|
|
</frameset></frameset> |
455 |
|
|
#errors |
456 |
|
|
unmatched </frameset> |
457 |
|
|
unmatched </frameset> |
458 |
|
|
#document-fragment frameset |
459 |
|
|
|
460 |
|
|
#data |
461 |
|
|
</frameset></frameset></frameset> |
462 |
|
|
#errors |
463 |
|
|
unmatched </frameset> |
464 |
|
|
unmatched </frameset> |
465 |
|
|
unmatched </frameset> |
466 |
|
|
#document-fragment frameset |
467 |
|
|
|
468 |
|
|
#data |
469 |
|
|
</frameset></html> |
470 |
|
|
#errors |
471 |
|
|
unmatched </frameset> |
472 |
|
|
unmatched </html> |
473 |
|
|
#document-fragment frameset |
474 |
|
|
|
475 |
|
|
#data |
476 |
|
|
</frameset></frameset></html> |
477 |
|
|
#errors |
478 |
|
|
unmatched </frameset> |
479 |
|
|
unmatched </frameset> |
480 |
|
|
unmatched </html> |
481 |
|
|
#document-fragment frameset |
482 |
|
|
|
483 |
|
|
#data |
484 |
|
|
</frameset><frame> |
485 |
|
|
#errors |
486 |
|
|
unmatched </frameset> |
487 |
|
|
#document-fragment frameset |
488 |
|
|
| <frame> |
489 |
|
|
|
490 |
|
|
#data |
491 |
|
|
</frameset><!----> |
492 |
|
|
#errors |
493 |
|
|
unmatched </frameset> |
494 |
|
|
#document-fragment frameset |
495 |
|
|
| <!-- --> |
496 |
|
|
|
497 |
|
|
#data |
498 |
|
|
</frameset></html><!----> |
499 |
|
|
#errors |
500 |
|
|
unmatched </frameset> |
501 |
|
|
unmatched </html> |
502 |
|
|
#document-fragment frameset |
503 |
|
|
| <!-- --> |
504 |
wakaba |
1.4 |
|
505 |
|
|
#data |
506 |
|
|
a |
507 |
|
|
#errors |
508 |
|
|
character in table body |
509 |
|
|
#document-fragment tbody |
510 |
|
|
| "a" |
511 |
|
|
|
512 |
|
|
#data |
513 |
|
|
a |
514 |
|
|
#errors |
515 |
|
|
character in table body |
516 |
|
|
#document-fragment thead |
517 |
|
|
| "a" |
518 |
|
|
|
519 |
|
|
#data |
520 |
|
|
a |
521 |
|
|
#errors |
522 |
|
|
character in table body |
523 |
|
|
#document-fragment tfoot |
524 |
|
|
| "a" |
525 |
wakaba |
1.5 |
|
526 |
|
|
#data |
527 |
|
|
a |
528 |
|
|
#errors |
529 |
|
|
#document-fragment html |
530 |
|
|
| <head> |
531 |
|
|
| <body> |
532 |
|
|
| "a" |
533 |
|
|
|
534 |
|
|
#data |
535 |
|
|
<p> |
536 |
|
|
#errors |
537 |
|
|
#document-fragment html |
538 |
|
|
| <head> |
539 |
|
|
| <body> |
540 |
|
|
| <p> |
541 |
|
|
|
542 |
|
|
#data |
543 |
|
|
<title>aa |
544 |
|
|
#errors |
545 |
|
|
EOF in <title> |
546 |
|
|
#document-fragment html |
547 |
|
|
| <head> |
548 |
|
|
| <title> |
549 |
|
|
| "aa" |
550 |
wakaba |
1.12 |
| <body> |
551 |
wakaba |
1.5 |
|
552 |
|
|
#data |
553 |
|
|
<title>aa</title> |
554 |
|
|
#errors |
555 |
|
|
#document-fragment html |
556 |
|
|
| <head> |
557 |
|
|
| <title> |
558 |
|
|
| "aa" |
559 |
wakaba |
1.12 |
| <body> |
560 |
wakaba |
1.5 |
|
561 |
|
|
#data |
562 |
|
|
<style></style> |
563 |
|
|
#errors |
564 |
|
|
#document-fragment html |
565 |
|
|
| <head> |
566 |
|
|
| <style> |
567 |
wakaba |
1.12 |
| <body> |
568 |
wakaba |
1.6 |
|
569 |
|
|
#data |
570 |
|
|
#errors |
571 |
|
|
#document-fragment html |
572 |
wakaba |
1.12 |
| <head> |
573 |
|
|
| <body> |
574 |
wakaba |
1.6 |
|
575 |
|
|
#data |
576 |
|
|
<head> |
577 |
|
|
#errors |
578 |
|
|
#document-fragment html |
579 |
|
|
| <head> |
580 |
wakaba |
1.12 |
| <body> |
581 |
wakaba |
1.6 |
|
582 |
|
|
#data |
583 |
|
|
<link> |
584 |
|
|
#errors |
585 |
|
|
#document-fragment html |
586 |
|
|
| <head> |
587 |
|
|
| <link> |
588 |
wakaba |
1.12 |
| <body> |
589 |
wakaba |
1.6 |
|
590 |
|
|
#data |
591 |
|
|
</html> |
592 |
|
|
#errors |
593 |
|
|
unmarched </html> |
594 |
|
|
#document-fragment html |
595 |
|
|
| <head> |
596 |
|
|
| <body> |
597 |
|
|
|
598 |
|
|
#data |
599 |
|
|
</html>a |
600 |
|
|
#errors |
601 |
|
|
unmatched </html> |
602 |
|
|
char after </body> implied by </html> |
603 |
|
|
#document-fragment html |
604 |
|
|
| <head> |
605 |
|
|
| <body> |
606 |
|
|
| "a" |
607 |
|
|
|
608 |
|
|
#data |
609 |
|
|
<span></html> |
610 |
|
|
#errors |
611 |
|
|
<span> not closed at </body> implied by </html> |
612 |
|
|
unmatched </html> |
613 |
|
|
unexpected end of file (no </span>) |
614 |
|
|
#document-fragment html |
615 |
|
|
| <head> |
616 |
|
|
| <body> |
617 |
|
|
| <span> |
618 |
|
|
|
619 |
|
|
#data |
620 |
|
|
<span></html>a |
621 |
|
|
#errors |
622 |
|
|
<span> not closed at </body> implied by </html> |
623 |
|
|
char after </body> implied by </html> |
624 |
|
|
unmatched </html> |
625 |
|
|
unexpected end of file (no </span>) |
626 |
|
|
#document-fragment html |
627 |
|
|
| <head> |
628 |
|
|
| <body> |
629 |
|
|
| <span> |
630 |
|
|
| "a" |
631 |
|
|
|
632 |
|
|
#data |
633 |
|
|
</html> |
634 |
|
|
#errors |
635 |
|
|
unmarched </html> |
636 |
|
|
#document-fragment p |
637 |
|
|
|
638 |
|
|
#data |
639 |
|
|
</html>a |
640 |
|
|
#errors |
641 |
|
|
unmatched </html> |
642 |
|
|
#document-fragment p |
643 |
|
|
| "a" |
644 |
|
|
|
645 |
|
|
#data |
646 |
|
|
<span></html> |
647 |
|
|
#errors |
648 |
|
|
unmatched </html> |
649 |
|
|
<span> not closed |
650 |
|
|
#document-fragment p |
651 |
|
|
| <span> |
652 |
|
|
|
653 |
|
|
#data |
654 |
|
|
<span></html>a |
655 |
|
|
#errors |
656 |
|
|
unmatched </html> |
657 |
|
|
<span> not closed |
658 |
|
|
#document-fragment p |
659 |
|
|
| <span> |
660 |
|
|
| "a" |
661 |
|
|
|
662 |
|
|
#data escaped |
663 |
|
|
aa\u0000b |
664 |
|
|
#errors |
665 |
|
|
NULL |
666 |
|
|
#document-fragment p escaped |
667 |
|
|
| "aa\ufffdb" |
668 |
|
|
|
669 |
|
|
#data escaped |
670 |
|
|
a\U12345678b |
671 |
|
|
#errors |
672 |
|
|
#document-fragment p escaped |
673 |
|
|
| "a\ufffdb" |
674 |
|
|
|
675 |
|
|
#data |
676 |
|
|
<input> |
677 |
|
|
#errors |
678 |
|
|
#document-fragment form |
679 |
|
|
| <input> |
680 |
wakaba |
1.7 |
|
681 |
|
|
#data |
682 |
|
|
<html> |
683 |
|
|
#errors |
684 |
|
|
<html> in <body> |
685 |
|
|
#document-fragment body |
686 |
|
|
|
687 |
|
|
#data |
688 |
|
|
<html> |
689 |
|
|
#errors |
690 |
|
|
<html> in <html> |
691 |
|
|
#document-fragment html |
692 |
wakaba |
1.12 |
| <head> |
693 |
|
|
| <body> |
694 |
wakaba |
1.9 |
|
695 |
|
|
#data |
696 |
wakaba |
1.10 |
|
697 |
|
|
#errors |
698 |
|
|
#document-fragment html |
699 |
wakaba |
1.12 |
| <head> |
700 |
|
|
| <body> |
701 |
wakaba |
1.10 |
|
702 |
|
|
#data |
703 |
|
|
<head><body> |
704 |
|
|
#errors |
705 |
|
|
#document-fragment html |
706 |
|
|
| <head> |
707 |
|
|
| <body> |
708 |
|
|
|
709 |
|
|
#data |
710 |
|
|
a |
711 |
|
|
#errors |
712 |
|
|
#document-fragment html |
713 |
|
|
| <head> |
714 |
|
|
| <body> |
715 |
|
|
| "a" |
716 |
|
|
|
717 |
|
|
#data |
718 |
|
|
a b |
719 |
|
|
#errors |
720 |
|
|
#document-fragment html |
721 |
|
|
| <head> |
722 |
|
|
| <body> |
723 |
|
|
| "a b" |
724 |
|
|
|
725 |
|
|
#data |
726 |
|
|
<!----> <body> |
727 |
|
|
#errors |
728 |
|
|
#document-fragment html |
729 |
|
|
| <!-- --> |
730 |
|
|
| <head> |
731 |
|
|
| <body> |
732 |
|
|
|
733 |
|
|
#data |
734 |
wakaba |
1.9 |
#errors |
735 |
|
|
#document-fragment pre |
736 |
|
|
|
737 |
|
|
#data |
738 |
|
|
#errors |
739 |
|
|
#document-fragment listing |
740 |
|
|
|
741 |
|
|
#data |
742 |
|
|
#errors |
743 |
|
|
#document-fragment textarea |
744 |
|
|
|
745 |
|
|
#data escaped |
746 |
|
|
\u000A |
747 |
|
|
#errors |
748 |
|
|
#document-fragment pre |
749 |
|
|
| " |
750 |
|
|
" |
751 |
|
|
|
752 |
|
|
#data escaped |
753 |
|
|
\u000A |
754 |
|
|
#errors |
755 |
|
|
#document-fragment listing |
756 |
|
|
| " |
757 |
|
|
" |
758 |
|
|
|
759 |
|
|
#data escaped |
760 |
|
|
\u000A |
761 |
|
|
#errors |
762 |
|
|
#document-fragment textarea |
763 |
|
|
| " |
764 |
|
|
" |
765 |
|
|
|
766 |
|
|
#data escaped |
767 |
|
|
\u000Aa |
768 |
|
|
#errors |
769 |
|
|
#document-fragment pre |
770 |
|
|
| " |
771 |
|
|
a" |
772 |
|
|
|
773 |
|
|
#data escaped |
774 |
|
|
\u000Aa |
775 |
|
|
#errors |
776 |
|
|
#document-fragment listing |
777 |
|
|
| " |
778 |
|
|
a" |
779 |
|
|
|
780 |
|
|
#data escaped |
781 |
|
|
\u000Aa |
782 |
|
|
#errors |
783 |
|
|
#document-fragment textarea |
784 |
|
|
| " |
785 |
|
|
a" |
786 |
wakaba |
1.11 |
|
787 |
|
|
#data |
788 |
|
|
<span> |
789 |
|
|
#errors |
790 |
|
|
unexpected end-of-file |
791 |
|
|
#document-fragment p |
792 |
|
|
| <span> |
793 |
|
|
|
794 |
|
|
#data |
795 |
|
|
<li> |
796 |
|
|
#errors |
797 |
|
|
#document-fragment p |
798 |
|
|
| <li> |
799 |
|
|
|
800 |
|
|
#data |
801 |
|
|
<dt> |
802 |
|
|
#errors |
803 |
|
|
#document-fragment p |
804 |
|
|
| <dt> |
805 |
|
|
|
806 |
|
|
#data |
807 |
|
|
<dd> |
808 |
|
|
#errors |
809 |
|
|
#document-fragment p |
810 |
|
|
| <dd> |
811 |
|
|
|
812 |
|
|
#data |
813 |
|
|
<p> |
814 |
|
|
#errors |
815 |
|
|
#document-fragment p |
816 |
|
|
| <p> |
817 |
|
|
|
818 |
|
|
#data |
819 |
|
|
<thead> |
820 |
|
|
#errors |
821 |
|
|
#document-fragment table |
822 |
|
|
| <thead> |
823 |
|
|
|
824 |
|
|
#data |
825 |
|
|
<tbody> |
826 |
|
|
#errors |
827 |
|
|
#document-fragment table |
828 |
|
|
| <tbody> |
829 |
|
|
|
830 |
|
|
#data |
831 |
|
|
<tfoot> |
832 |
|
|
#errors |
833 |
|
|
#document-fragment table |
834 |
|
|
| <tfoot> |
835 |
|
|
|
836 |
|
|
#data |
837 |
|
|
<tr> |
838 |
|
|
#errors |
839 |
|
|
#document-fragment table |
840 |
|
|
| <tbody> |
841 |
|
|
| <tr> |
842 |
|
|
|
843 |
|
|
#data |
844 |
|
|
<tr> |
845 |
|
|
#errors |
846 |
|
|
#document-fragment tbody |
847 |
|
|
| <tr> |
848 |
|
|
|
849 |
|
|
#data |
850 |
|
|
<td> |
851 |
|
|
#errors |
852 |
|
|
#document-fragment tr |
853 |
|
|
| <td> |
854 |
|
|
|
855 |
|
|
#data |
856 |
|
|
<td><a> |
857 |
|
|
#errors |
858 |
|
|
unexpected end-of-file |
859 |
|
|
#document-fragment tr |
860 |
|
|
| <td> |
861 |
|
|
| <a> |
862 |
|
|
|
863 |
|
|
#data |
864 |
|
|
<col> |
865 |
|
|
#errors |
866 |
|
|
#document-fragment colgroup |
867 |
|
|
| <col> |
868 |
|
|
|
869 |
|
|
#data |
870 |
|
|
<colgroup> |
871 |
|
|
#errors |
872 |
|
|
#document-fragment table |
873 |
|
|
| <colgroup> |
874 |
|
|
|
875 |
|
|
#data |
876 |
|
|
<col> |
877 |
|
|
#errors |
878 |
|
|
#document-fragment table |
879 |
|
|
| <colgroup> |
880 |
|
|
| <col> |
881 |
|
|
|
882 |
|
|
#data |
883 |
|
|
<frameset> |
884 |
|
|
#errors |
885 |
|
|
unexpected end-of-file |
886 |
|
|
#document-fragment frameset |
887 |
|
|
| <frameset> |
888 |
|
|
|
889 |
|
|
#data |
890 |
|
|
<frame> |
891 |
|
|
#errors |
892 |
|
|
#document-fragment frameset |
893 |
|
|
| <frame> |
894 |
|
|
|
895 |
|
|
#data |
896 |
|
|
<noframes> |
897 |
|
|
#errors |
898 |
|
|
no </noframes> |
899 |
|
|
#document-fragment frameset |
900 |
|
|
| <noframes> |
901 |
|
|
|
902 |
|
|
## NOTE: Scripting is disabled. |
903 |
|
|
#data |
904 |
|
|
<span> |
905 |
|
|
#errors |
906 |
|
|
#document-fragment noscript |
907 |
|
|
| "<span>" |
908 |
|
|
|
909 |
|
|
## NOTE: Scripting is disabled. |
910 |
|
|
#data |
911 |
|
|
<span> |
912 |
|
|
#errors |
913 |
|
|
#document-fragment noframes |
914 |
|
|
| "<span>" |