<!-- @WIN-ALLOW:table* --> <!-- Ensure that a table with display styles is still exposed as a table.. --> <style> table, tbody, tr, td { display: block; } </style> <table border="1"> <tbody> <tr> <td> cat </td> </tr> </tbody> </table>