shawnbot/html-table-stream

Add tests

Aperta

#1 aperta il 2 apr 2015

 (0 commenti) (0 reazioni) (1 assegnatario)HTML (1 fork)github user discovery
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 with scope="col"
  • infer structure from scope attributes?

Writing:

  • add scope attributes where appropriate (option for indicating which column gets scope="row"?)

Guida contributor