help wanted
仓库指标
- 星标
- (6 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Reading:
- "basic" table: no
<thead>or<tbody>, just a<table>in which the first<tr>contains column headers - headers inside
<thead> - stacked headers: multiple
<tr>s either in the<thead>or containing cells withscope="col" - infer structure from
scopeattributes?
Writing:
- add
scopeattributes where appropriate (option for indicating which column getsscope="row"?)