help wanted
Métricas do repositório
- Stars
- (6 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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"?)