/[suikacvs]/markup/html/whatpm/t/tree-test-2.dat
Suika

Diff of /markup/html/whatpm/t/tree-test-2.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by wakaba, Sat Jul 21 08:17:43 2007 UTC revision 1.9 by wakaba, Sat Mar 8 13:45:45 2008 UTC
# Line 110  outer <table> not closed Line 110  outer <table> not closed
110  #data  #data
111  <title>a</title>  <title>a</title>
112  #errors  #errors
 <title> in body  
113  #document-fragment p  #document-fragment p
114  | <title>  | <title>
115  |   "a"  |   "a"
# Line 119  outer <table> not closed Line 118  outer <table> not closed
118  <table><title>a</title></table>  <table><title>a</title></table>
119  #errors  #errors
120  <title> in table  <title> in table
 <title> in body  
121  #document-fragment div  #document-fragment div
122  | <title>  | <title>
123  |   "a"  |   "a"
# Line 129  outer <table> not closed Line 127  outer <table> not closed
127  <title>a</title>  <title>a</title>
128  #errors  #errors
129  <title> in table  <title> in table
 <title> in body  
130  #document-fragment table  #document-fragment table
131  | <title>  | <title>
132  |   "a"  |   "a"
133    
134  #data  #data
135    </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    <table> in <table>
268    #document-fragment table
269    
270    #data
271    <table><tr>
272    #errors
273    <table> in <table>
274    #document-fragment table
275    | <tbody>
276    |   <tr>
277    
278    #data
279    </colgroup>
280    #errors
281    </colgroup> in <colgroup>.innerHTML
282    #document-fragment colgroup
283    
284    #data
285    </colgroup><col>
286    #errors
287    </colgroup> in <colgroup>.innerHTML
288    #document-fragment colgroup
289    | <col>
290    
291    #data
292    </select>
293    #errors
294    </select> in <select>.innerHTML
295    #document-fragment select
296    
297    #data
298    </select><option>
299    #errors
300    </select> in <select>.innerHTML
301    #document-fragment select
302    | <option>
303    
304    #data
305    <select>
306    #errors
307    <select> in <select> - treated as if </select>
308    </select> in <select>.innerHTML
309    #document-fragment select
310    
311    #data
312    <select><option>
313    #errors
314    <select> in <select> - treated as if </select>
315    </select> in <select>.innerHTML
316    #document-fragment select
317    | <option>
318    
319    #data
320    </optgroup>
321    #errors
322    unmatched </optgroup>
323    #document-fragment optgroup
324    
325    #data
326    </optgroup><option>
327    #errors
328    unmatched </optgroup>
329    <option> in body
330    #document-fragment optgroup
331    
332    #data
333    </optgroup>
334    #errors
335    unmatched </optgroup>
336    #document-fragment option
337    
338    #data
339    </optgroup><option>
340    #errors
341    unmatched </optgroup>
342    <option> in body
343    #document-fragment option
344    
345    #data
346    </optgroup>a
347    #errors
348    unmatched </optgroup>
349    #document-fragment option
350    | "a"
351    
352    #data
353    </optgroup>
354    #errors
355    unmatched </optgroup>
356    #document-fragment select
357    
358    #data
359    </option>
360    #errors
361    unmatched </option>
362    #document-fragment select
363    
364    #data
365    </option>
366    #errors
367    unmatched </option>
368    #document-fragment option
369    
370    #data
371    </table>
372    #errors
373    </table> in <select>
374    #document-fragment select
375    
376    #data
377    </tbody>
378    #errors
379    </tbody> in <select>
380    #document-fragment select
381    
382    #data
383    </thead>
384    #errors
385    </thead> in <select>
386    #document-fragment select
387    
388    #data
389    </tfoot>
390    #errors
391    </tfoot> in <select>
392    #document-fragment select
393    
394    #data
395    </tr>
396    #errors
397    </tr> in <select>
398    #document-fragment select
399    
400    #data
401    <option>
402    #errors
403    #document-fragment select
404    | <option>
405    
406    #data
407    <optgroup>
408    #errors
409    #document-fragment select
410    | <optgroup>
411    
412    #data
413    </tr><option>a
414    #errors
415    </tr> in <select>
416    #document-fragment select
417    | <option>
418    |   "a"
419    
420    #data
421    </caption>
422    #errors
423    </caption> in <select>
424    #document-fragment select
425    
426    #data
427    </td>
428    #errors
429    </td> in <select>
430    #document-fragment select
431    
432    #data
433    </th>
434    #errors
435    </th> in <select>
436    #document-fragment select
437    
438    #data
439    </th>aaa
440    #errors
441    unmatched </th>
442    #document-fragment option
443    | "aaa"
444    
445    #data
446  </frameset>  </frameset>
447  #errors  #errors
448  unmatched </frameset>  unmatched </frameset>
# Line 212  a Line 520  a
520  character in table body  character in table body
521  #document-fragment tfoot  #document-fragment tfoot
522  | "a"  | "a"
523    
524    #data
525    a
526    #errors
527    #document-fragment html
528    | <head>
529    | <body>
530    |   "a"
531    
532    #data
533    <p>
534    #errors
535    #document-fragment html
536    | <head>
537    | <body>
538    |   <p>
539    
540    #data
541    <title>aa
542    #errors
543    EOF in <title>
544    unexpected end of file
545    #document-fragment html
546    | <head>
547    |   <title>
548    |     "aa"
549    
550    #data
551    <title>aa</title>
552    #errors
553    unexpected end of file
554    #document-fragment html
555    | <head>
556    |   <title>
557    |     "aa"
558    
559    #data
560    <style></style>
561    #errors
562    unexpected end of file
563    #document-fragment html
564    | <head>
565    |   <style>
566    
567    #data
568    #errors
569    #document-fragment html
570    
571    #data
572    <head>
573    #errors
574    unexpected end of file (no <body>)
575    #document-fragment html
576    | <head>
577    
578    #data
579    <link>
580    #errors
581    unexpected end of file (no <body>)
582    #document-fragment html
583    | <head>
584    |   <link>
585    
586    #data
587    </html>
588    #errors
589    unmarched </html>
590    #document-fragment html
591    | <head>
592    | <body>
593    
594    #data
595    </html>a
596    #errors
597    unmatched </html>
598    char after </body> implied by </html>
599    #document-fragment html
600    | <head>
601    | <body>
602    |   "a"
603    
604    #data
605    <span></html>
606    #errors
607    <span> not closed at </body> implied by </html>
608    unmatched </html>
609    unexpected end of file (no </span>)
610    #document-fragment html
611    | <head>
612    | <body>
613    |   <span>
614    
615    #data
616    <span></html>a
617    #errors
618    <span> not closed at </body> implied by </html>
619    char after </body> implied by </html>
620    unmatched </html>
621    unexpected end of file (no </span>)
622    #document-fragment html
623    | <head>
624    | <body>
625    |   <span>
626    |     "a"
627    
628    #data
629    </html>
630    #errors
631    unmarched </html>
632    #document-fragment p
633    
634    #data
635    </html>a
636    #errors
637    unmatched </html>
638    #document-fragment p
639    | "a"
640    
641    #data
642    <span></html>
643    #errors
644    unmatched </html>
645    <span> not closed
646    #document-fragment p
647    | <span>
648    
649    #data
650    <span></html>a
651    #errors
652    unmatched </html>
653    <span> not closed
654    #document-fragment p
655    | <span>
656    |   "a"
657    
658    #data escaped
659    aa\u0000b
660    #errors
661    NULL
662    #document-fragment p escaped
663    | "aa\ufffdb"
664    
665    #data escaped
666    a\U12345678b
667    #errors
668    #document-fragment p escaped
669    | "a\ufffdb"
670    
671    #data
672    <input>
673    #errors
674    #document-fragment form
675    | <input>
676    
677    #data
678    <html>
679    #errors
680    <html> in <body>
681    #document-fragment body
682    
683    #data
684    <html>
685    #errors
686    <html> in <html>
687    #document-fragment html
688    
689    #data
690    #errors
691    #document-fragment pre
692    
693    #data
694    #errors
695    #document-fragment listing
696    
697    #data
698    #errors
699    #document-fragment textarea
700    
701    #data escaped
702    \u000A
703    #errors
704    #document-fragment pre
705    | "
706    "
707    
708    #data escaped
709    \u000A
710    #errors
711    #document-fragment listing
712    | "
713    "
714    
715    #data escaped
716    \u000A
717    #errors
718    #document-fragment textarea
719    | "
720    "
721    
722    #data escaped
723    \u000Aa
724    #errors
725    #document-fragment pre
726    | "
727    a"
728    
729    #data escaped
730    \u000Aa
731    #errors
732    #document-fragment listing
733    | "
734    a"
735    
736    #data escaped
737    \u000Aa
738    #errors
739    #document-fragment textarea
740    | "
741    a"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.9

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24