The reconcile package is used for DOM reconcilation in Isomorphic Go web applications.

tables01.dat 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. #data
  2. <table><th>
  3. #errors
  4. #document
  5. | <html>
  6. | <head>
  7. | <body>
  8. | <table>
  9. | <tbody>
  10. | <tr>
  11. | <th>
  12. #data
  13. <table><td>
  14. #errors
  15. #document
  16. | <html>
  17. | <head>
  18. | <body>
  19. | <table>
  20. | <tbody>
  21. | <tr>
  22. | <td>
  23. #data
  24. <table><col foo='bar'>
  25. #errors
  26. #document
  27. | <html>
  28. | <head>
  29. | <body>
  30. | <table>
  31. | <colgroup>
  32. | <col>
  33. | foo="bar"
  34. #data
  35. <table><colgroup></html>foo
  36. #errors
  37. #document
  38. | <html>
  39. | <head>
  40. | <body>
  41. | "foo"
  42. | <table>
  43. | <colgroup>
  44. #data
  45. <table></table><p>foo
  46. #errors
  47. #document
  48. | <html>
  49. | <head>
  50. | <body>
  51. | <table>
  52. | <p>
  53. | "foo"
  54. #data
  55. <table></body></caption></col></colgroup></html></tbody></td></tfoot></th></thead></tr><td>
  56. #errors
  57. #document
  58. | <html>
  59. | <head>
  60. | <body>
  61. | <table>
  62. | <tbody>
  63. | <tr>
  64. | <td>
  65. #data
  66. <table><select><option>3</select></table>
  67. #errors
  68. #document
  69. | <html>
  70. | <head>
  71. | <body>
  72. | <select>
  73. | <option>
  74. | "3"
  75. | <table>
  76. #data
  77. <table><select><table></table></select></table>
  78. #errors
  79. #document
  80. | <html>
  81. | <head>
  82. | <body>
  83. | <select>
  84. | <table>
  85. | <table>
  86. #data
  87. <table><select></table>
  88. #errors
  89. #document
  90. | <html>
  91. | <head>
  92. | <body>
  93. | <select>
  94. | <table>
  95. #data
  96. <table><select><option>A<tr><td>B</td></tr></table>
  97. #errors
  98. #document
  99. | <html>
  100. | <head>
  101. | <body>
  102. | <select>
  103. | <option>
  104. | "A"
  105. | <table>
  106. | <tbody>
  107. | <tr>
  108. | <td>
  109. | "B"
  110. #data
  111. <table><td></body></caption></col></colgroup></html>foo
  112. #errors
  113. #document
  114. | <html>
  115. | <head>
  116. | <body>
  117. | <table>
  118. | <tbody>
  119. | <tr>
  120. | <td>
  121. | "foo"
  122. #data
  123. <table><td>A</table>B
  124. #errors
  125. #document
  126. | <html>
  127. | <head>
  128. | <body>
  129. | <table>
  130. | <tbody>
  131. | <tr>
  132. | <td>
  133. | "A"
  134. | "B"
  135. #data
  136. <table><tr><caption>
  137. #errors
  138. #document
  139. | <html>
  140. | <head>
  141. | <body>
  142. | <table>
  143. | <tbody>
  144. | <tr>
  145. | <caption>
  146. #data
  147. <table><tr></body></caption></col></colgroup></html></td></th><td>foo
  148. #errors
  149. #document
  150. | <html>
  151. | <head>
  152. | <body>
  153. | <table>
  154. | <tbody>
  155. | <tr>
  156. | <td>
  157. | "foo"
  158. #data
  159. <table><td><tr>
  160. #errors
  161. #document
  162. | <html>
  163. | <head>
  164. | <body>
  165. | <table>
  166. | <tbody>
  167. | <tr>
  168. | <td>
  169. | <tr>
  170. #data
  171. <table><td><button><td>
  172. #errors
  173. #document
  174. | <html>
  175. | <head>
  176. | <body>
  177. | <table>
  178. | <tbody>
  179. | <tr>
  180. | <td>
  181. | <button>
  182. | <td>
  183. #data
  184. <table><tr><td><svg><desc><td>
  185. #errors
  186. #document
  187. | <html>
  188. | <head>
  189. | <body>
  190. | <table>
  191. | <tbody>
  192. | <tr>
  193. | <td>
  194. | <svg svg>
  195. | <svg desc>
  196. | <td>