HTML 角色=“ rowheader”
示例
一个单元格,其中包含网格中一行的标题信息。
<table role="grid"> <thead> <!-- etc --> </thead> <tbody> <tr> <th role="rowheader">Day 1</th> <td>65</td> </tr> <tr> <th role="rowheader">Day 2</th> <td>74</td> </tr> </tbody> </table>
一个单元格,其中包含网格中一行的标题信息。
<table role="grid"> <thead> <!-- etc --> </thead> <tbody> <tr> <th role="rowheader">Day 1</th> <td>65</td> </tr> <tr> <th role="rowheader">Day 2</th> <td>74</td> </tr> </tbody> </table>