help wanted
Repository metrics
- Stars
- (6 個のスター)
- PR merge metrics
- (30d に merged 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"?)