Will you support this? ``` html <table> <tr> <th scope="row">foo</th> <td>bar</td> </tr> <tr> <th scope="row">foo</th> <td>bar</td> </tr> </table> ``` Thanks
Will you support this?
Thanks