help wanted
Metriche repository
- Star
- (6 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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"?)