shawnbot/html-table-stream

Add tests

Ouverte

#1 ouverte le 2 avr. 2015

 (0 commentaire) (0 réaction) (1 personne assignée)HTML (1 fork)github user discovery
help wanted

Métriques du dépôt

Stars
 (6 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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"?)

Guide contributeur