shawnbot/html-table-stream

Add tests

Aberta

#1 aberto em 2 de abr. de 2015

 (0 comentário) (0 reação) (1 responsável)HTML (1 fork)github user discovery
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 with scope="col"
  • infer structure from scope attributes?

Writing:

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

Guia do colaborador