#443.2.table-followed-by-list-does-not-parse-correctly.html 296 B

123456789101112131415161718192021
  1. <table>
  2. <thead>
  3. <tr>
  4. <th>Tables</th>
  5. </tr>
  6. </thead>
  7. <tbody>
  8. <tr>
  9. <td><strong>col 3 is</strong></td>
  10. </tr>
  11. <tr>
  12. <td>col 2 is</td>
  13. </tr>
  14. <tr>
  15. <td>zebra stripes</td>
  16. </tr>
  17. </tbody>
  18. </table>
  19. <ol>
  20. <li>test</li>
  21. </ol>